Release v2.2.13 - #437
Merged
Merged
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Version bump only —
2.2.12→2.2.13. Follows the #429 → #431 pattern, where the backport and its release were separate PRs.Bumped with
npm version --no-git-tag-version patch, sopackage.jsonandpackage-lock.jsonstay in sync. No other files touched.What this release ships
Both from #436, the backport of #434:
sl) added to the bundled languages. Complete in CFM's POEditor project: 163/163 keys, none empty.translate()now falls back toen-USbefore falling back to the raw key. An unrecognized language, or a key missing from an otherwise-present locale, renders English instead of~MENUBAR.UNTITLED_DOCUMENT. A key that exists in no locale still renders as itself.Why it matters
This is what unblocks CODAP-1484. CODAP v3's
mainpins~2.2.12, so it consumes the 2.2.x line through the npmlatesttag — the correspondingmasterlanding publishes only tonext, which CODAPmaindoes not consume. Once 2.2.13 is published, CODAP picks it up on a plainnpm updatewith no range change.Verification
npm testnpm run lintnpm run buildConfirmed on this branch:
slis inLANGUAGES,{key: 'sl'}is registered intranslate.ts:52, andlang/sl.jsonis present.After merge
Publish to the
latestdist-tag:Note that
latestis the released line here —masteris 2.3.x undernextand stays there.🤖 Generated with Claude Code