From 7a6b4fda87a8c6ce546fe7f76b7004f7e49211bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Aug 2024 00:24:49 +0000 Subject: [PATCH] Version Packages --- .changeset/eighty-ducks-appear.md | 6 ------ .changeset/gentle-melons-jam.md | 6 ------ .changeset/grumpy-rivers-draw.md | 6 ------ .changeset/slow-taxis-give.md | 6 ------ .changeset/sweet-seas-dance.md | 5 ----- packages/perseus-editor/CHANGELOG.md | 17 +++++++++++++++++ packages/perseus-editor/package.json | 4 ++-- packages/perseus/CHANGELOG.md | 16 ++++++++++++++++ packages/perseus/package.json | 2 +- 9 files changed, 36 insertions(+), 32 deletions(-) delete mode 100644 .changeset/eighty-ducks-appear.md delete mode 100644 .changeset/gentle-melons-jam.md delete mode 100644 .changeset/grumpy-rivers-draw.md delete mode 100644 .changeset/slow-taxis-give.md delete mode 100644 .changeset/sweet-seas-dance.md diff --git a/.changeset/eighty-ducks-appear.md b/.changeset/eighty-ducks-appear.md deleted file mode 100644 index 0b14315465..0000000000 --- a/.changeset/eighty-ducks-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Hint Mode: Start Coords] Add start coords UI for sinusoid graphs diff --git a/.changeset/gentle-melons-jam.md b/.changeset/gentle-melons-jam.md deleted file mode 100644 index 0d9a861160..0000000000 --- a/.changeset/gentle-melons-jam.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Interactive Graph Locked Figures] Remove m2 flag from the code diff --git a/.changeset/grumpy-rivers-draw.md b/.changeset/grumpy-rivers-draw.md deleted file mode 100644 index 5e4e987ca8..0000000000 --- a/.changeset/grumpy-rivers-draw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -[Hint Mode: Start Coords] Add start coords UI for quadratic graphs diff --git a/.changeset/slow-taxis-give.md b/.changeset/slow-taxis-give.md deleted file mode 100644 index 10e33edbb4..0000000000 --- a/.changeset/slow-taxis-give.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Hint Mode: Start Coords] Add separate flags for graph types diff --git a/.changeset/sweet-seas-dance.md b/.changeset/sweet-seas-dance.md deleted file mode 100644 index f797de7265..0000000000 --- a/.changeset/sweet-seas-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Bug fix to ensure that new angle graphs are scored correctly. diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 79a4933a79..260a92c2f7 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,22 @@ # @khanacademy/perseus-editor +## 11.2.0 + +### Minor Changes + +- [#1468](https://github.com/Khan/perseus/pull/1468) [`af68a9e08`](https://github.com/Khan/perseus/commit/af68a9e082f7b042aeb516ddba38274fcc66c4fc) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add start coords UI for sinusoid graphs + +* [#1469](https://github.com/Khan/perseus/pull/1469) [`6e1ec850c`](https://github.com/Khan/perseus/commit/6e1ec850c7efb186444dcd9023e2a2c37cd731d2) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add start coords UI for quadratic graphs + +### Patch Changes + +- [#1470](https://github.com/Khan/perseus/pull/1470) [`942b0a9a5`](https://github.com/Khan/perseus/commit/942b0a9a5c42b92137a024b3c76ba8e99df55440) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Locked Figures] Remove m2 flag from the code + +* [#1465](https://github.com/Khan/perseus/pull/1465) [`94ad04fee`](https://github.com/Khan/perseus/commit/94ad04fee00ae4601ed5d23a19bfeb9f68964c74) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add separate flags for graph types + +* Updated dependencies [[`af68a9e08`](https://github.com/Khan/perseus/commit/af68a9e082f7b042aeb516ddba38274fcc66c4fc), [`942b0a9a5`](https://github.com/Khan/perseus/commit/942b0a9a5c42b92137a024b3c76ba8e99df55440), [`6e1ec850c`](https://github.com/Khan/perseus/commit/6e1ec850c7efb186444dcd9023e2a2c37cd731d2), [`94ad04fee`](https://github.com/Khan/perseus/commit/94ad04fee00ae4601ed5d23a19bfeb9f68964c74), [`ed6737025`](https://github.com/Khan/perseus/commit/ed67370251d2ebff672423b8e4da839c9dfb78c7)]: + - @khanacademy/perseus@27.2.0 + ## 11.1.0 ### Minor Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 515f9b41cd..903246c18c 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": "11.1.0", + "version": "11.2.0", "publishConfig": { "access": "public" }, @@ -28,7 +28,7 @@ "@khanacademy/kas": "^0.3.11", "@khanacademy/kmath": "^0.1.13", "@khanacademy/math-input": "^20.1.0", - "@khanacademy/perseus": "^27.1.0", + "@khanacademy/perseus": "^27.2.0", "@khanacademy/perseus-core": "1.5.0" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index e0ef90953e..5354945596 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,21 @@ # @khanacademy/perseus +## 27.2.0 + +### Minor Changes + +- [#1468](https://github.com/Khan/perseus/pull/1468) [`af68a9e08`](https://github.com/Khan/perseus/commit/af68a9e082f7b042aeb516ddba38274fcc66c4fc) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add start coords UI for sinusoid graphs + +* [#1469](https://github.com/Khan/perseus/pull/1469) [`6e1ec850c`](https://github.com/Khan/perseus/commit/6e1ec850c7efb186444dcd9023e2a2c37cd731d2) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add start coords UI for quadratic graphs + +### Patch Changes + +- [#1470](https://github.com/Khan/perseus/pull/1470) [`942b0a9a5`](https://github.com/Khan/perseus/commit/942b0a9a5c42b92137a024b3c76ba8e99df55440) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Locked Figures] Remove m2 flag from the code + +* [#1465](https://github.com/Khan/perseus/pull/1465) [`94ad04fee`](https://github.com/Khan/perseus/commit/94ad04fee00ae4601ed5d23a19bfeb9f68964c74) Thanks [@nishasy](https://github.com/nishasy)! - [Hint Mode: Start Coords] Add separate flags for graph types + +- [#1432](https://github.com/Khan/perseus/pull/1432) [`ed6737025`](https://github.com/Khan/perseus/commit/ed67370251d2ebff672423b8e4da839c9dfb78c7) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Bug fix to ensure that new angle graphs are scored correctly. + ## 27.1.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index f5a6cb9d91..2dbd184bae 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": "27.1.0", + "version": "27.2.0", "publishConfig": { "access": "public" },