From db82b7bf281a288fc94cdd53acac6f189bdc2645 Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:59:55 -0400 Subject: [PATCH] Version Packages (#1414) 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@25.1.0 ### Minor Changes - [#1382](https://github.com/Khan/perseus/pull/1382) [`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement UI to edit start coordinates for linear and ray graphs ## @khanacademy/perseus-editor@8.1.0 ### Minor Changes - [#1382](https://github.com/Khan/perseus/pull/1382) [`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement UI to edit start coordinates for linear and ray graphs ### Patch Changes - Updated dependencies \[[`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837)]: - @khanacademy/perseus@25.1.0 Author: khan-actions-bot Reviewers: benchristel Required Reviewers: Approved By: benchristel Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ⏭️ Publish npm snapshot, ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: https://github.com/Khan/perseus/pull/1414 --- .changeset/chilly-planets-walk.md | 6 ------ packages/perseus-editor/CHANGELOG.md | 11 +++++++++++ packages/perseus-editor/package.json | 4 ++-- packages/perseus/CHANGELOG.md | 6 ++++++ packages/perseus/package.json | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 .changeset/chilly-planets-walk.md diff --git a/.changeset/chilly-planets-walk.md b/.changeset/chilly-planets-walk.md deleted file mode 100644 index b0823a5925..0000000000 --- a/.changeset/chilly-planets-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Interactive Graph Editor] Implement UI to edit start coordinates for linear and ray graphs diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 9de938d48a..3df8bbda60 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/perseus-editor +## 8.1.0 + +### Minor Changes + +- [#1382](https://github.com/Khan/perseus/pull/1382) [`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement UI to edit start coordinates for linear and ray graphs + +### Patch Changes + +- Updated dependencies [[`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837)]: + - @khanacademy/perseus@25.1.0 + ## 8.0.0 ### Major Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index f8d3e318d7..23b58ad00e 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": "8.0.0", + "version": "8.1.0", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "@khanacademy/kas": "^0.3.10", "@khanacademy/kmath": "^0.1.13", "@khanacademy/math-input": "^19.2.1", - "@khanacademy/perseus": "^25.0.0", + "@khanacademy/perseus": "^25.1.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index be4c1dff2f..5083dac830 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus +## 25.1.0 + +### Minor Changes + +- [#1382](https://github.com/Khan/perseus/pull/1382) [`f392dcfba`](https://github.com/Khan/perseus/commit/f392dcfba515ac27ccaa465c2ca89bef63330837) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement UI to edit start coordinates for linear and ray graphs + ## 25.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 8ef6d2abf3..1ace755b05 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": "25.0.0", + "version": "25.1.0", "publishConfig": { "access": "public" },