From b138f0f650929e35c995a1595f70e27780e7bbca Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:32:27 -0500 Subject: [PATCH] Version Packages (#2051) 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-editor@17.0.11 ### Patch Changes - [#2042](https://github.com/Khan/perseus/pull/2042) [`705d74b69`](https://github.com/Khan/perseus/commit/705d74b69351a6239cd7fe21a0dfc7d4133dfd9f) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - fix for editor Author: khan-actions-bot Reviewers: anakaren-rojas Required Reviewers: Approved By: anakaren-rojas Checks: ⏭️ Publish npm snapshot, ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x) Pull Request URL: https://github.com/Khan/perseus/pull/2051 --- .changeset/red-bugs-build.md | 5 ----- .changeset/serious-jokes-accept.md | 2 -- packages/perseus-editor/CHANGELOG.md | 6 ++++++ packages/perseus-editor/package.json | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/red-bugs-build.md delete mode 100644 .changeset/serious-jokes-accept.md diff --git a/.changeset/red-bugs-build.md b/.changeset/red-bugs-build.md deleted file mode 100644 index 0d3bdde672..0000000000 --- a/.changeset/red-bugs-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -fix for editor diff --git a/.changeset/serious-jokes-accept.md b/.changeset/serious-jokes-accept.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/serious-jokes-accept.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 08112f9bc1..ab3c329550 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-editor +## 17.0.11 + +### Patch Changes + +- [#2042](https://github.com/Khan/perseus/pull/2042) [`705d74b69`](https://github.com/Khan/perseus/commit/705d74b69351a6239cd7fe21a0dfc7d4133dfd9f) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - fix for editor + ## 17.0.10 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 36f0a0014b..46bb660b5c 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.0.10", + "version": "17.0.11", "publishConfig": { "access": "public" },