Skip to content

Commit

Permalink
Version Packages (#1361)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Jun 24, 2024
1 parent e5a2dd8 commit a80ce70
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-kiwis-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-sheep-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-shoes-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-carrots-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-owls-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-moles-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-worms-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-coats-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-zebras-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-gifts-grow.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @khanacademy/perseus-editor

## 6.12.0

### Minor Changes

- [#1360](https://github.com/Khan/perseus/pull/1360) [`753d6eafe`](https://github.com/Khan/perseus/commit/753d6eafe9f18dd1ae00b4a092e765972a514370) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Add the ability to reorder locked figure settings

* [#1357](https://github.com/Khan/perseus/pull/1357) [`a60809858`](https://github.com/Khan/perseus/commit/a60809858f88ec6403c442e434aac98ecc6b6056) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] UI for adding/editing/deleting a locked polygon

### Patch Changes

- [#1365](https://github.com/Khan/perseus/pull/1365) [`33adc625e`](https://github.com/Khan/perseus/commit/33adc625edae89540be22939cc0eea1cd573a46a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Put the action buttons behind the m2 flag

* [#1368](https://github.com/Khan/perseus/pull/1368) [`86f94e126`](https://github.com/Khan/perseus/commit/86f94e126cedfc9d6c61735054c0d2bb619bc633) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Organize locked figures within Interactive Graph into their own folders for better organization

- [#1366](https://github.com/Khan/perseus/pull/1366) [`1351ca38b`](https://github.com/Khan/perseus/commit/1351ca38b46901d1571d1c06a8234546560acc39) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Add the M2b flag in preparation for locked graphs, labels, and polygon markings.

* [#1372](https://github.com/Khan/perseus/pull/1372) [`8cbfeba12`](https://github.com/Khan/perseus/commit/8cbfeba12afea524d442a881e46ec8b76a62c134) Thanks [@nishasy](https://github.com/nishasy)! - [Storybook: Editor Page] Add a storybook-only preview for the questions and hints in the EditorPage component

* Updated dependencies [[`e5a2dd874`](https://github.com/Khan/perseus/commit/e5a2dd8747f3d2691161874923dbac9b4366d654), [`86f94e126`](https://github.com/Khan/perseus/commit/86f94e126cedfc9d6c61735054c0d2bb619bc633), [`753d6eafe`](https://github.com/Khan/perseus/commit/753d6eafe9f18dd1ae00b4a092e765972a514370), [`4bb2b8742`](https://github.com/Khan/perseus/commit/4bb2b8742c7396d212734aee34b5d64320ae1b18), [`e5a54d805`](https://github.com/Khan/perseus/commit/e5a54d805e8ec09b4641fbee8bc120e173a14ba6), [`c6c5064da`](https://github.com/Khan/perseus/commit/c6c5064da1f9e6a18c4cc49be073a198bcfb3be8), [`1351ca38b`](https://github.com/Khan/perseus/commit/1351ca38b46901d1571d1c06a8234546560acc39), [`a60809858`](https://github.com/Khan/perseus/commit/a60809858f88ec6403c442e434aac98ecc6b6056)]:
- @khanacademy/perseus@23.6.0

## 6.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/perseus-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus editors",
"author": "Khan Academy",
"license": "MIT",
"version": "6.11.0",
"version": "6.12.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,7 +28,7 @@
"@khanacademy/kas": "^0.3.9",
"@khanacademy/kmath": "^0.1.12",
"@khanacademy/math-input": "^19.1.0",
"@khanacademy/perseus": "^23.5.0",
"@khanacademy/perseus": "^23.6.0",
"@khanacademy/perseus-core": "1.4.2"
},
"devDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @khanacademy/perseus

## 23.6.0

### Minor Changes

- [#1360](https://github.com/Khan/perseus/pull/1360) [`753d6eafe`](https://github.com/Khan/perseus/commit/753d6eafe9f18dd1ae00b4a092e765972a514370) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Add the ability to reorder locked figure settings

* [#1362](https://github.com/Khan/perseus/pull/1362) [`4bb2b8742`](https://github.com/Khan/perseus/commit/4bb2b8742c7396d212734aee34b5d64320ae1b18) Thanks [@Myranae](https://github.com/Myranae)! - Polygon interactive graphs use the legacy graph when numSides is set to unlimited

- [#1357](https://github.com/Khan/perseus/pull/1357) [`a60809858`](https://github.com/Khan/perseus/commit/a60809858f88ec6403c442e434aac98ecc6b6056) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] UI for adding/editing/deleting a locked polygon

### Patch Changes

- [#1363](https://github.com/Khan/perseus/pull/1363) [`e5a2dd874`](https://github.com/Khan/perseus/commit/e5a2dd8747f3d2691161874923dbac9b4366d654) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup dead code related to input-with-examples

* [#1368](https://github.com/Khan/perseus/pull/1368) [`86f94e126`](https://github.com/Khan/perseus/commit/86f94e126cedfc9d6c61735054c0d2bb619bc633) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Organize locked figures within Interactive Graph into their own folders for better organization

- [#1367](https://github.com/Khan/perseus/pull/1367) [`e5a54d805`](https://github.com/Khan/perseus/commit/e5a54d805e8ec09b4641fbee8bc120e173a14ba6) Thanks [@benchristel](https://github.com/benchristel)! - Internal: wrap the Mafs `useMovable` hook, creating a seam where we can add new functionality.

* [#1356](https://github.com/Khan/perseus/pull/1356) [`c6c5064da`](https://github.com/Khan/perseus/commit/c6c5064da1f9e6a18c4cc49be073a198bcfb3be8) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - A fix for performance issues related to Sinusoid and Quadratic graphs

- [#1366](https://github.com/Khan/perseus/pull/1366) [`1351ca38b`](https://github.com/Khan/perseus/commit/1351ca38b46901d1571d1c06a8234546560acc39) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Add the M2b flag in preparation for locked graphs, labels, and polygon markings.

## 23.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "23.5.0",
"version": "23.6.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a80ce70

Please sign in to comment.