diff --git a/.changeset/chilly-dolls-agree.md b/.changeset/chilly-dolls-agree.md deleted file mode 100644 index 991e98f561..0000000000 --- a/.changeset/chilly-dolls-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -[Interactive Graph Editor] Fix the broken storybook preview for segments, points, and polygons diff --git a/.changeset/late-turtles-try.md b/.changeset/late-turtles-try.md deleted file mode 100644 index dd55129012..0000000000 --- a/.changeset/late-turtles-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Implement the protractor for Mafs interactive graphs diff --git a/.changeset/lazy-readers-live.md b/.changeset/lazy-readers-live.md deleted file mode 100644 index bb639886fd..0000000000 --- a/.changeset/lazy-readers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Add TODO comment diff --git a/.changeset/mean-needles-float.md b/.changeset/mean-needles-float.md deleted file mode 100644 index 1577a49859..0000000000 --- a/.changeset/mean-needles-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Interactive Graph Editor] Moving around/renaming components so they make more sense for the upcoming hint mode work diff --git a/.changeset/olive-rivers-eat.md b/.changeset/olive-rivers-eat.md deleted file mode 100644 index 3ee427d0c2..0000000000 --- a/.changeset/olive-rivers-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Internal: copy Mafs' implementation of useMovable into our own useDraggable hook. diff --git a/.changeset/tricky-rice-nail.md b/.changeset/tricky-rice-nail.md deleted file mode 100644 index ff6b820670..0000000000 --- a/.changeset/tricky-rice-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Make the `mafs.point` flag control whether point graphs with fixed numbers of points should use Mafs. Previously, turning on the `mafs.point` flag would enable Mafs for point graphs with unlimited points as well. diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 80e1b78b57..fb08aeb56f 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/perseus-editor +## 7.0.1 + +### Patch Changes + +- [#1375](https://github.com/Khan/perseus/pull/1375) [`a8b3aa9c0`](https://github.com/Khan/perseus/commit/a8b3aa9c0098e515d304ee5e4eb5d6b01ba96fcd) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Fix the broken storybook preview for segments, points, and polygons + +* [#1379](https://github.com/Khan/perseus/pull/1379) [`685fa9048`](https://github.com/Khan/perseus/commit/685fa904815926cfd75105476df63ce76d4f00ae) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Moving around/renaming components so they make more sense for the upcoming hint mode work + +* Updated dependencies [[`3ee100add`](https://github.com/Khan/perseus/commit/3ee100add8e25da442edccfbde458f270c282112), [`93eeda1e2`](https://github.com/Khan/perseus/commit/93eeda1e2e45345a622f9866bcfd31a27d717e3f), [`685fa9048`](https://github.com/Khan/perseus/commit/685fa904815926cfd75105476df63ce76d4f00ae), [`48e879ace`](https://github.com/Khan/perseus/commit/48e879acee304cac48d67bb0030ac2fc8dc00a50), [`26dceb8d7`](https://github.com/Khan/perseus/commit/26dceb8d7ada9b6f3c47893d8dfaccdbeb3df980)]: + - @khanacademy/perseus@24.1.0 + ## 7.0.0 ### Major Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index af673af790..b41349ff8d 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": "7.0.0", + "version": "7.0.1", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "@khanacademy/kas": "^0.3.9", "@khanacademy/kmath": "^0.1.12", "@khanacademy/math-input": "^19.1.0", - "@khanacademy/perseus": "^24.0.0", + "@khanacademy/perseus": "^24.1.0", "@khanacademy/perseus-core": "1.4.2" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 0505a0c6c9..7fe4e7ccaf 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,21 @@ # @khanacademy/perseus +## 24.1.0 + +### Minor Changes + +- [#1376](https://github.com/Khan/perseus/pull/1376) [`3ee100add`](https://github.com/Khan/perseus/commit/3ee100add8e25da442edccfbde458f270c282112) Thanks [@benchristel](https://github.com/benchristel)! - Implement the protractor for Mafs interactive graphs + +* [#1381](https://github.com/Khan/perseus/pull/1381) [`26dceb8d7`](https://github.com/Khan/perseus/commit/26dceb8d7ada9b6f3c47893d8dfaccdbeb3df980) Thanks [@benchristel](https://github.com/benchristel)! - Make the `mafs.point` flag control whether point graphs with fixed numbers of points should use Mafs. Previously, turning on the `mafs.point` flag would enable Mafs for point graphs with unlimited points as well. + +### Patch Changes + +- [#1358](https://github.com/Khan/perseus/pull/1358) [`93eeda1e2`](https://github.com/Khan/perseus/commit/93eeda1e2e45345a622f9866bcfd31a27d717e3f) Thanks [@benchristel](https://github.com/benchristel)! - Add TODO comment + +* [#1379](https://github.com/Khan/perseus/pull/1379) [`685fa9048`](https://github.com/Khan/perseus/commit/685fa904815926cfd75105476df63ce76d4f00ae) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Moving around/renaming components so they make more sense for the upcoming hint mode work + +- [#1370](https://github.com/Khan/perseus/pull/1370) [`48e879ace`](https://github.com/Khan/perseus/commit/48e879acee304cac48d67bb0030ac2fc8dc00a50) Thanks [@benchristel](https://github.com/benchristel)! - Internal: copy Mafs' implementation of useMovable into our own useDraggable hook. + ## 24.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 8d9aba3641..410ee9575a 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": "24.0.0", + "version": "24.1.0", "publishConfig": { "access": "public" },