From 923d0be2dace5110a91634e2733adc60a16fde14 Mon Sep 17 00:00:00 2001 From: Khan Actions Bot <56267880+khan-actions-bot@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:07:40 -0400 Subject: [PATCH] Version Packages (#1767) Co-authored-by: github-actions[bot] --- .changeset/curvy-rules-fix.md | 5 ---- .changeset/honest-geckos-brush.md | 5 ---- .changeset/pretty-cherries-rescue.md | 6 ----- .changeset/pretty-worms-drop.md | 6 ----- .changeset/proud-ligers-learn.md | 5 ---- .changeset/real-insects-film.md | 8 ------ .changeset/rotten-turkeys-pump.md | 7 ----- .changeset/short-sheep-happen.md | 5 ---- .changeset/six-clocks-buy.md | 6 ----- .changeset/slow-mails-vanish.md | 6 ----- .changeset/smart-phones-rush.md | 5 ---- .changeset/stupid-years-move.md | 7 ----- .changeset/tender-badgers-brush.md | 6 ----- .changeset/thick-jokes-judge.md | 5 ---- .changeset/tough-socks-fail.md | 5 ---- .changeset/tricky-wasps-hug.md | 5 ---- dev/CHANGELOG.md | 10 +++++++ dev/package.json | 6 ++--- packages/math-input/CHANGELOG.md | 18 +++++++++++++ packages/math-input/package.json | 2 +- packages/perseus-editor/CHANGELOG.md | 20 ++++++++++++++ packages/perseus-editor/package.json | 6 ++--- packages/perseus-linter/CHANGELOG.md | 6 +++++ packages/perseus-linter/package.json | 2 +- packages/perseus/CHANGELOG.md | 40 ++++++++++++++++++++++++++++ packages/perseus/package.json | 6 ++--- 26 files changed, 105 insertions(+), 103 deletions(-) delete mode 100644 .changeset/curvy-rules-fix.md delete mode 100644 .changeset/honest-geckos-brush.md delete mode 100644 .changeset/pretty-cherries-rescue.md delete mode 100644 .changeset/pretty-worms-drop.md delete mode 100644 .changeset/proud-ligers-learn.md delete mode 100644 .changeset/real-insects-film.md delete mode 100644 .changeset/rotten-turkeys-pump.md delete mode 100644 .changeset/short-sheep-happen.md delete mode 100644 .changeset/six-clocks-buy.md delete mode 100644 .changeset/slow-mails-vanish.md delete mode 100644 .changeset/smart-phones-rush.md delete mode 100644 .changeset/stupid-years-move.md delete mode 100644 .changeset/tender-badgers-brush.md delete mode 100644 .changeset/thick-jokes-judge.md delete mode 100644 .changeset/tough-socks-fail.md delete mode 100644 .changeset/tricky-wasps-hug.md diff --git a/.changeset/curvy-rules-fix.md b/.changeset/curvy-rules-fix.md deleted file mode 100644 index cbc1510695..0000000000 --- a/.changeset/curvy-rules-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/math-input": patch ---- - -Remove unused fake-react-native Text component diff --git a/.changeset/honest-geckos-brush.md b/.changeset/honest-geckos-brush.md deleted file mode 100644 index 48296181b5..0000000000 --- a/.changeset/honest-geckos-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Cleanup widget option types diff --git a/.changeset/pretty-cherries-rescue.md b/.changeset/pretty-cherries-rescue.md deleted file mode 100644 index b99199357d..0000000000 --- a/.changeset/pretty-cherries-rescue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -Remove unused types diff --git a/.changeset/pretty-worms-drop.md b/.changeset/pretty-worms-drop.md deleted file mode 100644 index 6daf085cee..0000000000 --- a/.changeset/pretty-worms-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Cleanup: remove scorePreview and refine some types diff --git a/.changeset/proud-ligers-learn.md b/.changeset/proud-ligers-learn.md deleted file mode 100644 index 0c4ec195e2..0000000000 --- a/.changeset/proud-ligers-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove unused styles constants diff --git a/.changeset/real-insects-film.md b/.changeset/real-insects-film.md deleted file mode 100644 index 72aab2ef94..0000000000 --- a/.changeset/real-insects-film.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Don't export things that aren't used externally diff --git a/.changeset/rotten-turkeys-pump.md b/.changeset/rotten-turkeys-pump.md deleted file mode 100644 index dc9138961f..0000000000 --- a/.changeset/rotten-turkeys-pump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-linter": patch ---- - -Remove unused dead code diff --git a/.changeset/short-sheep-happen.md b/.changeset/short-sheep-happen.md deleted file mode 100644 index 7ba1caf220..0000000000 --- a/.changeset/short-sheep-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove duplicate export on MovablePoint diff --git a/.changeset/six-clocks-buy.md b/.changeset/six-clocks-buy.md deleted file mode 100644 index c8479199b9..0000000000 --- a/.changeset/six-clocks-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": patch ---- - -Scope reviewModeRubric to just the component that uses it (Radio) diff --git a/.changeset/slow-mails-vanish.md b/.changeset/slow-mails-vanish.md deleted file mode 100644 index e62b57fcb6..0000000000 --- a/.changeset/slow-mails-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -Revert process check PR (#1784) diff --git a/.changeset/smart-phones-rush.md b/.changeset/smart-phones-rush.md deleted file mode 100644 index 958a2ca633..0000000000 --- a/.changeset/smart-phones-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove isMobile from Dependencies since it's now on APIOptions diff --git a/.changeset/stupid-years-move.md b/.changeset/stupid-years-move.md deleted file mode 100644 index dd574d40af..0000000000 --- a/.changeset/stupid-years-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Don't export types that aren't used externally diff --git a/.changeset/tender-badgers-brush.md b/.changeset/tender-badgers-brush.md deleted file mode 100644 index badabb2af9..0000000000 --- a/.changeset/tender-badgers-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -adds appearance description to aria label diff --git a/.changeset/thick-jokes-judge.md b/.changeset/thick-jokes-judge.md deleted file mode 100644 index e91b6cc2ee..0000000000 --- a/.changeset/thick-jokes-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Clear seemingly useless widget rubrics diff --git a/.changeset/tough-socks-fail.md b/.changeset/tough-socks-fail.md deleted file mode 100644 index e968efc75b..0000000000 --- a/.changeset/tough-socks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": major ---- - -Remove external-facing but unused API (getGrammarTypeForPath) diff --git a/.changeset/tricky-wasps-hug.md b/.changeset/tricky-wasps-hug.md deleted file mode 100644 index dd199e6f50..0000000000 --- a/.changeset/tricky-wasps-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/math-input": patch ---- - -Consolidate MathFieldActionTypes diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 1dd0410730..4fca3abe53 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/perseus-dev-ui +## 3.0.10 + +### Patch Changes + +- [#1776](https://github.com/Khan/perseus/pull/1776) [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export things that aren't used externally + +- Updated dependencies [[`e8160105c`](https://github.com/Khan/perseus/commit/e8160105c967143b593954d967504dcbeab59468), [`f220366d0`](https://github.com/Khan/perseus/commit/f220366d0b3550a84b0d744119331d3307348c34), [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0), [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39), [`c27ee11bc`](https://github.com/Khan/perseus/commit/c27ee11bc69ff9dcf89814f9f66b4e1b3508f129), [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909), [`c91cba9e0`](https://github.com/Khan/perseus/commit/c91cba9e01bc391accac2014ed3c87b42ba174fd)]: + - @khanacademy/math-input@21.1.1 + - @khanacademy/perseus-linter@1.2.3 + ## 3.0.9 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index 8c4bfee66a..a1f648c669 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "3.0.9", + "version": "3.0.10", "private": true, "repository": { "type": "git", @@ -16,9 +16,9 @@ "dependencies": { "@khanacademy/kas": "^0.3.15", "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.0", + "@khanacademy/math-input": "^21.1.1", "@khanacademy/perseus-core": "1.5.2", - "@khanacademy/perseus-linter": "^1.2.2", + "@khanacademy/perseus-linter": "^1.2.3", "@khanacademy/pure-markdown": "^0.3.10", "@khanacademy/simple-markdown": "^0.13.3", "@khanacademy/wonder-blocks-banner": "3.1.7", diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index a1c1813ae9..f9cb674ce1 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,23 @@ # @khanacademy/math-input +## 21.1.1 + +### Patch Changes + +- [#1779](https://github.com/Khan/perseus/pull/1779) [`e8160105c`](https://github.com/Khan/perseus/commit/e8160105c967143b593954d967504dcbeab59468) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused fake-react-native Text component + +* [#1781](https://github.com/Khan/perseus/pull/1781) [`f220366d0`](https://github.com/Khan/perseus/commit/f220366d0b3550a84b0d744119331d3307348c34) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused types + +- [#1776](https://github.com/Khan/perseus/pull/1776) [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export things that aren't used externally + +* [#1778](https://github.com/Khan/perseus/pull/1778) [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused dead code + +- [#1790](https://github.com/Khan/perseus/pull/1790) [`c27ee11bc`](https://github.com/Khan/perseus/commit/c27ee11bc69ff9dcf89814f9f66b4e1b3508f129) Thanks [@handeyeco](https://github.com/handeyeco)! - Revert process check PR (#1784) + +* [#1780](https://github.com/Khan/perseus/pull/1780) [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export types that aren't used externally + +- [#1775](https://github.com/Khan/perseus/pull/1775) [`c91cba9e0`](https://github.com/Khan/perseus/commit/c91cba9e01bc391accac2014ed3c87b42ba174fd) Thanks [@handeyeco](https://github.com/handeyeco)! - Consolidate MathFieldActionTypes + ## 21.1.0 ### Minor Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 447b04bb1e..54940a0292 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.0", + "version": "21.1.1", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index d8c40b3aff..b91b99fced 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,25 @@ # @khanacademy/perseus-editor +## 14.9.0 + +### Minor Changes + +- [#1745](https://github.com/Khan/perseus/pull/1745) [`5cbbeebdf`](https://github.com/Khan/perseus/commit/5cbbeebdf368a06c318940f477af08fd73a84e66) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - adds appearance description to aria label + +### Patch Changes + +- [#1744](https://github.com/Khan/perseus/pull/1744) [`236ef4458`](https://github.com/Khan/perseus/commit/236ef4458aaffc9b6265e72dc64cb1ee3a21a71c) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup: remove scorePreview and refine some types + +* [#1776](https://github.com/Khan/perseus/pull/1776) [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export things that aren't used externally + +- [#1741](https://github.com/Khan/perseus/pull/1741) [`3e48b2c26`](https://github.com/Khan/perseus/commit/3e48b2c26fbd1f649ce3878468e06043b88b0949) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope reviewModeRubric to just the component that uses it (Radio) + +* [#1780](https://github.com/Khan/perseus/pull/1780) [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export types that aren't used externally + +* Updated dependencies [[`e8160105c`](https://github.com/Khan/perseus/commit/e8160105c967143b593954d967504dcbeab59468), [`ea7ede69f`](https://github.com/Khan/perseus/commit/ea7ede69fc8b5265162cfbfedf863766fa1e0aee), [`f220366d0`](https://github.com/Khan/perseus/commit/f220366d0b3550a84b0d744119331d3307348c34), [`236ef4458`](https://github.com/Khan/perseus/commit/236ef4458aaffc9b6265e72dc64cb1ee3a21a71c), [`cf57871df`](https://github.com/Khan/perseus/commit/cf57871df1d0eb63be2b83b8c5dda5f4f1f709ad), [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0), [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39), [`cb3b8f3ea`](https://github.com/Khan/perseus/commit/cb3b8f3ea58e147d402238994227284e8a21ba51), [`3e48b2c26`](https://github.com/Khan/perseus/commit/3e48b2c26fbd1f649ce3878468e06043b88b0949), [`c27ee11bc`](https://github.com/Khan/perseus/commit/c27ee11bc69ff9dcf89814f9f66b4e1b3508f129), [`0587dc04b`](https://github.com/Khan/perseus/commit/0587dc04b770524cce8c603fcd90e7c25844be46), [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909), [`5cbbeebdf`](https://github.com/Khan/perseus/commit/5cbbeebdf368a06c318940f477af08fd73a84e66), [`69f3facad`](https://github.com/Khan/perseus/commit/69f3facadd0dd38ef98c4ba6e04461d2bbe92578), [`c6ee2662a`](https://github.com/Khan/perseus/commit/c6ee2662a18e6703c3a7816d5fb89a70e0f9f50b), [`c91cba9e0`](https://github.com/Khan/perseus/commit/c91cba9e01bc391accac2014ed3c87b42ba174fd)]: + - @khanacademy/math-input@21.1.1 + - @khanacademy/perseus@39.0.0 + ## 14.8.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index ca524ff8de..a4a750b30c 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.8.1", + "version": "14.9.0", "publishConfig": { "access": "public" }, @@ -37,8 +37,8 @@ "@khanacademy/kas": "^0.3.15", "@khanacademy/keypad-context": "^1.0.3", "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.0", - "@khanacademy/perseus": "^38.0.1", + "@khanacademy/math-input": "^21.1.1", + "@khanacademy/perseus": "^39.0.0", "@khanacademy/perseus-core": "1.5.2", "mafs": "^0.19.0" }, diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index a715d6a113..6605deea73 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-linter +## 1.2.3 + +### Patch Changes + +- [#1778](https://github.com/Khan/perseus/pull/1778) [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused dead code + ## 1.2.2 ### Patch Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 5608fcce06..1107b3604a 100644 --- a/packages/perseus-linter/package.json +++ b/packages/perseus-linter/package.json @@ -3,7 +3,7 @@ "description": "Linter engine for Perseus", "author": "Khan Academy", "license": "MIT", - "version": "1.2.2", + "version": "1.2.3", "publishConfig": { "access": "public" }, diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 8b72661846..fe6e89a5fb 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,45 @@ # @khanacademy/perseus +## 39.0.0 + +### Major Changes + +- [#1740](https://github.com/Khan/perseus/pull/1740) [`c6ee2662a`](https://github.com/Khan/perseus/commit/c6ee2662a18e6703c3a7816d5fb89a70e0f9f50b) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove external-facing but unused API (getGrammarTypeForPath) + +### Minor Changes + +- [#1741](https://github.com/Khan/perseus/pull/1741) [`3e48b2c26`](https://github.com/Khan/perseus/commit/3e48b2c26fbd1f649ce3878468e06043b88b0949) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope reviewModeRubric to just the component that uses it (Radio) + +* [#1745](https://github.com/Khan/perseus/pull/1745) [`5cbbeebdf`](https://github.com/Khan/perseus/commit/5cbbeebdf368a06c318940f477af08fd73a84e66) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - adds appearance description to aria label + +### Patch Changes + +- [#1782](https://github.com/Khan/perseus/pull/1782) [`ea7ede69f`](https://github.com/Khan/perseus/commit/ea7ede69fc8b5265162cfbfedf863766fa1e0aee) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup widget option types + +* [#1781](https://github.com/Khan/perseus/pull/1781) [`f220366d0`](https://github.com/Khan/perseus/commit/f220366d0b3550a84b0d744119331d3307348c34) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused types + +- [#1744](https://github.com/Khan/perseus/pull/1744) [`236ef4458`](https://github.com/Khan/perseus/commit/236ef4458aaffc9b6265e72dc64cb1ee3a21a71c) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup: remove scorePreview and refine some types + +* [#1777](https://github.com/Khan/perseus/pull/1777) [`cf57871df`](https://github.com/Khan/perseus/commit/cf57871df1d0eb63be2b83b8c5dda5f4f1f709ad) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused styles constants + +- [#1776](https://github.com/Khan/perseus/pull/1776) [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export things that aren't used externally + +* [#1778](https://github.com/Khan/perseus/pull/1778) [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove unused dead code + +- [#1774](https://github.com/Khan/perseus/pull/1774) [`cb3b8f3ea`](https://github.com/Khan/perseus/commit/cb3b8f3ea58e147d402238994227284e8a21ba51) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove duplicate export on MovablePoint + +* [#1790](https://github.com/Khan/perseus/pull/1790) [`c27ee11bc`](https://github.com/Khan/perseus/commit/c27ee11bc69ff9dcf89814f9f66b4e1b3508f129) Thanks [@handeyeco](https://github.com/handeyeco)! - Revert process check PR (#1784) + +- [#1789](https://github.com/Khan/perseus/pull/1789) [`0587dc04b`](https://github.com/Khan/perseus/commit/0587dc04b770524cce8c603fcd90e7c25844be46) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove isMobile from Dependencies since it's now on APIOptions + +* [#1780](https://github.com/Khan/perseus/pull/1780) [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909) Thanks [@handeyeco](https://github.com/handeyeco)! - Don't export types that aren't used externally + +- [#1759](https://github.com/Khan/perseus/pull/1759) [`69f3facad`](https://github.com/Khan/perseus/commit/69f3facadd0dd38ef98c4ba6e04461d2bbe92578) Thanks [@handeyeco](https://github.com/handeyeco)! - Clear seemingly useless widget rubrics + +- Updated dependencies [[`e8160105c`](https://github.com/Khan/perseus/commit/e8160105c967143b593954d967504dcbeab59468), [`f220366d0`](https://github.com/Khan/perseus/commit/f220366d0b3550a84b0d744119331d3307348c34), [`d05a4a228`](https://github.com/Khan/perseus/commit/d05a4a22895c2c939e5c90a9b412ddfaaa0ba2f0), [`8eacf0bda`](https://github.com/Khan/perseus/commit/8eacf0bda557c459be996b8c66a0fd93ad797b39), [`c27ee11bc`](https://github.com/Khan/perseus/commit/c27ee11bc69ff9dcf89814f9f66b4e1b3508f129), [`6729af8c8`](https://github.com/Khan/perseus/commit/6729af8c8af8617f7f7159976efb2989dc925909), [`c91cba9e0`](https://github.com/Khan/perseus/commit/c91cba9e01bc391accac2014ed3c87b42ba174fd)]: + - @khanacademy/math-input@21.1.1 + - @khanacademy/perseus-linter@1.2.3 + ## 38.0.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index ff649a99f3..e2e1a5a39b 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": "38.0.1", + "version": "39.0.0", "publishConfig": { "access": "public" }, @@ -43,9 +43,9 @@ "@khanacademy/kas": "^0.3.15", "@khanacademy/keypad-context": "^1.0.3", "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.0", + "@khanacademy/math-input": "^21.1.1", "@khanacademy/perseus-core": "1.5.2", - "@khanacademy/perseus-linter": "^1.2.2", + "@khanacademy/perseus-linter": "^1.2.3", "@khanacademy/pure-markdown": "^0.3.10", "@khanacademy/simple-markdown": "^0.13.3", "@types/classnames": "2.2.0",