Skip to content

Version Packages [skip preview]#4326

Merged
samuelstroschein merged 1 commit intomainfrom
changeset-release/main
Feb 10, 2026
Merged

Version Packages [skip preview]#4326
samuelstroschein merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

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.

    • Added support for rich text tag syntax (<tag>, </tag>, <tag/>) in import/export, mapped to SDK markup pattern elements.
    • Added roundtrip coverage for markup-only and mixed markup + interpolation patterns.
    • Added a clear error when variableReferencePattern is ["<", ">"] and markup is present, because those syntaxes conflict.

Patch Changes

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@inlang/plugin-message-format@4.3.0

Minor Changes

  • 6defee0: Improve markup support in the inlang message format plugin.

    • Added roundtrip support for markup options and attributes.
    • Added support for quoted literal values (|...|) and escaped content (\|, \\) in markup option and attribute values.
    • Added support for variable-valued markup options (key=$variable) with declaration inference for referenced variables.
    • Added validation for malformed markup placeholders.

@inlang/sdk@2.7.0

Minor Changes

  • 6defee0: Extend the SDK pattern AST with richer markup metadata.

    Added support for markup options and attributes on:

    • markup-start
    • markup-end
    • markup-standalone

    Also introduced an Attribute schema 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

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@inlang/plugin-icu1@1.0.1

Patch Changes

  • 6defee0: Handle markup elements explicitly in the ICU1 serializer after SDK pattern type updates.

    • Updated serializer type handling for widened pattern unions.
    • Added an explicit user-facing error when markup placeholders are encountered, since ICU MessageFormat 1 does not support markup placeholders.

@inlang/plugin-m-function-matcher@2.2.1

Patch Changes

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@inlang/plugin-t-function-matcher@2.0.16

Patch Changes

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@inlang/editor-component@7.0.0

Patch Changes

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@inlang/rpc@0.3.56

Patch Changes

  • Updated dependencies [6defee0]
    • @inlang/sdk@2.7.0

@github-actions github-actions bot force-pushed the changeset-release/main branch from c49fa42 to 0ddd37e Compare February 10, 2026 18:58
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@samuelstroschein samuelstroschein merged commit 4b2e7ee into main Feb 10, 2026
@samuelstroschein samuelstroschein deleted the changeset-release/main branch February 10, 2026 19:01
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant