diff --git a/.changeset/dry-mugs-camp.md b/.changeset/dry-mugs-camp.md deleted file mode 100644 index d1aaffa4a1..0000000000 --- a/.changeset/dry-mugs-camp.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Lighten the background color for odd-numbered rows of Markdown tables on -desktop-sized screens. Previously, the color was `#ededed`; it is now -`#f7f8fa` (Wonder Blocks offWhite). - -This change ensures that color-coded math expressions will have accessible -contrast with the background. diff --git a/.changeset/shy-vans-wash.md b/.changeset/shy-vans-wash.md deleted file mode 100644 index a8e1acfbc5..0000000000 --- a/.changeset/shy-vans-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Reworked onFocusChange logic to solve a bug on initial render. diff --git a/.changeset/swift-pets-hammer.md b/.changeset/swift-pets-hammer.md deleted file mode 100644 index 0932a4e87c..0000000000 --- a/.changeset/swift-pets-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-editor": patch ---- - -Restructure interaction-editor subcomponents diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 97f55fac2d..d4889c9091 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/perseus-editor +## 2.15.5 + +### Patch Changes + +- [#904](https://github.com/Khan/perseus/pull/904) [`ca241171`](https://github.com/Khan/perseus/commit/ca241171e5fa893fc114241ac1ebc0260c9d57c5) Thanks [@handeyeco](https://github.com/handeyeco)! - Restructure interaction-editor subcomponents + +- Updated dependencies [[`29563723`](https://github.com/Khan/perseus/commit/29563723cf229a9169d0c78a0174a8dbc8029861), [`6c841f55`](https://github.com/Khan/perseus/commit/6c841f55027c87bfc8339816dac582f175a84193)]: + - @khanacademy/perseus@17.5.0 + ## 2.15.4 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 7df76da3d2..fafbd31808 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": "2.15.4", + "version": "2.15.5", "publishConfig": { "access": "public" }, @@ -24,7 +24,7 @@ "dependencies": { "@khanacademy/kas": "^0.3.7", "@khanacademy/kmath": "^0.1.8", - "@khanacademy/perseus": "^17.4.0", + "@khanacademy/perseus": "^17.5.0", "@khanacademy/perseus-core": "1.4.1" }, "devDependencies": { diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index bd616c9a34..7af60c48a4 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,20 @@ # @khanacademy/perseus +## 17.5.0 + +### Minor Changes + +- [#909](https://github.com/Khan/perseus/pull/909) [`6c841f55`](https://github.com/Khan/perseus/commit/6c841f55027c87bfc8339816dac582f175a84193) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Reworked onFocusChange logic to solve a bug on initial render. + +### Patch Changes + +- [#908](https://github.com/Khan/perseus/pull/908) [`29563723`](https://github.com/Khan/perseus/commit/29563723cf229a9169d0c78a0174a8dbc8029861) Thanks [@benchristel](https://github.com/benchristel)! - Lighten the background color for odd-numbered rows of Markdown tables on + desktop-sized screens. Previously, the color was `#ededed`; it is now + `#f7f8fa` (Wonder Blocks offWhite). + + This change ensures that color-coded math expressions will have accessible + contrast with the background. + ## 17.4.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index addf698a4f..b97a8da1ea 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": "17.4.0", + "version": "17.5.0", "publishConfig": { "access": "public" },