chore(release): version packages - #146
Merged
Merged
Conversation
✅ Deploy Preview for contentrain-ai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@contentrain/emitter-astro@0.6.0
Minor Changes
68f4582: List sections, page titles, and per-route language.
QueryPage.sections,LIST_ITEMS_SLOT): a list renders as a sequence of blocks — a big card in its own wrapper, then a grid — each with its own template and item count. One template per list forced every item into the big-card shape (a measured category page scored 56), and baking the big card into the chrome puts the wrong post on page 2.item_templateremains the single-section shorthand, and a sectioned list no longer triggers the fallback warning.QueryPage.title,RouteModel.title): archive, paginated and static pages emit a real<title>instead of an empty one.RouteModel.locale,QueryBinding.locale,EmitPost.locale): the emitted layout takeslangas a prop and each route passes its own, so a multilingual site is a route + family + query per language instead of a second collection workaround.Patch Changes
@contentrain/types@1.9.0
Minor Changes
68f4582: List sections, page titles, and per-route language.
QueryPage.sections,LIST_ITEMS_SLOT): a list renders as a sequence of blocks — a big card in its own wrapper, then a grid — each with its own template and item count. One template per list forced every item into the big-card shape (a measured category page scored 56), and baking the big card into the chrome puts the wrong post on page 2.item_templateremains the single-section shorthand, and a sectioned list no longer triggers the fallback warning.QueryPage.title,RouteModel.title): archive, paginated and static pages emit a real<title>instead of an empty one.RouteModel.locale,QueryBinding.locale,EmitPost.locale): the emitted layout takeslangas a prop and each route passes its own, so a multilingual site is a route + family + query per language instead of a second collection workaround.contentrain@0.12.5
Patch Changes
@contentrain/mcp@3.1.7
Patch Changes
@contentrain/query@7.0.13
Patch Changes
@contentrain/wp-import@0.1.5
Patch Changes
@contentrain/serve-ui@0.0.9
Patch Changes