diff --git a/.changeset/breezy-seahorses-listen.md b/.changeset/breezy-seahorses-listen.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/breezy-seahorses-listen.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/chilled-jeans-sing.md b/.changeset/chilled-jeans-sing.md deleted file mode 100644 index 7ebd581b5b..0000000000 --- a/.changeset/chilled-jeans-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/math-input": patch ---- - -Minor fix to ensure that the keypadElement is always provided to mobile keypad consumers diff --git a/.changeset/cyan-toys-shave.md b/.changeset/cyan-toys-shave.md deleted file mode 100644 index b400f7b166..0000000000 --- a/.changeset/cyan-toys-shave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": patch ---- - -Update types for Plotter widget diff --git a/.changeset/dull-goats-admire.md b/.changeset/dull-goats-admire.md deleted file mode 100644 index 07923a0c29..0000000000 --- a/.changeset/dull-goats-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add option to show key on periodic table diff --git a/.changeset/four-zoos-boil.md b/.changeset/four-zoos-boil.md deleted file mode 100644 index e94edb5673..0000000000 --- a/.changeset/four-zoos-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Add string for translation for label image changes diff --git a/.changeset/serious-boats-happen.md b/.changeset/serious-boats-happen.md deleted file mode 100644 index 757635cd9a..0000000000 --- a/.changeset/serious-boats-happen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": major -"@khanacademy/perseus": major ---- - -Added a new required dep in Perseus and MathInput (required by WB) diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 8df4d42747..aaba93fb5a 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/math-input +## 15.0.0 + +### Major Changes + +- [#786](https://github.com/Khan/perseus/pull/786) [`af4ebf37`](https://github.com/Khan/perseus/commit/af4ebf37dfed15ffd93a8cf2a20d0be464120dd7) Thanks [@handeyeco](https://github.com/handeyeco)! - Added a new required dep in Perseus and MathInput (required by WB) + +### Patch Changes + +- [#791](https://github.com/Khan/perseus/pull/791) [`3eb0e158`](https://github.com/Khan/perseus/commit/3eb0e15860224cc595d5b7e78d2a5d60e808561c) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Minor fix to ensure that the keypadElement is always provided to mobile keypad consumers + ## 14.2.2 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 55bb158f47..ea7b9c4fe4 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": "14.2.2", + "version": "15.0.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 83a590a917..3e98a562af 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 2.9.0 + +### Minor Changes + +- [#796](https://github.com/Khan/perseus/pull/796) [`c26fbdde`](https://github.com/Khan/perseus/commit/c26fbdde0d0bce0e7e88046eaddf88307f722eb9) Thanks [@nedredmond](https://github.com/nedredmond)! - Add option to show key on periodic table + +### Patch Changes + +- [#670](https://github.com/Khan/perseus/pull/670) [`88616529`](https://github.com/Khan/perseus/commit/88616529c70f6c03529c26c2a4f04e5bb9f92b38) Thanks [@handeyeco](https://github.com/handeyeco)! - Update types for Plotter widget + +- Updated dependencies [[`88616529`](https://github.com/Khan/perseus/commit/88616529c70f6c03529c26c2a4f04e5bb9f92b38), [`c26fbdde`](https://github.com/Khan/perseus/commit/c26fbdde0d0bce0e7e88046eaddf88307f722eb9), [`847b0568`](https://github.com/Khan/perseus/commit/847b0568bd5bb23ef08ddd8cbbe24f7158eeaaca), [`af4ebf37`](https://github.com/Khan/perseus/commit/af4ebf37dfed15ffd93a8cf2a20d0be464120dd7)]: + - @khanacademy/perseus@13.0.0 + ## 2.8.5 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 27fdda821c..053b6f7a7c 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": "2.8.5", + "version": "2.9.0", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.5", "@khanacademy/kmath": "^0.1.6", - "@khanacademy/perseus": "^12.4.0", + "@khanacademy/perseus": "^13.0.0", "@khanacademy/perseus-core": "1.3.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index f3ffca9adf..2a1e52b60f 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,24 @@ # @khanacademy/perseus +## 13.0.0 + +### Major Changes + +- [#786](https://github.com/Khan/perseus/pull/786) [`af4ebf37`](https://github.com/Khan/perseus/commit/af4ebf37dfed15ffd93a8cf2a20d0be464120dd7) Thanks [@handeyeco](https://github.com/handeyeco)! - Added a new required dep in Perseus and MathInput (required by WB) + +### Minor Changes + +- [#670](https://github.com/Khan/perseus/pull/670) [`88616529`](https://github.com/Khan/perseus/commit/88616529c70f6c03529c26c2a4f04e5bb9f92b38) Thanks [@handeyeco](https://github.com/handeyeco)! - Update types for Plotter widget + +* [#796](https://github.com/Khan/perseus/pull/796) [`c26fbdde`](https://github.com/Khan/perseus/commit/c26fbdde0d0bce0e7e88046eaddf88307f722eb9) Thanks [@nedredmond](https://github.com/nedredmond)! - Add option to show key on periodic table + +### Patch Changes + +- [#799](https://github.com/Khan/perseus/pull/799) [`847b0568`](https://github.com/Khan/perseus/commit/847b0568bd5bb23ef08ddd8cbbe24f7158eeaaca) Thanks [@nedredmond](https://github.com/nedredmond)! - Add string for translation for label image changes + +- Updated dependencies [[`3eb0e158`](https://github.com/Khan/perseus/commit/3eb0e15860224cc595d5b7e78d2a5d60e808561c), [`af4ebf37`](https://github.com/Khan/perseus/commit/af4ebf37dfed15ffd93a8cf2a20d0be464120dd7)]: + - @khanacademy/math-input@15.0.0 + ## 12.4.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index d36047b65f..2d5221ad69 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": "12.4.0", + "version": "13.0.0", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.5", "@khanacademy/kmath": "^0.1.6", - "@khanacademy/math-input": "^14.2.2", + "@khanacademy/math-input": "^15.0.0", "@khanacademy/perseus-core": "1.3.0", "@khanacademy/perseus-linter": "^0.3.8", "@khanacademy/pure-markdown": "^0.2.10",