diff --git a/.changeset/afraid-colts-sneeze.md b/.changeset/afraid-colts-sneeze.md deleted file mode 100644 index 2c8b9f7501..0000000000 --- a/.changeset/afraid-colts-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Remove simpleValidate from PhET widget diff --git a/.changeset/light-poems-joke.md b/.changeset/light-poems-joke.md deleted file mode 100644 index 63f59e680b..0000000000 --- a/.changeset/light-poems-joke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Reorganize files in the widgets folder diff --git a/.changeset/plenty-crews-wink.md b/.changeset/plenty-crews-wink.md deleted file mode 100644 index 9872383722..0000000000 --- a/.changeset/plenty-crews-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": major ---- - -Remove example widgets and their editors diff --git a/.changeset/pretty-cooks-return.md b/.changeset/pretty-cooks-return.md deleted file mode 100644 index 938d8c01f7..0000000000 --- a/.changeset/pretty-cooks-return.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Tidying up PhET widget diff --git a/.changeset/strange-crews-dress.md b/.changeset/strange-crews-dress.md deleted file mode 100644 index 3eacb99e0b..0000000000 --- a/.changeset/strange-crews-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Remove unlimited points via keyboard diff --git a/.changeset/swift-suits-rest.md b/.changeset/swift-suits-rest.md deleted file mode 100644 index 1af2f85654..0000000000 --- a/.changeset/swift-suits-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Remove sort-comp exceptions and reorder components diff --git a/.changeset/thirty-pans-hammer.md b/.changeset/thirty-pans-hammer.md deleted file mode 100644 index a9ba7063ca..0000000000 --- a/.changeset/thirty-pans-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add save warnings to PhET widget editor and un-hide widget from content editor widget dropdown diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index d9f8ed2c3b..43e9a6c2bf 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-dev-ui +## 3.0.4 + +### Patch Changes + +- [#1585](https://github.com/Khan/perseus/pull/1585) [`a6ec402c0`](https://github.com/Khan/perseus/commit/a6ec402c0e41dae1dbd980106265929ebe761bce) Thanks [@handeyeco](https://github.com/handeyeco)! - Reorganize files in the widgets folder + ## 3.0.3 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index da9c164d76..0026cc69a6 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.3", + "version": "3.0.4", "private": true, "repository": { "type": "git", diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 380361c0fd..9b47937aa1 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,26 @@ # @khanacademy/perseus-editor +## 14.0.0 + +### Major Changes + +- [#1577](https://github.com/Khan/perseus/pull/1577) [`c875acd01`](https://github.com/Khan/perseus/commit/c875acd01fe8cfa84a2b10177a6fcedfb612cb3f) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove example widgets and their editors + +### Minor Changes + +- [#1582](https://github.com/Khan/perseus/pull/1582) [`377b7ce68`](https://github.com/Khan/perseus/commit/377b7ce68801cef99cd3a09474b28a8b60f90f0a) Thanks [@aemandine](https://github.com/aemandine)! - Add save warnings to PhET widget editor and un-hide widget from content editor widget dropdown + +### Patch Changes + +- [#1585](https://github.com/Khan/perseus/pull/1585) [`a6ec402c0`](https://github.com/Khan/perseus/commit/a6ec402c0e41dae1dbd980106265929ebe761bce) Thanks [@handeyeco](https://github.com/handeyeco)! - Reorganize files in the widgets folder + +* [#1587](https://github.com/Khan/perseus/pull/1587) [`8015cdefb`](https://github.com/Khan/perseus/commit/8015cdefbafa094e9e1969ddb6ec39033c990687) Thanks [@aemandine](https://github.com/aemandine)! - Tidying up PhET widget + +- [#1583](https://github.com/Khan/perseus/pull/1583) [`615567bd2`](https://github.com/Khan/perseus/commit/615567bd2eeec45d16d845a1cb8bd5c33c04d701) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove sort-comp exceptions and reorder components + +- Updated dependencies [[`78bb8573e`](https://github.com/Khan/perseus/commit/78bb8573e9b00992554c2b1339678cc78363773b), [`a6ec402c0`](https://github.com/Khan/perseus/commit/a6ec402c0e41dae1dbd980106265929ebe761bce), [`c875acd01`](https://github.com/Khan/perseus/commit/c875acd01fe8cfa84a2b10177a6fcedfb612cb3f), [`8015cdefb`](https://github.com/Khan/perseus/commit/8015cdefbafa094e9e1969ddb6ec39033c990687), [`c4432ffad`](https://github.com/Khan/perseus/commit/c4432ffad978a224b7d981e1577c7897342a01ee), [`615567bd2`](https://github.com/Khan/perseus/commit/615567bd2eeec45d16d845a1cb8bd5c33c04d701), [`377b7ce68`](https://github.com/Khan/perseus/commit/377b7ce68801cef99cd3a09474b28a8b60f90f0a)]: + - @khanacademy/perseus@32.0.0 + ## 13.1.0 ### Minor Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 535fa16d04..f57a7674e9 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": "13.1.0", + "version": "14.0.0", "publishConfig": { "access": "public" }, @@ -38,7 +38,7 @@ "@khanacademy/keypad-context": "^1.0.1", "@khanacademy/kmath": "^0.1.13", "@khanacademy/math-input": "^21.0.2", - "@khanacademy/perseus": "^31.1.0", + "@khanacademy/perseus": "^32.0.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 0faece5fe8..03b2196876 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,27 @@ # @khanacademy/perseus +## 32.0.0 + +### Major Changes + +- [#1577](https://github.com/Khan/perseus/pull/1577) [`c875acd01`](https://github.com/Khan/perseus/commit/c875acd01fe8cfa84a2b10177a6fcedfb612cb3f) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove example widgets and their editors + +### Minor Changes + +- [#1570](https://github.com/Khan/perseus/pull/1570) [`c4432ffad`](https://github.com/Khan/perseus/commit/c4432ffad978a224b7d981e1577c7897342a01ee) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Remove unlimited points via keyboard + +* [#1582](https://github.com/Khan/perseus/pull/1582) [`377b7ce68`](https://github.com/Khan/perseus/commit/377b7ce68801cef99cd3a09474b28a8b60f90f0a) Thanks [@aemandine](https://github.com/aemandine)! - Add save warnings to PhET widget editor and un-hide widget from content editor widget dropdown + +### Patch Changes + +- [#1578](https://github.com/Khan/perseus/pull/1578) [`78bb8573e`](https://github.com/Khan/perseus/commit/78bb8573e9b00992554c2b1339678cc78363773b) Thanks [@aemandine](https://github.com/aemandine)! - Remove simpleValidate from PhET widget + +* [#1585](https://github.com/Khan/perseus/pull/1585) [`a6ec402c0`](https://github.com/Khan/perseus/commit/a6ec402c0e41dae1dbd980106265929ebe761bce) Thanks [@handeyeco](https://github.com/handeyeco)! - Reorganize files in the widgets folder + +- [#1587](https://github.com/Khan/perseus/pull/1587) [`8015cdefb`](https://github.com/Khan/perseus/commit/8015cdefbafa094e9e1969ddb6ec39033c990687) Thanks [@aemandine](https://github.com/aemandine)! - Tidying up PhET widget + +* [#1583](https://github.com/Khan/perseus/pull/1583) [`615567bd2`](https://github.com/Khan/perseus/commit/615567bd2eeec45d16d845a1cb8bd5c33c04d701) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove sort-comp exceptions and reorder components + ## 31.1.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index de291dc985..b29ec0b904 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": "31.1.0", + "version": "32.0.0", "publishConfig": { "access": "public" },