From 9cb0321f2c7a2d83c5ded87a7d0c54f6738aaa62 Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:25:53 -0400 Subject: [PATCH] Version Packages (#1508) Co-authored-by: github-actions[bot] --- .changeset/chilly-eagles-fry.md | 5 ----- .changeset/light-islands-lick.md | 5 ----- .changeset/nine-ducks-enjoy.md | 7 ------- .changeset/orange-pants-buy.md | 6 ------ .changeset/smooth-hornets-march.md | 6 ------ .changeset/wise-lamps-tell.md | 5 ----- dev/CHANGELOG.md | 7 +++++++ dev/package.json | 4 ++-- packages/math-input/CHANGELOG.md | 10 ++++++++++ packages/math-input/package.json | 2 +- packages/perseus-editor/CHANGELOG.md | 16 ++++++++++++++++ packages/perseus-editor/package.json | 6 +++--- packages/perseus/CHANGELOG.md | 17 +++++++++++++++++ packages/perseus/package.json | 4 ++-- 14 files changed, 58 insertions(+), 42 deletions(-) delete mode 100644 .changeset/chilly-eagles-fry.md delete mode 100644 .changeset/light-islands-lick.md delete mode 100644 .changeset/nine-ducks-enjoy.md delete mode 100644 .changeset/orange-pants-buy.md delete mode 100644 .changeset/smooth-hornets-march.md delete mode 100644 .changeset/wise-lamps-tell.md diff --git a/.changeset/chilly-eagles-fry.md b/.changeset/chilly-eagles-fry.md deleted file mode 100644 index 533fecffa2..0000000000 --- a/.changeset/chilly-eagles-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/math-input": patch ---- - -Switch trig keys from SVG to text diff --git a/.changeset/light-islands-lick.md b/.changeset/light-islands-lick.md deleted file mode 100644 index a063b67c61..0000000000 --- a/.changeset/light-islands-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -[Start Coords] Fix the radius input in circle graph start coords UI diff --git a/.changeset/nine-ducks-enjoy.md b/.changeset/nine-ducks-enjoy.md deleted file mode 100644 index 3714f6dfc8..0000000000 --- a/.changeset/nine-ducks-enjoy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Explicitly export bundled css in package.json diff --git a/.changeset/orange-pants-buy.md b/.changeset/orange-pants-buy.md deleted file mode 100644 index 03c7c84292..0000000000 --- a/.changeset/orange-pants-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Refactor ExpressionEditor to use Wonder-Blocks diff --git a/.changeset/smooth-hornets-march.md b/.changeset/smooth-hornets-march.md deleted file mode 100644 index 4d30c35603..0000000000 --- a/.changeset/smooth-hornets-march.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -updates math input to fix color contrast issues diff --git a/.changeset/wise-lamps-tell.md b/.changeset/wise-lamps-tell.md deleted file mode 100644 index 15493c6287..0000000000 --- a/.changeset/wise-lamps-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -[Interactive Graph: test utils] Do not set the coords field by default in the builder diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index afa1f2bc57..5ca5beb19c 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/perseus-dev-ui +## 2.0.7 + +### Patch Changes + +- Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c)]: + - @khanacademy/math-input@20.1.2 + ## 2.0.6 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index b6d59c8954..6e1a1c1e75 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "2.0.6", + "version": "2.0.7", "private": true, "repository": { "type": "git", @@ -16,7 +16,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.1.1", + "@khanacademy/math-input": "^20.1.2", "@khanacademy/perseus-core": "1.5.0", "@khanacademy/perseus-linter": "^1.0.0", "@khanacademy/pure-markdown": "^0.3.7", diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index d880c78f17..9543092002 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/math-input +## 20.1.2 + +### Patch Changes + +- [#1497](https://github.com/Khan/perseus/pull/1497) [`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380) Thanks [@handeyeco](https://github.com/handeyeco)! - Switch trig keys from SVG to text + +* [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json + +- [#1501](https://github.com/Khan/perseus/pull/1501) [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - updates math input to fix color contrast issues + ## 20.1.1 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index dca6402585..b6438ab203 100644 --- a/packages/math-input/package.json +++ b/packages/math-input/package.json @@ -3,7 +3,7 @@ "description": "Khan Academy's new expression editor for the mobile web.", "author": "Khan Academy", "license": "MIT", - "version": "20.1.1", + "version": "20.1.2", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 344f490be5..a8382eccb1 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,21 @@ # @khanacademy/perseus-editor +## 11.4.0 + +### Minor Changes + +- [#1480](https://github.com/Khan/perseus/pull/1480) [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe) Thanks [@handeyeco](https://github.com/handeyeco)! - Refactor ExpressionEditor to use Wonder-Blocks + +### Patch Changes + +- [#1509](https://github.com/Khan/perseus/pull/1509) [`76b55a9b3`](https://github.com/Khan/perseus/commit/76b55a9b3673a9f4aa072574afddb5312d7b06f5) Thanks [@nishasy](https://github.com/nishasy)! - [Start Coords] Fix the radius input in circle graph start coords UI + +* [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json + +* Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c), [`3f9cc14fe`](https://github.com/Khan/perseus/commit/3f9cc14fe469a6792b56edf2510f0adebd65fd73)]: + - @khanacademy/math-input@20.1.2 + - @khanacademy/perseus@28.1.0 + ## 11.3.0 ### Minor Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index d198feeef1..9ef091a8eb 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": "11.3.0", + "version": "11.4.0", "publishConfig": { "access": "public" }, @@ -36,8 +36,8 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.1.1", - "@khanacademy/perseus": "^28.0.0", + "@khanacademy/math-input": "^20.1.2", + "@khanacademy/perseus": "^28.1.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 7ea7e20ffb..fafee46ff9 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,22 @@ # @khanacademy/perseus +## 28.1.0 + +### Minor Changes + +- [#1480](https://github.com/Khan/perseus/pull/1480) [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe) Thanks [@handeyeco](https://github.com/handeyeco)! - Refactor ExpressionEditor to use Wonder-Blocks + +### Patch Changes + +- [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json + +* [#1501](https://github.com/Khan/perseus/pull/1501) [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - updates math input to fix color contrast issues + +- [#1505](https://github.com/Khan/perseus/pull/1505) [`3f9cc14fe`](https://github.com/Khan/perseus/commit/3f9cc14fe469a6792b56edf2510f0adebd65fd73) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph: test utils] Do not set the coords field by default in the builder + +- Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c)]: + - @khanacademy/math-input@20.1.2 + ## 28.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index da2ce0d4aa..62572631d5 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": "28.0.0", + "version": "28.1.0", "publishConfig": { "access": "public" }, @@ -42,7 +42,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.1.1", + "@khanacademy/math-input": "^20.1.2", "@khanacademy/perseus-core": "1.5.0", "@khanacademy/perseus-linter": "^1.0.0", "@khanacademy/pure-markdown": "^0.3.7",