diff --git a/.changeset/calm-baboons-film.md b/.changeset/calm-baboons-film.md deleted file mode 100644 index f90119973b..0000000000 --- a/.changeset/calm-baboons-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Refine exports of icon paths from Perseus diff --git a/.changeset/clever-crews-fly.md b/.changeset/clever-crews-fly.md deleted file mode 100644 index 68d2ffd054..0000000000 --- a/.changeset/clever-crews-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-linter": patch ---- - -Internal: fix types in test for Perseus linter diff --git a/.changeset/fifty-boxes-flash.md b/.changeset/fifty-boxes-flash.md deleted file mode 100644 index 724e1b01a3..0000000000 --- a/.changeset/fifty-boxes-flash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": minor -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Adding new interactive graph type "unlimited-points" for mafs. diff --git a/.changeset/rich-lizards-rule.md b/.changeset/rich-lizards-rule.md deleted file mode 100644 index 73e0627ef2..0000000000 --- a/.changeset/rich-lizards-rule.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Scope exports from grapher's util diff --git a/.changeset/shaggy-cobras-invent.md b/.changeset/shaggy-cobras-invent.md deleted file mode 100644 index 9dd2c14b72..0000000000 --- a/.changeset/shaggy-cobras-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Move contants file from perseus to perseus-editor diff --git a/.changeset/slow-lamps-wave.md b/.changeset/slow-lamps-wave.md deleted file mode 100644 index 9e584b5970..0000000000 --- a/.changeset/slow-lamps-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Cleanup global-styles and global-constants exports from Perseus diff --git a/.changeset/spicy-grapes-bathe.md b/.changeset/spicy-grapes-bathe.md deleted file mode 100644 index e74585d789..0000000000 --- a/.changeset/spicy-grapes-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Scope sizing-utils exports to the essentials diff --git a/.changeset/swift-trees-flash.md b/.changeset/swift-trees-flash.md deleted file mode 100644 index a7aecf732b..0000000000 --- a/.changeset/swift-trees-flash.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@khanacademy/kas": patch -"@khanacademy/keypad-context": patch -"@khanacademy/kmath": patch -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-core": patch -"@khanacademy/perseus-editor": patch -"@khanacademy/perseus-linter": patch -"@khanacademy/pure-markdown": patch -"@khanacademy/simple-markdown": patch ---- - -Check types for import/no-extraneous-dependencies eslint check diff --git a/.changeset/tame-insects-return.md b/.changeset/tame-insects-return.md deleted file mode 100644 index 30a23a86ca..0000000000 --- a/.changeset/tame-insects-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Refactor MovablePoint to useControlPoint diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index bd38bfa58e..9c6f81e339 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,22 @@ # @khanacademy/perseus-dev-ui +## 3.1.0 + +### Minor Changes + +- [#1764](https://github.com/Khan/perseus/pull/1764) [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph type "unlimited-points" for mafs. + +### Patch Changes + +- Updated dependencies [[`14d0764e4`](https://github.com/Khan/perseus/commit/14d0764e4498dae81921a91e5202291461b52374), [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-linter@1.2.4 + - @khanacademy/kas@0.3.16 + - @khanacademy/kmath@0.1.16 + - @khanacademy/math-input@21.1.3 + - @khanacademy/perseus-core@1.5.3 + - @khanacademy/pure-markdown@0.3.11 + - @khanacademy/simple-markdown@0.13.4 + ## 3.0.11 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index 59101fda6a..e6f91bd2ac 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.11", + "version": "3.1.0", "private": true, "repository": { "type": "git", @@ -14,13 +14,13 @@ "dev": "vite" }, "dependencies": { - "@khanacademy/kas": "^0.3.15", - "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.2", - "@khanacademy/perseus-core": "1.5.2", - "@khanacademy/perseus-linter": "^1.2.3", - "@khanacademy/pure-markdown": "^0.3.10", - "@khanacademy/simple-markdown": "^0.13.3", + "@khanacademy/kas": "^0.3.16", + "@khanacademy/kmath": "^0.1.16", + "@khanacademy/math-input": "^21.1.3", + "@khanacademy/perseus-core": "1.5.3", + "@khanacademy/perseus-linter": "^1.2.4", + "@khanacademy/pure-markdown": "^0.3.11", + "@khanacademy/simple-markdown": "^0.13.4", "@khanacademy/wonder-blocks-banner": "3.1.7", "@khanacademy/wonder-blocks-icon": "4.1.3", "@khanacademy/wonder-blocks-icon-button": "5.3.4", diff --git a/packages/kas/CHANGELOG.md b/packages/kas/CHANGELOG.md index 6dfe1b15e4..ba94406c3c 100644 --- a/packages/kas/CHANGELOG.md +++ b/packages/kas/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/kas +## 0.3.16 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + ## 0.3.15 ### Patch Changes diff --git a/packages/kas/package.json b/packages/kas/package.json index 518138df00..ed7eac883e 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.15", + "version": "0.3.16", "publishConfig": { "access": "public" }, @@ -26,7 +26,7 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2" + "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { "jison": "0.4.15", diff --git a/packages/keypad-context/CHANGELOG.md b/packages/keypad-context/CHANGELOG.md index 3c59c193a2..e14fda793f 100644 --- a/packages/keypad-context/CHANGELOG.md +++ b/packages/keypad-context/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/keypad-context +## 1.0.4 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + ## 1.0.3 ### Patch Changes diff --git a/packages/keypad-context/package.json b/packages/keypad-context/package.json index a5cfa1b351..b912fed47e 100644 --- a/packages/keypad-context/package.json +++ b/packages/keypad-context/package.json @@ -3,7 +3,7 @@ "description": "Perseus keypad context", "author": "Khan Academy", "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "publishConfig": { "access": "public" }, @@ -25,7 +25,7 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2" + "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { "react": "^18.2.0" diff --git a/packages/kmath/CHANGELOG.md b/packages/kmath/CHANGELOG.md index eec6191981..7ca3e8f206 100644 --- a/packages/kmath/CHANGELOG.md +++ b/packages/kmath/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/kmath +## 0.1.16 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + ## 0.1.15 ### Patch Changes diff --git a/packages/kmath/package.json b/packages/kmath/package.json index 2ae25825cf..7771b68c8f 100644 --- a/packages/kmath/package.json +++ b/packages/kmath/package.json @@ -3,7 +3,7 @@ "description": "Khan Academy's Javascript Numeric Math Utilities", "author": "Khan Academy", "license": "MIT", - "version": "0.1.15", + "version": "0.1.16", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2" + "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { "perseus-build-settings": "^0.4.1", diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index e66ec5c17a..37ef89672e 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/math-input +## 21.1.3 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/keypad-context@1.0.4 + - @khanacademy/perseus-core@1.5.3 + ## 21.1.2 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 11acfb7fd4..670537a4aa 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.2", + "version": "21.1.3", "publishConfig": { "access": "public" }, @@ -38,8 +38,8 @@ ], "scripts": {}, "dependencies": { - "@khanacademy/keypad-context": "^1.0.3", - "@khanacademy/perseus-core": "1.5.2", + "@khanacademy/keypad-context": "^1.0.4", + "@khanacademy/perseus-core": "1.5.3", "mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz" }, "devDependencies": { diff --git a/packages/perseus-core/CHANGELOG.md b/packages/perseus-core/CHANGELOG.md index 7f4ca70529..256d57f13f 100644 --- a/packages/perseus-core/CHANGELOG.md +++ b/packages/perseus-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-core +## 1.5.3 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + ## 1.5.2 ### Patch Changes diff --git a/packages/perseus-core/package.json b/packages/perseus-core/package.json index 38a7fa1c5b..d8a96562d8 100644 --- a/packages/perseus-core/package.json +++ b/packages/perseus-core/package.json @@ -3,7 +3,7 @@ "description": "Shared Perseus infrastructure", "author": "Khan Academy", "license": "MIT", - "version": "1.5.2", + "version": "1.5.3", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index b1fbbdbb1f..46b6decc25 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,33 @@ # @khanacademy/perseus-editor +## 14.10.0 + +### Minor Changes + +- [#1764](https://github.com/Khan/perseus/pull/1764) [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph type "unlimited-points" for mafs. + +### Patch Changes + +- [#1803](https://github.com/Khan/perseus/pull/1803) [`eecfa54dd`](https://github.com/Khan/perseus/commit/eecfa54dd7810a98999e68054c9483959d7c0bd9) Thanks [@handeyeco](https://github.com/handeyeco)! - Refine exports of icon paths from Perseus + +* [#1806](https://github.com/Khan/perseus/pull/1806) [`666a1e1f4`](https://github.com/Khan/perseus/commit/666a1e1f452e7c2c041c4f339c25cb30efbd946f) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope exports from grapher's util + +- [#1804](https://github.com/Khan/perseus/pull/1804) [`6907fd4fc`](https://github.com/Khan/perseus/commit/6907fd4fca22ab16466e8ee718058943c04c79f8) Thanks [@handeyeco](https://github.com/handeyeco)! - Move contants file from perseus to perseus-editor + +* [#1801](https://github.com/Khan/perseus/pull/1801) [`ed088a629`](https://github.com/Khan/perseus/commit/ed088a629c77619740a8c902ad769ed8d3622367) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup global-styles and global-constants exports from Perseus + +- [#1805](https://github.com/Khan/perseus/pull/1805) [`faf62afd0`](https://github.com/Khan/perseus/commit/faf62afd094a758e376c5a8ac2acce140dedffdd) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope sizing-utils exports to the essentials + +* [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +* Updated dependencies [[`eecfa54dd`](https://github.com/Khan/perseus/commit/eecfa54dd7810a98999e68054c9483959d7c0bd9), [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3), [`666a1e1f4`](https://github.com/Khan/perseus/commit/666a1e1f452e7c2c041c4f339c25cb30efbd946f), [`6907fd4fc`](https://github.com/Khan/perseus/commit/6907fd4fca22ab16466e8ee718058943c04c79f8), [`ed088a629`](https://github.com/Khan/perseus/commit/ed088a629c77619740a8c902ad769ed8d3622367), [`faf62afd0`](https://github.com/Khan/perseus/commit/faf62afd094a758e376c5a8ac2acce140dedffdd), [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484), [`f1aaf4f2b`](https://github.com/Khan/perseus/commit/f1aaf4f2b0ff2eedbd2f41aa67a7ee86363fbc2d)]: + - @khanacademy/perseus@40.0.0 + - @khanacademy/kas@0.3.16 + - @khanacademy/keypad-context@1.0.4 + - @khanacademy/kmath@0.1.16 + - @khanacademy/math-input@21.1.3 + - @khanacademy/perseus-core@1.5.3 + ## 14.9.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 67ff65d911..2dac3e59cc 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.9.1", + "version": "14.10.0", "publishConfig": { "access": "public" }, @@ -34,16 +34,16 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.3.15", - "@khanacademy/keypad-context": "^1.0.3", - "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.2", - "@khanacademy/perseus": "^39.0.1", - "@khanacademy/perseus-core": "1.5.2", + "@khanacademy/kas": "^0.3.16", + "@khanacademy/keypad-context": "^1.0.4", + "@khanacademy/kmath": "^0.1.16", + "@khanacademy/math-input": "^21.1.3", + "@khanacademy/perseus": "^40.0.0", + "@khanacademy/perseus-core": "1.5.3", "mafs": "^0.19.0" }, "devDependencies": { - "@khanacademy/perseus-linter": "^1.2.2", + "@khanacademy/perseus-linter": "^1.2.4", "@khanacademy/wonder-blocks-accordion": "1.3.6", "@khanacademy/wonder-blocks-banner": "3.1.7", "@khanacademy/wonder-blocks-button": "6.3.8", diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index 6605deea73..1cf4d6c5a2 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/perseus-linter +## 1.2.4 + +### Patch Changes + +- [#1811](https://github.com/Khan/perseus/pull/1811) [`14d0764e4`](https://github.com/Khan/perseus/commit/14d0764e4498dae81921a91e5202291461b52374) Thanks [@benchristel](https://github.com/benchristel)! - Internal: fix types in test for Perseus linter + +* [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +* Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + ## 1.2.3 ### Patch Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 1107b3604a..353dd1dc7c 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.3", + "version": "1.2.4", "publishConfig": { "access": "public" }, @@ -25,10 +25,10 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2" + "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { - "@khanacademy/pure-markdown": "^0.3.10", + "@khanacademy/pure-markdown": "^0.3.11", "prop-types": "15.6.1" }, "peerDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 41bd0079fd..7caed0df49 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,39 @@ # @khanacademy/perseus +## 40.0.0 + +### Major Changes + +- [#1803](https://github.com/Khan/perseus/pull/1803) [`eecfa54dd`](https://github.com/Khan/perseus/commit/eecfa54dd7810a98999e68054c9483959d7c0bd9) Thanks [@handeyeco](https://github.com/handeyeco)! - Refine exports of icon paths from Perseus + +* [#1806](https://github.com/Khan/perseus/pull/1806) [`666a1e1f4`](https://github.com/Khan/perseus/commit/666a1e1f452e7c2c041c4f339c25cb30efbd946f) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope exports from grapher's util + +- [#1804](https://github.com/Khan/perseus/pull/1804) [`6907fd4fc`](https://github.com/Khan/perseus/commit/6907fd4fca22ab16466e8ee718058943c04c79f8) Thanks [@handeyeco](https://github.com/handeyeco)! - Move contants file from perseus to perseus-editor + +* [#1801](https://github.com/Khan/perseus/pull/1801) [`ed088a629`](https://github.com/Khan/perseus/commit/ed088a629c77619740a8c902ad769ed8d3622367) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup global-styles and global-constants exports from Perseus + +- [#1805](https://github.com/Khan/perseus/pull/1805) [`faf62afd0`](https://github.com/Khan/perseus/commit/faf62afd094a758e376c5a8ac2acce140dedffdd) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope sizing-utils exports to the essentials + +### Minor Changes + +- [#1764](https://github.com/Khan/perseus/pull/1764) [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph type "unlimited-points" for mafs. + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +* [#1795](https://github.com/Khan/perseus/pull/1795) [`f1aaf4f2b`](https://github.com/Khan/perseus/commit/f1aaf4f2b0ff2eedbd2f41aa67a7ee86363fbc2d) Thanks [@benchristel](https://github.com/benchristel)! - Refactor MovablePoint to useControlPoint + +* Updated dependencies [[`14d0764e4`](https://github.com/Khan/perseus/commit/14d0764e4498dae81921a91e5202291461b52374), [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-linter@1.2.4 + - @khanacademy/kas@0.3.16 + - @khanacademy/keypad-context@1.0.4 + - @khanacademy/kmath@0.1.16 + - @khanacademy/math-input@21.1.3 + - @khanacademy/perseus-core@1.5.3 + - @khanacademy/pure-markdown@0.3.11 + - @khanacademy/simple-markdown@0.13.4 + ## 39.0.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 5633c7a6b3..6ea7ce147b 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": "39.0.1", + "version": "40.0.0", "publishConfig": { "access": "public" }, @@ -40,14 +40,14 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/kas": "^0.3.15", - "@khanacademy/keypad-context": "^1.0.3", - "@khanacademy/kmath": "^0.1.15", - "@khanacademy/math-input": "^21.1.2", - "@khanacademy/perseus-core": "1.5.2", - "@khanacademy/perseus-linter": "^1.2.3", - "@khanacademy/pure-markdown": "^0.3.10", - "@khanacademy/simple-markdown": "^0.13.3", + "@khanacademy/kas": "^0.3.16", + "@khanacademy/keypad-context": "^1.0.4", + "@khanacademy/kmath": "^0.1.16", + "@khanacademy/math-input": "^21.1.3", + "@khanacademy/perseus-core": "1.5.3", + "@khanacademy/perseus-linter": "^1.2.4", + "@khanacademy/pure-markdown": "^0.3.11", + "@khanacademy/simple-markdown": "^0.13.4", "@types/classnames": "2.2.0", "@use-gesture/react": "^10.2.27", "mafs": "0.19.0", diff --git a/packages/pure-markdown/CHANGELOG.md b/packages/pure-markdown/CHANGELOG.md index 123993cd27..abf3889065 100644 --- a/packages/pure-markdown/CHANGELOG.md +++ b/packages/pure-markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/pure-markdown +## 0.3.11 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + - @khanacademy/simple-markdown@0.13.4 + ## 0.3.10 ### Patch Changes diff --git a/packages/pure-markdown/package.json b/packages/pure-markdown/package.json index 345c2ae873..08785aef41 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.3.10", + "version": "0.3.11", "publishConfig": { "access": "public" }, @@ -25,8 +25,8 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2", - "@khanacademy/simple-markdown": "^0.13.3" + "@khanacademy/perseus-core": "1.5.3", + "@khanacademy/simple-markdown": "^0.13.4" }, "devDependencies": {}, "peerDependencies": {}, diff --git a/packages/simple-markdown/CHANGELOG.md b/packages/simple-markdown/CHANGELOG.md index 2f0d715048..355e0c2e4d 100644 --- a/packages/simple-markdown/CHANGELOG.md +++ b/packages/simple-markdown/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/simple-markdown +## 0.13.4 + +### Patch Changes + +- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check + +- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]: + - @khanacademy/perseus-core@1.5.3 + ## 0.13.3 ### Patch Changes diff --git a/packages/simple-markdown/package.json b/packages/simple-markdown/package.json index a095c2a00f..cd39b86ab1 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.13.3", + "version": "0.13.4", "publishConfig": { "access": "public" }, @@ -25,7 +25,7 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "@khanacademy/perseus-core": "1.5.2" + "@khanacademy/perseus-core": "1.5.3" }, "devDependencies": { "perseus-build-settings": "^0.4.1"