From 93eb5a0be7d9519c990dd224e6c4296118f5c7f3 Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:12:46 -0500 Subject: [PATCH] Version Packages (#2132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @khanacademy/perseus@51.0.1 ### Patch Changes - [#2131](https://github.com/Khan/perseus/pull/2131) [`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix localized string templates for two the ray interactive graph type ## @khanacademy/perseus-editor@17.3.2 ### Patch Changes - Updated dependencies \[[`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1)]: - @khanacademy/perseus@51.0.1 Author: khan-actions-bot Reviewers: jeremywiebe Required Reviewers: Approved By: jeremywiebe Checks: ⏭️ Publish npm snapshot, ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x) Pull Request URL: https://github.com/Khan/perseus/pull/2132 --- .changeset/friendly-tables-confess.md | 5 ----- packages/perseus-editor/CHANGELOG.md | 7 +++++++ packages/perseus-editor/package.json | 4 ++-- packages/perseus/CHANGELOG.md | 6 ++++++ packages/perseus/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/friendly-tables-confess.md diff --git a/.changeset/friendly-tables-confess.md b/.changeset/friendly-tables-confess.md deleted file mode 100644 index 4c0aa7861e..0000000000 --- a/.changeset/friendly-tables-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fix localized string templates for two the ray interactive graph type diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index d5124e3bab..4f05ea785d 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/perseus-editor +## 17.3.2 + +### Patch Changes + +- Updated dependencies [[`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1)]: + - @khanacademy/perseus@51.0.1 + ## 17.3.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 5043a6bce4..3d09bac212 100644 --- a/packages/perseus-editor/package.json +++ b/packages/perseus-editor/package.json @@ -3,7 +3,7 @@ "description": "Perseus editors", "author": "Khan Academy", "license": "MIT", - "version": "17.3.1", + "version": "17.3.2", "publishConfig": { "access": "public" }, @@ -39,7 +39,7 @@ "@khanacademy/keypad-context": "^1.0.14", "@khanacademy/kmath": "^0.3.0", "@khanacademy/math-input": "^22.2.1", - "@khanacademy/perseus": "^51.0.0", + "@khanacademy/perseus": "^51.0.1", "@khanacademy/perseus-core": "3.2.0", "@khanacademy/perseus-score": "^1.1.0", "@khanacademy/pure-markdown": "^0.3.22", diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 01f360d617..fecc07020f 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus +## 51.0.1 + +### Patch Changes + +- [#2131](https://github.com/Khan/perseus/pull/2131) [`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix localized string templates for two the ray interactive graph type + ## 51.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 8c66b30393..c4938b9a7c 100644 --- a/packages/perseus/package.json +++ b/packages/perseus/package.json @@ -3,7 +3,7 @@ "description": "Core Perseus API (includes renderers and widgets)", "author": "Khan Academy", "license": "MIT", - "version": "51.0.0", + "version": "51.0.1", "publishConfig": { "access": "public" },