diff --git a/.changeset/chatty-gorillas-shout.md b/.changeset/chatty-gorillas-shout.md deleted file mode 100644 index 6484ed0fb4..0000000000 --- a/.changeset/chatty-gorillas-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: Refactor interactive graph components to support whole-graph screenreader descriptions diff --git a/.changeset/fuzzy-teachers-scream.md b/.changeset/fuzzy-teachers-scream.md deleted file mode 100644 index 8339774fb6..0000000000 --- a/.changeset/fuzzy-teachers-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Move useVideo from v1 dependency to v2 dependency diff --git a/.changeset/old-lamps-wonder.md b/.changeset/old-lamps-wonder.md deleted file mode 100644 index 0eaff9da1e..0000000000 --- a/.changeset/old-lamps-wonder.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -Improve prop types for various components diff --git a/.changeset/real-suns-fail.md b/.changeset/real-suns-fail.md deleted file mode 100644 index d75e9d17e7..0000000000 --- a/.changeset/real-suns-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Add screenreader description for the interactive elements of point graphs diff --git a/.changeset/rude-spies-doubt.md b/.changeset/rude-spies-doubt.md deleted file mode 100644 index 33c267fb7a..0000000000 --- a/.changeset/rude-spies-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Wraps a text node in a `span` to reduce bugs caused by Google Translate diff --git a/.changeset/wise-keys-explode.md b/.changeset/wise-keys-explode.md deleted file mode 100644 index 07187080f9..0000000000 --- a/.changeset/wise-keys-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Add a screenreader-accessible label to movable points on interactive graphs diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 9c6f81e339..a7ea5a75fd 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/perseus-dev-ui +## 3.1.1 + +### Patch Changes + +- Updated dependencies [[`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9)]: + - @khanacademy/math-input@21.1.4 + ## 3.1.0 ### Minor Changes diff --git a/dev/package.json b/dev/package.json index e6f91bd2ac..4fee44d35f 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "3.1.0", + "version": "3.1.1", "private": true, "repository": { "type": "git", @@ -16,7 +16,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.16", "@khanacademy/kmath": "^0.1.16", - "@khanacademy/math-input": "^21.1.3", + "@khanacademy/math-input": "^21.1.4", "@khanacademy/perseus-core": "1.5.3", "@khanacademy/perseus-linter": "^1.2.4", "@khanacademy/pure-markdown": "^0.3.11", diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 37ef89672e..97dee4a9d8 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/math-input +## 21.1.4 + +### Patch Changes + +- [#1802](https://github.com/Khan/perseus/pull/1802) [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Improve prop types for various components + ## 21.1.3 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 670537a4aa..bbc589c4a9 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": "21.1.3", + "version": "21.1.4", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 46b6decc25..a2b72e866e 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/perseus-editor +## 14.10.1 + +### Patch Changes + +- [#1793](https://github.com/Khan/perseus/pull/1793) [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b) Thanks [@handeyeco](https://github.com/handeyeco)! - Move useVideo from v1 dependency to v2 dependency + +- Updated dependencies [[`2c402198c`](https://github.com/Khan/perseus/commit/2c402198c00b1eb342a799820a58d49ec5d9d9f4), [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b), [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9), [`22d1c0229`](https://github.com/Khan/perseus/commit/22d1c0229e52fc2dc6bc9f38a3ca400c6e4a3884), [`035191c9e`](https://github.com/Khan/perseus/commit/035191c9ec0c70db062cdfb44cdee69682edcbcf), [`33891dc0b`](https://github.com/Khan/perseus/commit/33891dc0b5e477b0b6db2f0d3733d81215d13ebe)]: + - @khanacademy/perseus@41.0.0 + - @khanacademy/math-input@21.1.4 + ## 14.10.0 ### Minor Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 2dac3e59cc..b210d77b7e 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": "14.10.0", + "version": "14.10.1", "publishConfig": { "access": "public" }, @@ -37,8 +37,8 @@ "@khanacademy/kas": "^0.3.16", "@khanacademy/keypad-context": "^1.0.4", "@khanacademy/kmath": "^0.1.16", - "@khanacademy/math-input": "^21.1.3", - "@khanacademy/perseus": "^40.0.0", + "@khanacademy/math-input": "^21.1.4", + "@khanacademy/perseus": "^41.0.0", "@khanacademy/perseus-core": "1.5.3", "mafs": "^0.19.0" }, diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 7caed0df49..c49a3e2dc8 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,28 @@ # @khanacademy/perseus +## 41.0.0 + +### Major Changes + +- [#1793](https://github.com/Khan/perseus/pull/1793) [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b) Thanks [@handeyeco](https://github.com/handeyeco)! - Move useVideo from v1 dependency to v2 dependency + +### Minor Changes + +- [#1817](https://github.com/Khan/perseus/pull/1817) [`22d1c0229`](https://github.com/Khan/perseus/commit/22d1c0229e52fc2dc6bc9f38a3ca400c6e4a3884) Thanks [@benchristel](https://github.com/benchristel)! - Add screenreader description for the interactive elements of point graphs + +* [#1812](https://github.com/Khan/perseus/pull/1812) [`33891dc0b`](https://github.com/Khan/perseus/commit/33891dc0b5e477b0b6db2f0d3733d81215d13ebe) Thanks [@benchristel](https://github.com/benchristel)! - Add a screenreader-accessible label to movable points on interactive graphs + +### Patch Changes + +- [#1815](https://github.com/Khan/perseus/pull/1815) [`2c402198c`](https://github.com/Khan/perseus/commit/2c402198c00b1eb342a799820a58d49ec5d9d9f4) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Refactor interactive graph components to support whole-graph screenreader descriptions + +* [#1802](https://github.com/Khan/perseus/pull/1802) [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Improve prop types for various components + +- [#1814](https://github.com/Khan/perseus/pull/1814) [`035191c9e`](https://github.com/Khan/perseus/commit/035191c9ec0c70db062cdfb44cdee69682edcbcf) Thanks [@nedredmond](https://github.com/nedredmond)! - Wraps a text node in a `span` to reduce bugs caused by Google Translate + +- Updated dependencies [[`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9)]: + - @khanacademy/math-input@21.1.4 + ## 40.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 6ea7ce147b..9ccfaa4167 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": "40.0.0", + "version": "41.0.0", "publishConfig": { "access": "public" }, @@ -43,7 +43,7 @@ "@khanacademy/kas": "^0.3.16", "@khanacademy/keypad-context": "^1.0.4", "@khanacademy/kmath": "^0.1.16", - "@khanacademy/math-input": "^21.1.3", + "@khanacademy/math-input": "^21.1.4", "@khanacademy/perseus-core": "1.5.3", "@khanacademy/perseus-linter": "^1.2.4", "@khanacademy/pure-markdown": "^0.3.11",