diff --git a/.changeset/five-kids-notice.md b/.changeset/five-kids-notice.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/five-kids-notice.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/rare-bobcats-type.md b/.changeset/rare-bobcats-type.md deleted file mode 100644 index e6cd2fbfe5..0000000000 --- a/.changeset/rare-bobcats-type.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus-dev-ui": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Migrate off deprecated ID generation APIs diff --git a/.changeset/slow-rules-unite.md b/.changeset/slow-rules-unite.md deleted file mode 100644 index 0611caf4d4..0000000000 --- a/.changeset/slow-rules-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fixing bug in creating concave shapes in unlimited polygons. diff --git a/.changeset/small-mugs-bow.md b/.changeset/small-mugs-bow.md deleted file mode 100644 index ecbdbc7d25..0000000000 --- a/.changeset/small-mugs-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Polygon] Remove duplicate points when determining if a polygon can be closed diff --git a/.changeset/weak-pandas-watch.md b/.changeset/weak-pandas-watch.md deleted file mode 100644 index 1bba8547a6..0000000000 --- a/.changeset/weak-pandas-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Fixing open polygon scoring issues within exercises and editors. diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index b4c612055c..aed73a3b8d 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-dev-ui +## 5.0.1 + +### Patch Changes + +- [#2014](https://github.com/Khan/perseus/pull/2014) [`763d2d0f1`](https://github.com/Khan/perseus/commit/763d2d0f14e3aade030b1ef0aa28c3895c17b685) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Migrate off deprecated ID generation APIs + ## 5.0.0 ### Major Changes diff --git a/dev/package.json b/dev/package.json index 4c31d070b3..93a2bf7f69 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "5.0.0", + "version": "5.0.1", "private": true, "repository": { "type": "git", diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 0686ea70ad..9d8866da57 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 17.0.1 + +### Patch Changes + +- [#2014](https://github.com/Khan/perseus/pull/2014) [`763d2d0f1`](https://github.com/Khan/perseus/commit/763d2d0f14e3aade030b1ef0aa28c3895c17b685) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Migrate off deprecated ID generation APIs + +* [#1978](https://github.com/Khan/perseus/pull/1978) [`81632c326`](https://github.com/Khan/perseus/commit/81632c3262737c1219663fbdd54000ba1fdcf4eb) Thanks [@nishasy](https://github.com/nishasy)! - [Polygon] Remove duplicate points when determining if a polygon can be closed + +- [#1999](https://github.com/Khan/perseus/pull/1999) [`278527b08`](https://github.com/Khan/perseus/commit/278527b08701cd8424728c6b5915408cc16a07a0) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing open polygon scoring issues within exercises and editors. + +- Updated dependencies [[`763d2d0f1`](https://github.com/Khan/perseus/commit/763d2d0f14e3aade030b1ef0aa28c3895c17b685), [`b09d19b7b`](https://github.com/Khan/perseus/commit/b09d19b7b1723f79e4fad63ef2efcef3cc702792), [`81632c326`](https://github.com/Khan/perseus/commit/81632c3262737c1219663fbdd54000ba1fdcf4eb), [`278527b08`](https://github.com/Khan/perseus/commit/278527b08701cd8424728c6b5915408cc16a07a0)]: + - @khanacademy/perseus@49.0.1 + ## 17.0.0 ### Major Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 0b4e34bf71..cc8a77b983 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": "17.0.0", + "version": "17.0.1", "publishConfig": { "access": "public" }, @@ -38,7 +38,7 @@ "@khanacademy/keypad-context": "^1.0.6", "@khanacademy/kmath": "^0.1.18", "@khanacademy/math-input": "^22.0.0", - "@khanacademy/perseus": "^49.0.0", + "@khanacademy/perseus": "^49.0.1", "@khanacademy/perseus-core": "3.0.0", "@khanacademy/pure-markdown": "^0.3.15", "mafs": "^0.19.0" diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 00390c86ee..147e07a506 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,17 @@ # @khanacademy/perseus +## 49.0.1 + +### Patch Changes + +- [#2014](https://github.com/Khan/perseus/pull/2014) [`763d2d0f1`](https://github.com/Khan/perseus/commit/763d2d0f14e3aade030b1ef0aa28c3895c17b685) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Migrate off deprecated ID generation APIs + +* [#2009](https://github.com/Khan/perseus/pull/2009) [`b09d19b7b`](https://github.com/Khan/perseus/commit/b09d19b7b1723f79e4fad63ef2efcef3cc702792) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing bug in creating concave shapes in unlimited polygons. + +- [#1978](https://github.com/Khan/perseus/pull/1978) [`81632c326`](https://github.com/Khan/perseus/commit/81632c3262737c1219663fbdd54000ba1fdcf4eb) Thanks [@nishasy](https://github.com/nishasy)! - [Polygon] Remove duplicate points when determining if a polygon can be closed + +* [#1999](https://github.com/Khan/perseus/pull/1999) [`278527b08`](https://github.com/Khan/perseus/commit/278527b08701cd8424728c6b5915408cc16a07a0) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing open polygon scoring issues within exercises and editors. + ## 49.0.0 ### Major Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 83ff1927b3..b4bd2349f1 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": "49.0.0", + "version": "49.0.1", "publishConfig": { "access": "public" },