diff --git a/.changeset/proud-parents-hear.md b/.changeset/proud-parents-hear.md deleted file mode 100644 index 6b52625e94..0000000000 --- a/.changeset/proud-parents-hear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Interactive Graph Editor] Implement the UI for adding start coords for circle graphs diff --git a/.changeset/stupid-coats-dance.md b/.changeset/stupid-coats-dance.md deleted file mode 100644 index 5d066e9ebd..0000000000 --- a/.changeset/stupid-coats-dance.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": minor -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add label options for Expression diff --git a/.changeset/wicked-rocks-exist.md b/.changeset/wicked-rocks-exist.md deleted file mode 100644 index d09c24ceeb..0000000000 --- a/.changeset/wicked-rocks-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -[Interactive Graph Editor - Storybook] Fix broken default and controlled stories diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index df53075219..7cedcf33e0 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/perseus-dev-ui +## 2.0.5 + +### Patch Changes + +- Updated dependencies [[`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]: + - @khanacademy/math-input@20.1.0 + ## 2.0.4 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index b312f3560a..8075332906 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.4", + "version": "2.0.5", "private": true, "repository": { "type": "git", @@ -16,7 +16,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.0.3", + "@khanacademy/math-input": "^20.1.0", "@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 3cad4f0429..bd65590aa4 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/math-input +## 20.1.0 + +### Minor Changes + +- [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression + ## 20.0.3 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 5d0c1218de..a288c34394 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.0.3", + "version": "20.1.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index ab4f31598d..79a4933a79 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,21 @@ # @khanacademy/perseus-editor +## 11.1.0 + +### Minor Changes + +- [#1453](https://github.com/Khan/perseus/pull/1453) [`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement the UI for adding start coords for circle graphs + +* [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression + +### Patch Changes + +- [#1463](https://github.com/Khan/perseus/pull/1463) [`0a118ca38`](https://github.com/Khan/perseus/commit/0a118ca3869110fb8d4cb44a5cce89453d7e4e8a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor - Storybook] Fix broken default and controlled stories + +- Updated dependencies [[`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046), [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]: + - @khanacademy/perseus@27.1.0 + - @khanacademy/math-input@20.1.0 + ## 11.0.2 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index be33a93874..515f9b41cd 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.0.2", + "version": "11.1.0", "publishConfig": { "access": "public" }, @@ -27,8 +27,8 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.0.3", - "@khanacademy/perseus": "^27.0.2", + "@khanacademy/math-input": "^20.1.0", + "@khanacademy/perseus": "^27.1.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index bc00c674bc..e0ef90953e 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus +## 27.1.0 + +### Minor Changes + +- [#1453](https://github.com/Khan/perseus/pull/1453) [`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement the UI for adding start coords for circle graphs + +* [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression + +### Patch Changes + +- Updated dependencies [[`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]: + - @khanacademy/math-input@20.1.0 + ## 27.0.2 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 77e7817d8c..f5a6cb9d91 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": "27.0.2", + "version": "27.1.0", "publishConfig": { "access": "public" }, @@ -41,7 +41,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^20.0.3", + "@khanacademy/math-input": "^20.1.0", "@khanacademy/perseus-core": "1.5.0", "@khanacademy/perseus-linter": "^1.0.0", "@khanacademy/pure-markdown": "^0.3.7",