diff --git a/.changeset/few-boats-retire.md b/.changeset/few-boats-retire.md deleted file mode 100644 index e4bc50c3b6..0000000000 --- a/.changeset/few-boats-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": minor ---- - -Interactive Graph - Add example functions for copy/paste to locked functions settings diff --git a/.changeset/hungry-bobcats-smoke.md b/.changeset/hungry-bobcats-smoke.md deleted file mode 100644 index eb2f4b50b2..0000000000 --- a/.changeset/hungry-bobcats-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Resolve improperly scaled text/labels in Graphie images when viewed in mobile (constrained viewports) diff --git a/.changeset/neat-ghosts-sing.md b/.changeset/neat-ghosts-sing.md deleted file mode 100644 index 6d2f5cfebb..0000000000 --- a/.changeset/neat-ghosts-sing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Internal: Move tests, test data, and Storybook stories for the Interactive Graph widget to the directory specific to that widget. diff --git a/.changeset/new-pigs-begin.md b/.changeset/new-pigs-begin.md deleted file mode 100644 index 4b03940984..0000000000 --- a/.changeset/new-pigs-begin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Interactive Graph + Editor] Add a full graph aria-label and aria-description/describedby to interactive graphs, as well as the UI for content authors to add this in the interactive graph editor diff --git a/.changeset/pretty-garlics-give.md b/.changeset/pretty-garlics-give.md deleted file mode 100644 index 7e1b9b9be3..0000000000 --- a/.changeset/pretty-garlics-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": major -"@khanacademy/perseus-editor": patch ---- - -Move interaction-editor sub-components into perseus-editor diff --git a/.changeset/proud-goats-provide.md b/.changeset/proud-goats-provide.md deleted file mode 100644 index 60396503bd..0000000000 --- a/.changeset/proud-goats-provide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Internal: Remove Storybook stories that generate random widgets diff --git a/.changeset/rude-mangos-boil.md b/.changeset/rude-mangos-boil.md deleted file mode 100644 index 55ef40376d..0000000000 --- a/.changeset/rude-mangos-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Internal: improve type safety of interactive graph editor diff --git a/.changeset/tricky-forks-attend.md b/.changeset/tricky-forks-attend.md deleted file mode 100644 index 8cf9d8e456..0000000000 --- a/.changeset/tricky-forks-attend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Internal: Move InteractiveGraphEditor to its own directory diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 43e9a6c2bf..ef389fc1f2 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,13 @@ # @khanacademy/perseus-dev-ui +## 3.0.5 + +### Patch Changes + +- [#1592](https://github.com/Khan/perseus/pull/1592) [`d88b0ffdf`](https://github.com/Khan/perseus/commit/d88b0ffdf1eb61f2efb0f589efe81dbbf5088947) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Move tests, test data, and Storybook stories for the Interactive Graph widget to the directory specific to that widget. + +* [#1594](https://github.com/Khan/perseus/pull/1594) [`435f3f6d8`](https://github.com/Khan/perseus/commit/435f3f6d8c70de980afc5beb3ac981d9a3f6a4a3) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Remove Storybook stories that generate random widgets + ## 3.0.4 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index 0026cc69a6..ff158e6fea 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.4", + "version": "3.0.5", "private": true, "repository": { "type": "git", diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 3730c36c39..0454623ca8 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,28 @@ # @khanacademy/perseus-editor +## 14.1.0 + +### Minor Changes + +- [#1600](https://github.com/Khan/perseus/pull/1600) [`bdb382fda`](https://github.com/Khan/perseus/commit/bdb382fdaef1f3f02695620aa955c49237c256c1) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Interactive Graph - Add example functions for copy/paste to locked functions settings + +* [#1568](https://github.com/Khan/perseus/pull/1568) [`eddcb9417`](https://github.com/Khan/perseus/commit/eddcb941742355bd4f339fd727ac97bb340ee474) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph + Editor] Add a full graph aria-label and aria-description/describedby to interactive graphs, as well as the UI for content authors to add this in the interactive graph editor + +### Patch Changes + +- [#1592](https://github.com/Khan/perseus/pull/1592) [`d88b0ffdf`](https://github.com/Khan/perseus/commit/d88b0ffdf1eb61f2efb0f589efe81dbbf5088947) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Move tests, test data, and Storybook stories for the Interactive Graph widget to the directory specific to that widget. + +* [#1591](https://github.com/Khan/perseus/pull/1591) [`05d048026`](https://github.com/Khan/perseus/commit/05d04802603fde4ca5be1fcf88ade7c09fb49c96) Thanks [@handeyeco](https://github.com/handeyeco)! - Move interaction-editor sub-components into perseus-editor + +- [#1594](https://github.com/Khan/perseus/pull/1594) [`435f3f6d8`](https://github.com/Khan/perseus/commit/435f3f6d8c70de980afc5beb3ac981d9a3f6a4a3) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Remove Storybook stories that generate random widgets + +* [#1599](https://github.com/Khan/perseus/pull/1599) [`71715afd2`](https://github.com/Khan/perseus/commit/71715afd2418f16d23d04cb57252a1940597cfa0) Thanks [@benchristel](https://github.com/benchristel)! - Internal: improve type safety of interactive graph editor + +- [#1590](https://github.com/Khan/perseus/pull/1590) [`6c4e9e154`](https://github.com/Khan/perseus/commit/6c4e9e154aea90f0ab484e9efc39a351f4790d9d) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Move InteractiveGraphEditor to its own directory + +- Updated dependencies [[`08068dc71`](https://github.com/Khan/perseus/commit/08068dc7131d00ea0c74b90e9798cda47902a5f5), [`d88b0ffdf`](https://github.com/Khan/perseus/commit/d88b0ffdf1eb61f2efb0f589efe81dbbf5088947), [`eddcb9417`](https://github.com/Khan/perseus/commit/eddcb941742355bd4f339fd727ac97bb340ee474), [`05d048026`](https://github.com/Khan/perseus/commit/05d04802603fde4ca5be1fcf88ade7c09fb49c96), [`435f3f6d8`](https://github.com/Khan/perseus/commit/435f3f6d8c70de980afc5beb3ac981d9a3f6a4a3), [`71715afd2`](https://github.com/Khan/perseus/commit/71715afd2418f16d23d04cb57252a1940597cfa0), [`6c4e9e154`](https://github.com/Khan/perseus/commit/6c4e9e154aea90f0ab484e9efc39a351f4790d9d)]: + - @khanacademy/perseus@33.0.0 + ## 14.0.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index bb664efcf1..f756d21afb 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.0.1", + "version": "14.1.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": "^32.0.1", + "@khanacademy/perseus": "^33.0.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 8e4e6f28fd..4569d37eb5 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,27 @@ # @khanacademy/perseus +## 33.0.0 + +### Major Changes + +- [#1591](https://github.com/Khan/perseus/pull/1591) [`05d048026`](https://github.com/Khan/perseus/commit/05d04802603fde4ca5be1fcf88ade7c09fb49c96) Thanks [@handeyeco](https://github.com/handeyeco)! - Move interaction-editor sub-components into perseus-editor + +### Minor Changes + +- [#1568](https://github.com/Khan/perseus/pull/1568) [`eddcb9417`](https://github.com/Khan/perseus/commit/eddcb941742355bd4f339fd727ac97bb340ee474) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph + Editor] Add a full graph aria-label and aria-description/describedby to interactive graphs, as well as the UI for content authors to add this in the interactive graph editor + +### Patch Changes + +- [#1540](https://github.com/Khan/perseus/pull/1540) [`08068dc71`](https://github.com/Khan/perseus/commit/08068dc7131d00ea0c74b90e9798cda47902a5f5) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Resolve improperly scaled text/labels in Graphie images when viewed in mobile (constrained viewports) + +* [#1592](https://github.com/Khan/perseus/pull/1592) [`d88b0ffdf`](https://github.com/Khan/perseus/commit/d88b0ffdf1eb61f2efb0f589efe81dbbf5088947) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Move tests, test data, and Storybook stories for the Interactive Graph widget to the directory specific to that widget. + +- [#1594](https://github.com/Khan/perseus/pull/1594) [`435f3f6d8`](https://github.com/Khan/perseus/commit/435f3f6d8c70de980afc5beb3ac981d9a3f6a4a3) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Remove Storybook stories that generate random widgets + +* [#1599](https://github.com/Khan/perseus/pull/1599) [`71715afd2`](https://github.com/Khan/perseus/commit/71715afd2418f16d23d04cb57252a1940597cfa0) Thanks [@benchristel](https://github.com/benchristel)! - Internal: improve type safety of interactive graph editor + +- [#1590](https://github.com/Khan/perseus/pull/1590) [`6c4e9e154`](https://github.com/Khan/perseus/commit/6c4e9e154aea90f0ab484e9efc39a351f4790d9d) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Move InteractiveGraphEditor to its own directory + ## 32.0.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 5909b4323a..a11c1e4fe8 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": "32.0.1", + "version": "33.0.0", "publishConfig": { "access": "public" },