Version Packages [skip preview]#4326
Conversation
c49fa42 to
0ddd37e
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c49fa420f0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "name": "@inlang/editor-component", | ||
| "type": "module", | ||
| "version": "6.0.2", | ||
| "version": "7.0.0", |
There was a problem hiding this comment.
Use patch bump for dependency-only editor-component release
This change sets @inlang/editor-component to 7.0.0 even though the corresponding changelog entry classifies the release as ### Patch Changes and only lists an internal SDK dependency update. Publishing a major for a non-breaking dependency sync can strand consumers on ^6 (they will not receive this update) and violates semver expectations for downstream users unless there is a real breaking API change that is not documented.
Useful? React with 👍 / 👎.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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
@inlang/plugin-i18next@6.1.0
Minor Changes
6defee0: Add markup-aware import and export support to the i18next plugin.
<tag>,</tag>,<tag/>) in import/export, mapped to SDK markup pattern elements.variableReferencePatternis["<", ">"]and markup is present, because those syntaxes conflict.Patch Changes
@inlang/plugin-message-format@4.3.0
Minor Changes
6defee0: Improve markup support in the inlang message format plugin.
optionsandattributes.|...|) and escaped content (\|,\\) in markup option and attribute values.key=$variable) with declaration inference for referenced variables.@inlang/sdk@2.7.0
Minor Changes
6defee0: Extend the SDK pattern AST with richer markup metadata.
Added support for markup
optionsandattributeson:markup-startmarkup-endmarkup-standaloneAlso introduced an
Attributeschema type (Literal | true) for flag-style and valued attributes.This is additive and keeps existing markup patterns compatible while enabling richer MF2-aligned markup data in the SDK model.
@inlang/cli@3.1.5
Patch Changes
@inlang/plugin-icu1@1.0.1
Patch Changes
6defee0: Handle markup elements explicitly in the ICU1 serializer after SDK pattern type updates.
@inlang/plugin-m-function-matcher@2.2.1
Patch Changes
@inlang/plugin-t-function-matcher@2.0.16
Patch Changes
@inlang/editor-component@7.0.0
Patch Changes
@inlang/rpc@0.3.56
Patch Changes