diff --git a/.changeset/angry-hounds-lick.md b/.changeset/angry-hounds-lick.md deleted file mode 100644 index 6650905267..0000000000 --- a/.changeset/angry-hounds-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": minor ---- - -[Locked Labels] Implement adding/editing/deleting a standalone locked label diff --git a/.changeset/big-ties-fail.md b/.changeset/big-ties-fail.md deleted file mode 100644 index 1010466ab9..0000000000 --- a/.changeset/big-ties-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Adds unlimited point graph diff --git a/.changeset/chilled-moose-design.md b/.changeset/chilled-moose-design.md deleted file mode 100644 index ba0c76acc5..0000000000 --- a/.changeset/chilled-moose-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Design update for PhET widget diff --git a/.changeset/empty-seals-worry.md b/.changeset/empty-seals-worry.md deleted file mode 100644 index 7191a1a61b..0000000000 --- a/.changeset/empty-seals-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Add PhET widget diff --git a/.changeset/little-goats-film.md b/.changeset/little-goats-film.md deleted file mode 100644 index 8add5a7d5b..0000000000 --- a/.changeset/little-goats-film.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": major ---- - -Release PhET widget - -This PR releases a new PhET simulation widget to Perseus that requires an -update in order to allow the support of new, upcoming content. Older versions -of Perseus will be unable to render content that contains this widget. - -PhET simulations come from https://phet.colorado.edu/. diff --git a/.changeset/selfish-kiwis-collect.md b/.changeset/selfish-kiwis-collect.md deleted file mode 100644 index d8b111d244..0000000000 --- a/.changeset/selfish-kiwis-collect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/perseus": patch ---- - -Adds a finite point question to dev gallery diff --git a/.changeset/three-ligers-think.md b/.changeset/three-ligers-think.md deleted file mode 100644 index 12577baf57..0000000000 --- a/.changeset/three-ligers-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add a content editor for the PhET widget diff --git a/.changeset/violet-worms-invite.md b/.changeset/violet-worms-invite.md deleted file mode 100644 index bf762f8c97..0000000000 --- a/.changeset/violet-worms-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Locked labels] View locked labels in an Interactive Graph diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 58c8fc7ddd..eb0b44b072 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-dev-ui +## 3.0.2 + +### Patch Changes + +- [#1541](https://github.com/Khan/perseus/pull/1541) [`36471197c`](https://github.com/Khan/perseus/commit/36471197cc25d78b8f9515ba0da04875480c788d) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Adds a finite point question to dev gallery + ## 3.0.1 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index b30483e4bb..cd3d6738e0 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.1", + "version": "3.0.2", "private": true, "repository": { "type": "git", diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index f2b1dfb482..6f3aa4b1d1 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,32 @@ # @khanacademy/perseus-editor +## 13.0.0 + +### Major Changes + +- [#1546](https://github.com/Khan/perseus/pull/1546) [`6cbe4947e`](https://github.com/Khan/perseus/commit/6cbe4947e441d0723bb333409752f8d66473af73) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Release PhET widget + + This PR releases a new PhET simulation widget to Perseus that requires an + update in order to allow the support of new, upcoming content. Older versions + of Perseus will be unable to render content that contains this widget. + + PhET simulations come from https://phet.colorado.edu/. + +### Minor Changes + +- [#1539](https://github.com/Khan/perseus/pull/1539) [`7805626e1`](https://github.com/Khan/perseus/commit/7805626e10bde2d256d9523709fdba3267cea381) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Implement adding/editing/deleting a standalone locked label + +* [#1542](https://github.com/Khan/perseus/pull/1542) [`a7fc2a3e3`](https://github.com/Khan/perseus/commit/a7fc2a3e3230ad695d3ab5fb8ff1dd9b40711250) Thanks [@aemandine](https://github.com/aemandine)! - Design update for PhET widget + +- [#1532](https://github.com/Khan/perseus/pull/1532) [`6e102f9c4`](https://github.com/Khan/perseus/commit/6e102f9c4d15b4b1a94a97b98684a1a997590121) Thanks [@aemandine](https://github.com/aemandine)! - Add a content editor for the PhET widget + +* [#1533](https://github.com/Khan/perseus/pull/1533) [`cc1995daf`](https://github.com/Khan/perseus/commit/cc1995dafaac637b035c71270e4d4e6f57a15e19) Thanks [@nishasy](https://github.com/nishasy)! - [Locked labels] View locked labels in an Interactive Graph + +### Patch Changes + +- Updated dependencies [[`7805626e1`](https://github.com/Khan/perseus/commit/7805626e10bde2d256d9523709fdba3267cea381), [`0bf2711c0`](https://github.com/Khan/perseus/commit/0bf2711c02f8a383235a5d524b29bc184ced3aa1), [`a7fc2a3e3`](https://github.com/Khan/perseus/commit/a7fc2a3e3230ad695d3ab5fb8ff1dd9b40711250), [`4f24be79d`](https://github.com/Khan/perseus/commit/4f24be79d599a5fc53a14130d1cad86adb48cd2e), [`6cbe4947e`](https://github.com/Khan/perseus/commit/6cbe4947e441d0723bb333409752f8d66473af73), [`36471197c`](https://github.com/Khan/perseus/commit/36471197cc25d78b8f9515ba0da04875480c788d), [`6e102f9c4`](https://github.com/Khan/perseus/commit/6e102f9c4d15b4b1a94a97b98684a1a997590121), [`cc1995daf`](https://github.com/Khan/perseus/commit/cc1995dafaac637b035c71270e4d4e6f57a15e19)]: + - @khanacademy/perseus@31.0.0 + ## 12.0.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index ed1a3a9d13..da14835ebc 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.1", + "version": "13.0.0", "publishConfig": { "access": "public" }, @@ -37,7 +37,7 @@ "@khanacademy/kas": "^0.3.12", "@khanacademy/kmath": "^0.1.13", "@khanacademy/math-input": "^21.0.1", - "@khanacademy/perseus": "^30.0.1", + "@khanacademy/perseus": "^31.0.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 12fe59d75a..2738bdda18 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,35 @@ # @khanacademy/perseus +## 31.0.0 + +### Major Changes + +- [#1546](https://github.com/Khan/perseus/pull/1546) [`6cbe4947e`](https://github.com/Khan/perseus/commit/6cbe4947e441d0723bb333409752f8d66473af73) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Release PhET widget + + This PR releases a new PhET simulation widget to Perseus that requires an + update in order to allow the support of new, upcoming content. Older versions + of Perseus will be unable to render content that contains this widget. + + PhET simulations come from https://phet.colorado.edu/. + +### Minor Changes + +- [#1529](https://github.com/Khan/perseus/pull/1529) [`0bf2711c0`](https://github.com/Khan/perseus/commit/0bf2711c02f8a383235a5d524b29bc184ced3aa1) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Adds unlimited point graph + +* [#1542](https://github.com/Khan/perseus/pull/1542) [`a7fc2a3e3`](https://github.com/Khan/perseus/commit/a7fc2a3e3230ad695d3ab5fb8ff1dd9b40711250) Thanks [@aemandine](https://github.com/aemandine)! - Design update for PhET widget + +- [#1512](https://github.com/Khan/perseus/pull/1512) [`4f24be79d`](https://github.com/Khan/perseus/commit/4f24be79d599a5fc53a14130d1cad86adb48cd2e) Thanks [@aemandine](https://github.com/aemandine)! - Add PhET widget + +* [#1532](https://github.com/Khan/perseus/pull/1532) [`6e102f9c4`](https://github.com/Khan/perseus/commit/6e102f9c4d15b4b1a94a97b98684a1a997590121) Thanks [@aemandine](https://github.com/aemandine)! - Add a content editor for the PhET widget + +- [#1533](https://github.com/Khan/perseus/pull/1533) [`cc1995daf`](https://github.com/Khan/perseus/commit/cc1995dafaac637b035c71270e4d4e6f57a15e19) Thanks [@nishasy](https://github.com/nishasy)! - [Locked labels] View locked labels in an Interactive Graph + +### Patch Changes + +- [#1539](https://github.com/Khan/perseus/pull/1539) [`7805626e1`](https://github.com/Khan/perseus/commit/7805626e10bde2d256d9523709fdba3267cea381) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Implement adding/editing/deleting a standalone locked label + +* [#1541](https://github.com/Khan/perseus/pull/1541) [`36471197c`](https://github.com/Khan/perseus/commit/36471197cc25d78b8f9515ba0da04875480c788d) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Adds a finite point question to dev gallery + ## 30.0.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 0229f1c0d6..6a6b086342 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.1", + "version": "31.0.0", "publishConfig": { "access": "public" },