diff --git a/.changeset/dry-shirts-refuse.md b/.changeset/dry-shirts-refuse.md deleted file mode 100644 index 7605007bef..0000000000 --- a/.changeset/dry-shirts-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch ---- - -Fix expression widget styling issues. Close button focus outline is now visible, backspace button styling is now consistent with other buttons, and adjusted the popover padding. diff --git a/.changeset/eight-fireants-pretend.md b/.changeset/eight-fireants-pretend.md deleted file mode 100644 index 729b490292..0000000000 --- a/.changeset/eight-fireants-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Fix number line input outline to meet accessible contrast standards diff --git a/.changeset/late-trains-fold.md b/.changeset/late-trains-fold.md deleted file mode 100644 index fe8dc67c0d..0000000000 --- a/.changeset/late-trains-fold.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@khanacademy/kmath": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-core": patch -"@khanacademy/perseus-score": patch ---- - -Fix import of internal items to use relative paths instead of the package name diff --git a/.changeset/shaggy-ladybugs-begin.md b/.changeset/shaggy-ladybugs-begin.md deleted file mode 100644 index 16db09020b..0000000000 --- a/.changeset/shaggy-ladybugs-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -[SR] Remove instructions for static graphs, mark interactive elements as disabled diff --git a/.changeset/silly-houses-dress.md b/.changeset/silly-houses-dress.md deleted file mode 100644 index 1ca3e5d62b..0000000000 --- a/.changeset/silly-houses-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Adding roles to the Image Widget to help improve A11Y. diff --git a/.changeset/twenty-rivers-cry.md b/.changeset/twenty-rivers-cry.md deleted file mode 100644 index 4dd911e6eb..0000000000 --- a/.changeset/twenty-rivers-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-core": patch ---- - -Allow `itemDataVersion` to be null when parsing Perseus assessment item JSON diff --git a/.changeset/violet-items-study.md b/.changeset/violet-items-study.md deleted file mode 100644 index 0878586684..0000000000 --- a/.changeset/violet-items-study.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"perseus-build-settings": patch -"@khanacademy/kas": patch -"@khanacademy/keypad-context": patch -"@khanacademy/kmath": patch -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-core": patch -"@khanacademy/perseus-editor": patch -"@khanacademy/perseus-linter": patch -"@khanacademy/perseus-score": patch -"@khanacademy/perseus-utils": patch -"@khanacademy/pure-markdown": patch -"@khanacademy/simple-markdown": patch ---- - -Change how version injection code is shared/bundled diff --git a/config/build/CHANGELOG.md b/config/build/CHANGELOG.md index e84d2d8089..eb264a685a 100644 --- a/config/build/CHANGELOG.md +++ b/config/build/CHANGELOG.md @@ -1,5 +1,11 @@ # perseus-build-settings +## 0.5.1 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + ## 0.5.0 ### Minor Changes diff --git a/config/build/package.json b/config/build/package.json index cd6504c1d9..2852548468 100644 --- a/config/build/package.json +++ b/config/build/package.json @@ -1,6 +1,6 @@ { "name": "perseus-build-settings", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "private": true } diff --git a/dev/CHANGELOG.md b/dev/CHANGELOG.md index c9470afb29..6be31245a8 100644 --- a/dev/CHANGELOG.md +++ b/dev/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-dev-ui +## 5.3.7 + +### Patch Changes + +- Updated dependencies [[`7b76274f0`](https://github.com/Khan/perseus/commit/7b76274f0bd362d0f2df3e45f47ecc3545ecfdd0), [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/math-input@23.0.6 + - @khanacademy/kmath@0.4.7 + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/kas@0.5.1 + - @khanacademy/perseus-linter@1.3.7 + - @khanacademy/pure-markdown@0.4.1 + - @khanacademy/simple-markdown@0.14.1 + ## 5.3.6 ### Patch Changes diff --git a/dev/package.json b/dev/package.json index 15f7907778..1eb18c562b 100644 --- a/dev/package.json +++ b/dev/package.json @@ -3,7 +3,7 @@ "description": "Perseus dev UI", "author": "Khan Academy", "license": "MIT", - "version": "5.3.6", + "version": "5.3.7", "private": true, "repository": { "type": "git", diff --git a/packages/kas/CHANGELOG.md b/packages/kas/CHANGELOG.md index cdb27c4089..d9fb82293b 100644 --- a/packages/kas/CHANGELOG.md +++ b/packages/kas/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/kas +## 0.5.1 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-utils@0.0.2 + ## 0.5.0 ### Minor Changes diff --git a/packages/kas/package.json b/packages/kas/package.json index 33c17156c9..18c458698d 100644 --- a/packages/kas/package.json +++ b/packages/kas/package.json @@ -3,7 +3,7 @@ "description": "A lightweight JavaScript CAS for comparing expressions and equations.", "author": "Khan Academy", "license": "MIT", - "version": "0.5.0", + "version": "0.5.1", "publishConfig": { "access": "public" }, diff --git a/packages/keypad-context/CHANGELOG.md b/packages/keypad-context/CHANGELOG.md index 78782b6001..7f3caa43c5 100644 --- a/packages/keypad-context/CHANGELOG.md +++ b/packages/keypad-context/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/keypad-context +## 1.1.7 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/perseus-utils@0.0.2 + ## 1.1.6 ### Patch Changes diff --git a/packages/keypad-context/package.json b/packages/keypad-context/package.json index 75ceb46906..634e94a083 100644 --- a/packages/keypad-context/package.json +++ b/packages/keypad-context/package.json @@ -3,7 +3,7 @@ "description": "Perseus keypad context", "author": "Khan Academy", "license": "MIT", - "version": "1.1.6", + "version": "1.1.7", "publishConfig": { "access": "public" }, diff --git a/packages/kmath/CHANGELOG.md b/packages/kmath/CHANGELOG.md index ed3f26bcd7..4957a3f726 100644 --- a/packages/kmath/CHANGELOG.md +++ b/packages/kmath/CHANGELOG.md @@ -1,5 +1,17 @@ # @khanacademy/kmath +## 0.4.7 + +### Patch Changes + +- [#2328](https://github.com/Khan/perseus/pull/2328) [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix import of internal items to use relative paths instead of the package name + +* [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +* Updated dependencies [[`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/perseus-utils@0.0.2 + ## 0.4.6 ### Patch Changes diff --git a/packages/kmath/package.json b/packages/kmath/package.json index 7850cea92f..640133509d 100644 --- a/packages/kmath/package.json +++ b/packages/kmath/package.json @@ -3,7 +3,7 @@ "description": "Khan Academy's Javascript Numeric Math Utilities", "author": "Khan Academy", "license": "MIT", - "version": "0.4.6", + "version": "0.4.7", "publishConfig": { "access": "public" }, diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 5ce6117d85..0f8d4562d7 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/math-input +## 23.0.6 + +### Patch Changes + +- [#2296](https://github.com/Khan/perseus/pull/2296) [`7b76274f0`](https://github.com/Khan/perseus/commit/7b76274f0bd362d0f2df3e45f47ecc3545ecfdd0) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Fix expression widget styling issues. Close button focus outline is now visible, backspace button styling is now consistent with other buttons, and adjusted the popover padding. + +* [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +* Updated dependencies [[`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/keypad-context@1.1.7 + - @khanacademy/perseus-utils@0.0.2 + ## 23.0.5 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index be9d3d0757..e8ee34733c 100644 --- a/packages/math-input/package.json +++ b/packages/math-input/package.json @@ -3,7 +3,7 @@ "description": "Khan Academy's new expression editor for the mobile web.", "author": "Khan Academy", "license": "MIT", - "version": "23.0.5", + "version": "23.0.6", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-core/CHANGELOG.md b/packages/perseus-core/CHANGELOG.md index 1767d987b8..b41963fb8d 100644 --- a/packages/perseus-core/CHANGELOG.md +++ b/packages/perseus-core/CHANGELOG.md @@ -1,5 +1,19 @@ # @khanacademy/perseus-core +## 5.4.2 + +### Patch Changes + +- [#2328](https://github.com/Khan/perseus/pull/2328) [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix import of internal items to use relative paths instead of the package name + +* [#2321](https://github.com/Khan/perseus/pull/2321) [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c) Thanks [@benchristel](https://github.com/benchristel)! - Allow `itemDataVersion` to be null when parsing Perseus assessment item JSON + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/kas@0.5.1 + - @khanacademy/perseus-utils@0.0.2 + ## 5.4.1 ### Patch Changes diff --git a/packages/perseus-core/package.json b/packages/perseus-core/package.json index fc7f44c9cb..e9e472d2d5 100644 --- a/packages/perseus-core/package.json +++ b/packages/perseus-core/package.json @@ -3,7 +3,7 @@ "description": "Shared Perseus infrastructure", "author": "Khan Academy", "license": "MIT", - "version": "5.4.1", + "version": "5.4.2", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 5db9e74059..bf6925c2ce 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,23 @@ # @khanacademy/perseus-editor +## 18.2.2 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`7b76274f0`](https://github.com/Khan/perseus/commit/7b76274f0bd362d0f2df3e45f47ecc3545ecfdd0), [`11a3b8b24`](https://github.com/Khan/perseus/commit/11a3b8b24aa05fa9774bbb8ef1c73a249f368a9e), [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`2e26c0872`](https://github.com/Khan/perseus/commit/2e26c087224d620c3a8babcbfe4832e75b5e0269), [`7a60db8e8`](https://github.com/Khan/perseus/commit/7a60db8e8d61119930dda0a80118c4b99b183a60), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/math-input@23.0.6 + - @khanacademy/perseus@57.2.2 + - @khanacademy/kmath@0.4.7 + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/perseus-score@2.3.7 + - @khanacademy/kas@0.5.1 + - @khanacademy/keypad-context@1.1.7 + - @khanacademy/perseus-linter@1.3.7 + - @khanacademy/perseus-utils@0.0.2 + - @khanacademy/pure-markdown@0.4.1 + ## 18.2.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 87b95cd221..252ff94558 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": "18.2.1", + "version": "18.2.2", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index aa0fb17ff9..3ac934e1fe 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/perseus-linter +## 1.3.7 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/perseus-utils@0.0.2 + ## 1.3.6 ### Patch Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 2b361365cc..ba987e73b2 100644 --- a/packages/perseus-linter/package.json +++ b/packages/perseus-linter/package.json @@ -3,7 +3,7 @@ "description": "Linter engine for Perseus", "author": "Khan Academy", "license": "MIT", - "version": "1.3.6", + "version": "1.3.7", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-score/CHANGELOG.md b/packages/perseus-score/CHANGELOG.md index 82d8eeb2f0..ef974940b1 100644 --- a/packages/perseus-score/CHANGELOG.md +++ b/packages/perseus-score/CHANGELOG.md @@ -1,5 +1,19 @@ # @khanacademy/perseus-score +## 2.3.7 + +### Patch Changes + +- [#2328](https://github.com/Khan/perseus/pull/2328) [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix import of internal items to use relative paths instead of the package name + +* [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +* Updated dependencies [[`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/kmath@0.4.7 + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/kas@0.5.1 + - @khanacademy/perseus-utils@0.0.2 + ## 2.3.6 ### Patch Changes diff --git a/packages/perseus-score/package.json b/packages/perseus-score/package.json index f66e4c0348..88ec47e134 100644 --- a/packages/perseus-score/package.json +++ b/packages/perseus-score/package.json @@ -3,7 +3,7 @@ "description": "Perseus score", "author": "Khan Academy", "license": "MIT", - "version": "2.3.6", + "version": "2.3.7", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-utils/CHANGELOG.md b/packages/perseus-utils/CHANGELOG.md index e44c286470..7d231202a4 100644 --- a/packages/perseus-utils/CHANGELOG.md +++ b/packages/perseus-utils/CHANGELOG.md @@ -1 +1,7 @@ # @khanacademy/shared-inline + +## 0.0.2 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled diff --git a/packages/perseus-utils/package.json b/packages/perseus-utils/package.json index a40a1c8617..6c0e9d02ff 100644 --- a/packages/perseus-utils/package.json +++ b/packages/perseus-utils/package.json @@ -3,7 +3,7 @@ "description": "Miscellaneous utilities used by the Khan Academy Perseus ecosystem", "author": "Khan Academy", "license": "MIT", - "version": "0.0.1", + "version": "0.0.2", "publishConfig": { "access": "public" }, @@ -25,8 +25,7 @@ "scripts": { "prepublishOnly": "../../utils/package-pre-publish-check.sh" }, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "perseus-build-settings": "workspace:*" } diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index bc95b946f1..aaca73681f 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,33 @@ # @khanacademy/perseus +## 57.2.2 + +### Patch Changes + +- [#2296](https://github.com/Khan/perseus/pull/2296) [`7b76274f0`](https://github.com/Khan/perseus/commit/7b76274f0bd362d0f2df3e45f47ecc3545ecfdd0) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Fix expression widget styling issues. Close button focus outline is now visible, backspace button styling is now consistent with other buttons, and adjusted the popover padding. + +* [#2301](https://github.com/Khan/perseus/pull/2301) [`11a3b8b24`](https://github.com/Khan/perseus/commit/11a3b8b24aa05fa9774bbb8ef1c73a249f368a9e) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Fix number line input outline to meet accessible contrast standards + +- [#2328](https://github.com/Khan/perseus/pull/2328) [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix import of internal items to use relative paths instead of the package name + +* [#2326](https://github.com/Khan/perseus/pull/2326) [`2e26c0872`](https://github.com/Khan/perseus/commit/2e26c087224d620c3a8babcbfe4832e75b5e0269) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Remove instructions for static graphs, mark interactive elements as disabled + +- [#2324](https://github.com/Khan/perseus/pull/2324) [`7a60db8e8`](https://github.com/Khan/perseus/commit/7a60db8e8d61119930dda0a80118c4b99b183a60) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Adding roles to the Image Widget to help improve A11Y. + +* [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +* Updated dependencies [[`7b76274f0`](https://github.com/Khan/perseus/commit/7b76274f0bd362d0f2df3e45f47ecc3545ecfdd0), [`5b6e9df5b`](https://github.com/Khan/perseus/commit/5b6e9df5b6bcacf7646475ff7884415b815f68c5), [`ca06cb806`](https://github.com/Khan/perseus/commit/ca06cb80686b8b414766d9b1d91a48fa4b71994c), [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/math-input@23.0.6 + - @khanacademy/kmath@0.4.7 + - @khanacademy/perseus-core@5.4.2 + - @khanacademy/perseus-score@2.3.7 + - @khanacademy/kas@0.5.1 + - @khanacademy/keypad-context@1.1.7 + - @khanacademy/perseus-linter@1.3.7 + - @khanacademy/perseus-utils@0.0.2 + - @khanacademy/pure-markdown@0.4.1 + - @khanacademy/simple-markdown@0.14.1 + ## 57.2.1 ### Patch Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 38c6ae478b..77a0588c06 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": "57.2.1", + "version": "57.2.2", "publishConfig": { "access": "public" }, diff --git a/packages/pure-markdown/CHANGELOG.md b/packages/pure-markdown/CHANGELOG.md index a3aed63b41..3ddb25903c 100644 --- a/packages/pure-markdown/CHANGELOG.md +++ b/packages/pure-markdown/CHANGELOG.md @@ -1,5 +1,15 @@ # @khanacademy/pure-markdown +## 0.4.1 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-utils@0.0.2 + - @khanacademy/simple-markdown@0.14.1 + ## 0.4.0 ### Minor Changes diff --git a/packages/pure-markdown/package.json b/packages/pure-markdown/package.json index 78fb3919de..20b2c3e19c 100644 --- a/packages/pure-markdown/package.json +++ b/packages/pure-markdown/package.json @@ -3,7 +3,7 @@ "description": "SimpleMarkdown instance with non-react Perseus rules", "author": "Khan Academy", "license": "MIT", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" }, diff --git a/packages/simple-markdown/CHANGELOG.md b/packages/simple-markdown/CHANGELOG.md index 7d04754f69..2b2ad247d3 100644 --- a/packages/simple-markdown/CHANGELOG.md +++ b/packages/simple-markdown/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/simple-markdown +## 0.14.1 + +### Patch Changes + +- [#2322](https://github.com/Khan/perseus/pull/2322) [`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change how version injection code is shared/bundled + +- Updated dependencies [[`4bd882b43`](https://github.com/Khan/perseus/commit/4bd882b43b15d9d3d5ca850f5148eba57c7dca59)]: + - @khanacademy/perseus-utils@0.0.2 + ## 0.14.0 ### Minor Changes diff --git a/packages/simple-markdown/package.json b/packages/simple-markdown/package.json index 413ce06068..b3edb4155f 100644 --- a/packages/simple-markdown/package.json +++ b/packages/simple-markdown/package.json @@ -3,7 +3,7 @@ "description": "Javascript markdown parsing, made simple", "author": "Khan Academy", "license": "MIT", - "version": "0.14.0", + "version": "0.14.1", "publishConfig": { "access": "public" },