diff --git a/.changeset/curvy-pumpkins-bow.md b/.changeset/curvy-pumpkins-bow.md deleted file mode 100644 index 191ef1740f..0000000000 --- a/.changeset/curvy-pumpkins-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/simple-markdown": minor ---- - -Remove unused dependencies: size-limit and uglify-js diff --git a/.changeset/great-kiwis-nail.md b/.changeset/great-kiwis-nail.md deleted file mode 100644 index 1bd0a56d4c..0000000000 --- a/.changeset/great-kiwis-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Removing unnecessary conflicting CSS for #problemarea. diff --git a/.changeset/green-ligers-roll.md b/.changeset/green-ligers-roll.md deleted file mode 100644 index fa913905a9..0000000000 --- a/.changeset/green-ligers-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Removing unused CSS from #problemarea. diff --git a/.changeset/grumpy-cameras-fetch.md b/.changeset/grumpy-cameras-fetch.md deleted file mode 100644 index 191ef1740f..0000000000 --- a/.changeset/grumpy-cameras-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/simple-markdown": minor ---- - -Remove unused dependencies: size-limit and uglify-js diff --git a/.changeset/large-mails-march.md b/.changeset/large-mails-march.md deleted file mode 100644 index 4a2ae9675a..0000000000 --- a/.changeset/large-mails-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perseus-build-settings": minor ---- - -Adjust builds so that less handles math the way it did in older versions. diff --git a/.changeset/nervous-camels-trade.md b/.changeset/nervous-camels-trade.md deleted file mode 100644 index 9d0a05ea30..0000000000 --- a/.changeset/nervous-camels-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Change the rational color in radio widget diff --git a/.changeset/rotten-seahorses-ring.md b/.changeset/rotten-seahorses-ring.md deleted file mode 100644 index c170d33e7d..0000000000 --- a/.changeset/rotten-seahorses-ring.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": minor -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Bump all Wonder Blocks dependencies to latest diff --git a/.changeset/three-eagles-smell.md b/.changeset/three-eagles-smell.md deleted file mode 100644 index 2cc2a3f657..0000000000 --- a/.changeset/three-eagles-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fix 'focus' parameter on Renderer's setInputValue function to be optional. diff --git a/config/build/CHANGELOG.md b/config/build/CHANGELOG.md index 46e3c0dcdf..dad471cf89 100644 --- a/config/build/CHANGELOG.md +++ b/config/build/CHANGELOG.md @@ -1,5 +1,11 @@ # perseus-build-settings +## 0.3.0 + +### Minor Changes + +- [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Adjust builds so that less handles math the way it did in older versions. + ## 0.2.1 ### Patch Changes diff --git a/config/build/package.json b/config/build/package.json index 059f2b0997..cb6025abf8 100644 --- a/config/build/package.json +++ b/config/build/package.json @@ -1,6 +1,6 @@ { "name": "perseus-build-settings", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "private": true } diff --git a/packages/kas/package.json b/packages/kas/package.json index acf1fe65f4..6f366b1d30 100644 --- a/packages/kas/package.json +++ b/packages/kas/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "jison": "0.4.15", - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "underscore": "1.4.4" }, "peerDependencies": { diff --git a/packages/kmath/package.json b/packages/kmath/package.json index 667820535b..de5dc93a48 100644 --- a/packages/kmath/package.json +++ b/packages/kmath/package.json @@ -24,7 +24,7 @@ "@khanacademy/perseus-core": "1.3.0" }, "devDependencies": { - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "underscore": "1.4.4" }, "peerDependencies": { diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 832245eeb1..2907c79e5f 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/math-input +## 15.1.0 + +### Minor Changes + +- [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest + ## 15.0.1 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index add926d727..ba4b89ab1b 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": "15.0.1", + "version": "15.1.0", "publishConfig": { "access": "public" }, @@ -36,7 +36,7 @@ "aphrodite": "^1.1.0", "jquery": "^2.1.1", "katex": "^0.11.1", - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "prop-types": "15.6.1", "react": "^16.8.0", "react-dom": "^16.8.0", diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 332c571415..42816fd1cf 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 2.10.0 + +### Minor Changes + +- [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest + +### Patch Changes + +- [#808](https://github.com/Khan/perseus/pull/808) [`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea. + +- Updated dependencies [[`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a), [`691d29b4`](https://github.com/Khan/perseus/commit/691d29b4224a523a3dd8d53a7aab28c80118e7ac), [`021f9462`](https://github.com/Khan/perseus/commit/021f946255f423de8df13f6872b0664f79408484), [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75), [`6d31e044`](https://github.com/Khan/perseus/commit/6d31e044d6f5b304e63602795e9bbd7ba443dac5)]: + - @khanacademy/perseus@13.2.0 + ## 2.9.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 67e8b0a4cc..e7cc831167 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.9.1", + "version": "2.10.0", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.5", "@khanacademy/kmath": "^0.1.6", - "@khanacademy/perseus": "^13.1.0", + "@khanacademy/perseus": "^13.2.0", "@khanacademy/perseus-core": "1.3.0" }, "devDependencies": { @@ -42,7 +42,7 @@ "create-react-class": "^15.6.3", "jquery": "^2.1.1", "katex": "^0.11.1", - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "prop-types": "^15.6.1", "react": "16.14.0", "react-dom": "16.14.0", diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 0b916232b7..30a778d0bf 100644 --- a/packages/perseus-linter/package.json +++ b/packages/perseus-linter/package.json @@ -26,7 +26,7 @@ "@khanacademy/perseus-error": "^0.2.7" }, "devDependencies": { - "@khanacademy/pure-markdown": "^0.2.10", + "@khanacademy/pure-markdown": "^0.2.11", "prop-types": "^15.6.1" }, "peerDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 1a922c47cc..71952b9302 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,26 @@ # @khanacademy/perseus +## 13.2.0 + +### Minor Changes + +- [#797](https://github.com/Khan/perseus/pull/797) [`021f9462`](https://github.com/Khan/perseus/commit/021f946255f423de8df13f6872b0664f79408484) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Change the rational color in radio widget + +* [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest + +### Patch Changes + +- [#808](https://github.com/Khan/perseus/pull/808) [`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea. + +* [#813](https://github.com/Khan/perseus/pull/813) [`691d29b4`](https://github.com/Khan/perseus/commit/691d29b4224a523a3dd8d53a7aab28c80118e7ac) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unused CSS from #problemarea. + +- [#812](https://github.com/Khan/perseus/pull/812) [`6d31e044`](https://github.com/Khan/perseus/commit/6d31e044d6f5b304e63602795e9bbd7ba443dac5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix 'focus' parameter on Renderer's setInputValue function to be optional. + +- Updated dependencies [[`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75)]: + - @khanacademy/simple-markdown@0.11.0 + - @khanacademy/math-input@15.1.0 + - @khanacademy/pure-markdown@0.2.11 + ## 13.1.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 4ddda22546..d1903801d1 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": "13.1.0", + "version": "13.2.0", "publishConfig": { "access": "public" }, @@ -24,11 +24,11 @@ "dependencies": { "@khanacademy/kas": "^0.3.5", "@khanacademy/kmath": "^0.1.6", - "@khanacademy/math-input": "^15.0.1", + "@khanacademy/math-input": "^15.1.0", "@khanacademy/perseus-core": "1.3.0", "@khanacademy/perseus-linter": "^0.3.8", - "@khanacademy/pure-markdown": "^0.2.10", - "@khanacademy/simple-markdown": "^0.10.4" + "@khanacademy/pure-markdown": "^0.2.11", + "@khanacademy/simple-markdown": "^0.11.0" }, "devDependencies": { "@khanacademy/wonder-blocks-button": "^6.2.2", @@ -59,7 +59,7 @@ "katex": "^0.11.1", "lodash.debounce": "^4.0.8", "mathquill": "git+https://git@github.com/Khan/mathquill.git#48410e80d760bbd5105544d4a4ab459a28dc2cbc", - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "prop-types": "^15.6.1", "react": "16.14.0", "react-dom": "16.14.0", diff --git a/packages/pure-markdown/CHANGELOG.md b/packages/pure-markdown/CHANGELOG.md index 5b29c2496e..59db57a9cc 100644 --- a/packages/pure-markdown/CHANGELOG.md +++ b/packages/pure-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/pure-markdown +## 0.2.11 + +### Patch Changes + +- Updated dependencies [[`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c)]: + - @khanacademy/simple-markdown@0.11.0 + ## 0.2.10 ### Patch Changes diff --git a/packages/pure-markdown/package.json b/packages/pure-markdown/package.json index ecd8e279cc..ee2ce5da9a 100644 --- a/packages/pure-markdown/package.json +++ b/packages/pure-markdown/package.json @@ -3,7 +3,7 @@ "description": "SimpleMarkdown instance with non-react Perseus rules", "author": "Khan Academy", "license": "MIT", - "version": "0.2.10", + "version": "0.2.11", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "dependencies": { "@khanacademy/perseus-core": "1.3.0", "@khanacademy/perseus-error": "^0.2.7", - "@khanacademy/simple-markdown": "^0.10.4" + "@khanacademy/simple-markdown": "^0.11.0" }, "devDependencies": {}, "peerDependencies": {}, diff --git a/packages/simple-markdown/CHANGELOG.md b/packages/simple-markdown/CHANGELOG.md index b52e4ce157..bed251fbbb 100644 --- a/packages/simple-markdown/CHANGELOG.md +++ b/packages/simple-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # @khanacademy/simple-markdown +## 0.11.0 + +### Minor Changes + +- [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js + +* [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js + ## 0.10.4 ### Patch Changes diff --git a/packages/simple-markdown/package.json b/packages/simple-markdown/package.json index 5cd9f37861..13166af296 100644 --- a/packages/simple-markdown/package.json +++ b/packages/simple-markdown/package.json @@ -3,7 +3,7 @@ "description": "Javascript markdown parsing, made simple", "author": "Khan Academy", "license": "MIT", - "version": "0.10.4", + "version": "0.11.0", "publishConfig": { "access": "public" }, @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/react-dom": ">=16.0.0", - "perseus-build-settings": "^0.2.1", + "perseus-build-settings": "^0.3.0", "typescript": "^3.6.4" }, "peerDependencies": {