diff --git a/.changeset/blue-falcons-admire.md b/.changeset/blue-falcons-admire.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/blue-falcons-admire.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fast-buckets-wave.md b/.changeset/fast-buckets-wave.md deleted file mode 100644 index b4fff8bf24..0000000000 --- a/.changeset/fast-buckets-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Adjust styling of the movable points and line segments on the Mafs segment graph diff --git a/.changeset/fluffy-goats-suffer.md b/.changeset/fluffy-goats-suffer.md deleted file mode 100644 index f4cff2fd69..0000000000 --- a/.changeset/fluffy-goats-suffer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": minor -"@khanacademy/perseus": patch ---- - -Add a "check answer" button to interactive graphs displayed in the dev flipbook UI diff --git a/.changeset/shaggy-parrots-provide.md b/.changeset/shaggy-parrots-provide.md deleted file mode 100644 index d110ac0c56..0000000000 --- a/.changeset/shaggy-parrots-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Can pass a point into `lockedFigures` into MafsGraph and a point will be displayed. diff --git a/.changeset/short-eggs-rest.md b/.changeset/short-eggs-rest.md deleted file mode 100644 index b377e6e9bc..0000000000 --- a/.changeset/short-eggs-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add "add a locked figure" UI to interactive graph editor + adding points (mafs graphs only) diff --git a/.changeset/two-flowers-heal.md b/.changeset/two-flowers-heal.md deleted file mode 100644 index aae9acedb0..0000000000 --- a/.changeset/two-flowers-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fix color of Mafs line segments diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index 6a393ea52e..1480eaa0e0 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-dev-ui +## 1.3.0 + +### Minor Changes + +- [#1071](https://github.com/Khan/perseus/pull/1071) [`eb637b35`](https://github.com/Khan/perseus/commit/eb637b3528b6ecaf1df83e53d429b6bdc89613d4) Thanks [@benchristel](https://github.com/benchristel)! - Add a "check answer" button to interactive graphs displayed in the dev flipbook UI + ## 1.2.3 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index b6743a0a5b..effe838126 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "1.2.3", + "version": "1.3.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 5bee9a493e..68e15dc6f5 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/perseus-editor +## 5.1.0 + +### Minor Changes + +- [#1074](https://github.com/Khan/perseus/pull/1074) [`a263e940`](https://github.com/Khan/perseus/commit/a263e940de35cc51a5be81ca507a4e9b6827b422) Thanks [@nishasy](https://github.com/nishasy)! - Add "add a locked figure" UI to interactive graph editor + adding points (mafs graphs only) + +### Patch Changes + +- Updated dependencies [[`881da724`](https://github.com/Khan/perseus/commit/881da724d36561b2a200af0258ab81523d4d236a), [`eb637b35`](https://github.com/Khan/perseus/commit/eb637b3528b6ecaf1df83e53d429b6bdc89613d4), [`6196375a`](https://github.com/Khan/perseus/commit/6196375add76025fb1f30473912dd38cc001cca4), [`a263e940`](https://github.com/Khan/perseus/commit/a263e940de35cc51a5be81ca507a4e9b6827b422), [`ea0db7d9`](https://github.com/Khan/perseus/commit/ea0db7d9b2013637a27f1ea9fc36b46b0a7488a2)]: + - @khanacademy/perseus@20.2.0 + ## 5.0.3 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 7ec56e4b1b..b2169fbc2c 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": "5.0.3", + "version": "5.1.0", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "@khanacademy/kas": "^0.3.8", "@khanacademy/kmath": "^0.1.12", "@khanacademy/math-input": "^17.3.0", - "@khanacademy/perseus": "^20.1.0", + "@khanacademy/perseus": "^20.2.0", "@khanacademy/perseus-core": "1.4.2" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 18f6f34953..e92a048815 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,21 @@ # @khanacademy/perseus +## 20.2.0 + +### Minor Changes + +- [#1067](https://github.com/Khan/perseus/pull/1067) [`6196375a`](https://github.com/Khan/perseus/commit/6196375add76025fb1f30473912dd38cc001cca4) Thanks [@nishasy](https://github.com/nishasy)! - Can pass a point into `lockedFigures` into MafsGraph and a point will be displayed. + +* [#1074](https://github.com/Khan/perseus/pull/1074) [`a263e940`](https://github.com/Khan/perseus/commit/a263e940de35cc51a5be81ca507a4e9b6827b422) Thanks [@nishasy](https://github.com/nishasy)! - Add "add a locked figure" UI to interactive graph editor + adding points (mafs graphs only) + +### Patch Changes + +- [#1068](https://github.com/Khan/perseus/pull/1068) [`881da724`](https://github.com/Khan/perseus/commit/881da724d36561b2a200af0258ab81523d4d236a) Thanks [@benchristel](https://github.com/benchristel)! - Adjust styling of the movable points and line segments on the Mafs segment graph + +* [#1071](https://github.com/Khan/perseus/pull/1071) [`eb637b35`](https://github.com/Khan/perseus/commit/eb637b3528b6ecaf1df83e53d429b6bdc89613d4) Thanks [@benchristel](https://github.com/benchristel)! - Add a "check answer" button to interactive graphs displayed in the dev flipbook UI + +- [#1073](https://github.com/Khan/perseus/pull/1073) [`ea0db7d9`](https://github.com/Khan/perseus/commit/ea0db7d9b2013637a27f1ea9fc36b46b0a7488a2) Thanks [@benchristel](https://github.com/benchristel)! - Fix color of Mafs line segments + ## 20.1.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index e8854b3498..1b32d12eab 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": "20.1.0", + "version": "20.2.0", "publishConfig": { "access": "public" },