diff --git a/.changeset/chilled-pianos-cheat.md b/.changeset/chilled-pianos-cheat.md deleted file mode 100644 index caad469470..0000000000 --- a/.changeset/chilled-pianos-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fixing intersecting polygon sides issues for unlimited sided polygon. diff --git a/.changeset/kind-moose-lick.md b/.changeset/kind-moose-lick.md deleted file mode 100644 index e46aa282d2..0000000000 --- a/.changeset/kind-moose-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -[Locked Figure Aria] Fix $ edge cases for spoken math aria labels diff --git a/.changeset/neat-kiwis-relax.md b/.changeset/neat-kiwis-relax.md deleted file mode 100644 index 84fc5e2d02..0000000000 --- a/.changeset/neat-kiwis-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -[Interactive Graph Editor] Stop cursor jumps in number input fields diff --git a/.changeset/selfish-spies-film.md b/.changeset/selfish-spies-film.md deleted file mode 100644 index e2057ad6e5..0000000000 --- a/.changeset/selfish-spies-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -[SR] Add comment about making translation tickets diff --git a/.changeset/small-owls-relate.md b/.changeset/small-owls-relate.md deleted file mode 100644 index 2a0c17feb1..0000000000 --- a/.changeset/small-owls-relate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Locked Labels] Count lone unescaped \$ as regular dollar signs in TeX diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 2ab7771d8d..3628400ded 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 15.0.1 + +### Patch Changes + +- [#1874](https://github.com/Khan/perseus/pull/1874) [`42d25c2d2`](https://github.com/Khan/perseus/commit/42d25c2d2d844d6408d76b07794f171d962b91a7) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Aria] Fix \$ edge cases for spoken math aria labels + +* [#1912](https://github.com/Khan/perseus/pull/1912) [`44e78a95d`](https://github.com/Khan/perseus/commit/44e78a95dc1f0d2d4a16794feb590d05df0f2e0a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Stop cursor jumps in number input fields + +- [#1875](https://github.com/Khan/perseus/pull/1875) [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count lone unescaped \$ as regular dollar signs in TeX + +- Updated dependencies [[`56fd44806`](https://github.com/Khan/perseus/commit/56fd448063b2e13c5e9cb9e1874c12494c6f0e34), [`01edfb8be`](https://github.com/Khan/perseus/commit/01edfb8be849f869c26ada923e275648780d36f3), [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c)]: + - @khanacademy/perseus@43.0.1 + ## 15.0.0 ### Major Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 923d1c553d..5a8f23f580 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": "15.0.0", + "version": "15.0.1", "publishConfig": { "access": "public" }, @@ -38,7 +38,7 @@ "@khanacademy/keypad-context": "^1.0.4", "@khanacademy/kmath": "^0.1.16", "@khanacademy/math-input": "^21.1.5", - "@khanacademy/perseus": "^43.0.0", + "@khanacademy/perseus": "^43.0.1", "@khanacademy/perseus-core": "1.5.3", "@khanacademy/pure-markdown": "^0.3.12", "mafs": "^0.19.0" diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 5a08986463..217c033daf 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/perseus +## 43.0.1 + +### Patch Changes + +- [#1896](https://github.com/Khan/perseus/pull/1896) [`56fd44806`](https://github.com/Khan/perseus/commit/56fd448063b2e13c5e9cb9e1874c12494c6f0e34) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing intersecting polygon sides issues for unlimited sided polygon. + +* [#1894](https://github.com/Khan/perseus/pull/1894) [`01edfb8be`](https://github.com/Khan/perseus/commit/01edfb8be849f869c26ada923e275648780d36f3) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Add comment about making translation tickets + +- [#1875](https://github.com/Khan/perseus/pull/1875) [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count lone unescaped \$ as regular dollar signs in TeX + ## 43.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index fb2f4c3fc3..f27c775958 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": "43.0.0", + "version": "43.0.1", "publishConfig": { "access": "public" },