diff --git a/.changeset/fluffy-otters-join.md b/.changeset/fluffy-otters-join.md deleted file mode 100644 index 6295bdd76f..0000000000 --- a/.changeset/fluffy-otters-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-linter": minor ---- - -Add expression-widget lint rule diff --git a/.changeset/gentle-dingos-explain.md b/.changeset/gentle-dingos-explain.md deleted file mode 100644 index 0f58873351..0000000000 --- a/.changeset/gentle-dingos-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/kas": patch ---- - -Add some tests for mixed numbers in KAS. diff --git a/.changeset/hot-ladybugs-dance.md b/.changeset/hot-ladybugs-dance.md deleted file mode 100644 index 991dc2029d..0000000000 --- a/.changeset/hot-ladybugs-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -Revert reorder of NumericInputEditor fields diff --git a/.changeset/orange-rules-knock.md b/.changeset/orange-rules-knock.md deleted file mode 100644 index a3951f9882..0000000000 --- a/.changeset/orange-rules-knock.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -Use Portuguese sen and tg when updating Mathquill from the keypad diff --git a/.changeset/sixty-clouds-swim.md b/.changeset/sixty-clouds-swim.md deleted file mode 100644 index 0e767f6abf..0000000000 --- a/.changeset/sixty-clouds-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-linter": patch ---- - -Cleaning up some types in perseus-linter diff --git a/.changeset/stupid-parrots-chew.md b/.changeset/stupid-parrots-chew.md deleted file mode 100644 index 3624a4e533..0000000000 --- a/.changeset/stupid-parrots-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Add SharedRendererProps type diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 54df09756a..58c8fc7ddd 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/perseus-dev-ui +## 3.0.1 + +### Patch Changes + +- Updated dependencies [[`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50), [`e19c58eb9`](https://github.com/Khan/perseus/commit/e19c58eb9f0ef84c32dfdb40a4382cfa4c82392d), [`96f0337ce`](https://github.com/Khan/perseus/commit/96f0337ce459dea6a0860b45704e188876d38720), [`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50)]: + - @khanacademy/perseus-linter@1.2.0 + - @khanacademy/kas@0.3.12 + - @khanacademy/math-input@21.0.1 + ## 3.0.0 ### Major Changes diff --git a/dev/package.json b/dev/package.json index 964616eef6..b30483e4bb 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.0", + "version": "3.0.1", "private": true, "repository": { "type": "git", @@ -14,11 +14,11 @@ "dev": "vite" }, "dependencies": { - "@khanacademy/kas": "^0.3.11", + "@khanacademy/kas": "^0.3.12", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^21.0.0", + "@khanacademy/math-input": "^21.0.1", "@khanacademy/perseus-core": "1.5.0", - "@khanacademy/perseus-linter": "^1.1.0", + "@khanacademy/perseus-linter": "^1.2.0", "@khanacademy/pure-markdown": "^0.3.7", "@khanacademy/simple-markdown": "^0.13.0", "@khanacademy/wonder-blocks-banner": "3.0.42", diff --git a/packages/kas/CHANGELOG.md b/packages/kas/CHANGELOG.md index 9781501dec..46c5b6dd97 100644 --- a/packages/kas/CHANGELOG.md +++ b/packages/kas/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/kas +## 0.3.12 + +### Patch Changes + +- [#1507](https://github.com/Khan/perseus/pull/1507) [`e19c58eb9`](https://github.com/Khan/perseus/commit/e19c58eb9f0ef84c32dfdb40a4382cfa4c82392d) Thanks [@handeyeco](https://github.com/handeyeco)! - Add some tests for mixed numbers in KAS. + ## 0.3.11 ### Patch Changes diff --git a/packages/kas/package.json b/packages/kas/package.json index a21810bcb5..707646e2b5 100644 --- a/packages/kas/package.json +++ b/packages/kas/package.json @@ -3,7 +3,7 @@ "description": "A lightweight JavaScript CAS for comparing expressions and equations.", "author": "Khan Academy", "license": "MIT", - "version": "0.3.11", + "version": "0.3.12", "publishConfig": { "access": "public" }, diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 112241eb89..8ee437b58e 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/math-input +## 21.0.1 + +### Patch Changes + +- [#1538](https://github.com/Khan/perseus/pull/1538) [`96f0337ce`](https://github.com/Khan/perseus/commit/96f0337ce459dea6a0860b45704e188876d38720) Thanks [@handeyeco](https://github.com/handeyeco)! - Use Portuguese sen and tg when updating Mathquill from the keypad + ## 21.0.0 ### Major Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index b6ced23513..347ee0b45c 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.0.0", + "version": "21.0.1", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 6335f0bd14..f2b1dfb482 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/perseus-editor +## 12.0.1 + +### Patch Changes + +- [#1518](https://github.com/Khan/perseus/pull/1518) [`0667abecf`](https://github.com/Khan/perseus/commit/0667abecfc40990033ec46babf92f752e22c6444) Thanks [@handeyeco](https://github.com/handeyeco)! - Revert reorder of NumericInputEditor fields + +- Updated dependencies [[`e19c58eb9`](https://github.com/Khan/perseus/commit/e19c58eb9f0ef84c32dfdb40a4382cfa4c82392d), [`96f0337ce`](https://github.com/Khan/perseus/commit/96f0337ce459dea6a0860b45704e188876d38720), [`811f914cb`](https://github.com/Khan/perseus/commit/811f914cbded3a9a3af1c08cc6aa79cadb1dbb23)]: + - @khanacademy/kas@0.3.12 + - @khanacademy/math-input@21.0.1 + - @khanacademy/perseus@30.0.1 + ## 12.0.0 ### Major Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 1d79bf124a..ed1a3a9d13 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": "12.0.0", + "version": "12.0.1", "publishConfig": { "access": "public" }, @@ -34,10 +34,10 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.3.11", + "@khanacademy/kas": "^0.3.12", "@khanacademy/kmath": "^0.1.13", - "@khanacademy/math-input": "^21.0.0", - "@khanacademy/perseus": "^30.0.0", + "@khanacademy/math-input": "^21.0.1", + "@khanacademy/perseus": "^30.0.1", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index 04f6677bdc..0f153c0515 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/perseus-linter +## 1.2.0 + +### Minor Changes + +- [#1499](https://github.com/Khan/perseus/pull/1499) [`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50) Thanks [@handeyeco](https://github.com/handeyeco)! - Add expression-widget lint rule + +### Patch Changes + +- [#1499](https://github.com/Khan/perseus/pull/1499) [`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleaning up some types in perseus-linter + ## 1.1.0 ### Minor Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 3a6ccad26f..991f25b5d7 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.1.0", + "version": "1.2.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index e20dae6d19..12fe59d75a 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus +## 30.0.1 + +### Patch Changes + +- [#1538](https://github.com/Khan/perseus/pull/1538) [`96f0337ce`](https://github.com/Khan/perseus/commit/96f0337ce459dea6a0860b45704e188876d38720) Thanks [@handeyeco](https://github.com/handeyeco)! - Use Portuguese sen and tg when updating Mathquill from the keypad + +* [#1530](https://github.com/Khan/perseus/pull/1530) [`811f914cb`](https://github.com/Khan/perseus/commit/811f914cbded3a9a3af1c08cc6aa79cadb1dbb23) Thanks [@handeyeco](https://github.com/handeyeco)! - Add SharedRendererProps type + +* Updated dependencies [[`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50), [`e19c58eb9`](https://github.com/Khan/perseus/commit/e19c58eb9f0ef84c32dfdb40a4382cfa4c82392d), [`96f0337ce`](https://github.com/Khan/perseus/commit/96f0337ce459dea6a0860b45704e188876d38720), [`f5a2cf521`](https://github.com/Khan/perseus/commit/f5a2cf521291180dbbd448adc97700f7c52c8b50)]: + - @khanacademy/perseus-linter@1.2.0 + - @khanacademy/kas@0.3.12 + - @khanacademy/math-input@21.0.1 + ## 30.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 01879d7e2e..5eb3fe3f03 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": "30.0.0", + "version": "30.0.1", "publishConfig": { "access": "public" }, @@ -40,12 +40,12 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.3.11", + "@khanacademy/kas": "^0.3.12", "@khanacademy/kmath": "^0.1.13", "@khanacademy/keypad-context": "^1.0.0", - "@khanacademy/math-input": "^21.0.0", + "@khanacademy/math-input": "^21.0.1", "@khanacademy/perseus-core": "1.5.0", - "@khanacademy/perseus-linter": "^1.1.0", + "@khanacademy/perseus-linter": "^1.2.0", "@khanacademy/pure-markdown": "^0.3.7", "@khanacademy/simple-markdown": "^0.13.0", "@use-gesture/react": "^10.2.27",