diff --git a/.changeset/curvy-owls-design.md b/.changeset/curvy-owls-design.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/curvy-owls-design.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/eight-stingrays-drum.md b/.changeset/eight-stingrays-drum.md deleted file mode 100644 index a34fdb3d8c1..00000000000 --- a/.changeset/eight-stingrays-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Add logarithm graph state management and reducer for supporting Logarithm graph in Interactive Graph diff --git a/.changeset/famous-ears-mix.md b/.changeset/famous-ears-mix.md deleted file mode 100644 index ff3b834e070..00000000000 --- a/.changeset/famous-ears-mix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-editor": minor ---- - -Add logarithm graph option in the Interactive Graph Editor diff --git a/.changeset/hip-turtles-sort.md b/.changeset/hip-turtles-sort.md deleted file mode 100644 index a4815d7e860..00000000000 --- a/.changeset/hip-turtles-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": minor ---- - -Create the logarithm graph visual component, add Storybook coverage, SR strings, and equation string for supporting Logarithm graph in Interactive Graph diff --git a/.changeset/lazy-tigers-grin.md b/.changeset/lazy-tigers-grin.md deleted file mode 100644 index 930a4c54ab3..00000000000 --- a/.changeset/lazy-tigers-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus-score": minor ---- - -Add logarithm graph scoring to support the Logarithm graph in Interactive Graph diff --git a/.changeset/modern-weeks-marry.md b/.changeset/modern-weeks-marry.md deleted file mode 100644 index 81b842f70e6..00000000000 --- a/.changeset/modern-weeks-marry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/perseus": minor -"@khanacademy/perseus-core": minor -"@khanacademy/perseus-editor": minor ---- - -Add logarithm type definitions, this is the initial implementation for supporting Logarithm graph in Interactive Graph widget. diff --git a/.changeset/shy-wasps-argue.md b/.changeset/shy-wasps-argue.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/shy-wasps-argue.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/stupid-oranges-march.md b/.changeset/stupid-oranges-march.md deleted file mode 100644 index db3ea9ca947..00000000000 --- a/.changeset/stupid-oranges-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/kmath": minor ---- - -Add the logarithm math utilities to kmath for supporting Logarithm graph in Interactive Graph diff --git a/.changeset/sweet-socks-check.md b/.changeset/sweet-socks-check.md deleted file mode 100644 index 72528da3937..00000000000 --- a/.changeset/sweet-socks-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -[Image] | (DX) | Update CSS modules to kabab case diff --git a/.changeset/tame-tools-fetch.md b/.changeset/tame-tools-fetch.md deleted file mode 100644 index 751f3a5e7ce..00000000000 --- a/.changeset/tame-tools-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -[Image] | (UX) | Fix messed up Graphie labels behind scale feature flag diff --git a/.changeset/tough-cars-agree.md b/.changeset/tough-cars-agree.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tough-cars-agree.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/keypad-context/CHANGELOG.md b/packages/keypad-context/CHANGELOG.md index d242d419c6f..f064086f2d7 100644 --- a/packages/keypad-context/CHANGELOG.md +++ b/packages/keypad-context/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/keypad-context +## 3.2.42 + +### Patch Changes + +- Updated dependencies [[`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79)]: + - @khanacademy/perseus-core@24.1.0 + ## 3.2.41 ### Patch Changes diff --git a/packages/keypad-context/package.json b/packages/keypad-context/package.json index 6cc3b4dabfc..afbbdbf584c 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": "3.2.41", + "version": "3.2.42", "publishConfig": { "access": "public" }, diff --git a/packages/kmath/CHANGELOG.md b/packages/kmath/CHANGELOG.md index 37f0fce61f3..518560bc54f 100644 --- a/packages/kmath/CHANGELOG.md +++ b/packages/kmath/CHANGELOG.md @@ -1,5 +1,16 @@ # @khanacademy/kmath +## 2.4.0 + +### Minor Changes + +- [#3421](https://github.com/Khan/perseus/pull/3421) [`9099a40a4e`](https://github.com/Khan/perseus/commit/9099a40a4e101f6fe3fa51771409577bbe7161de) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add the logarithm math utilities to kmath for supporting Logarithm graph in Interactive Graph + +### Patch Changes + +- Updated dependencies [[`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79)]: + - @khanacademy/perseus-core@24.1.0 + ## 2.3.1 ### Patch Changes diff --git a/packages/kmath/package.json b/packages/kmath/package.json index abc3eb5d049..ec4085c8071 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": "2.3.1", + "version": "2.4.0", "publishConfig": { "access": "public" }, diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index d9ecfdbd515..bf3a0c7a69d 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,13 @@ # @khanacademy/math-input +## 26.4.13 + +### Patch Changes + +- Updated dependencies [[`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79)]: + - @khanacademy/perseus-core@24.1.0 + - @khanacademy/keypad-context@3.2.42 + ## 26.4.12 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index dd5d3945b81..79f6070d778 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": "26.4.12", + "version": "26.4.13", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-core/CHANGELOG.md b/packages/perseus-core/CHANGELOG.md index 6abee84a76b..96f3ad55a88 100644 --- a/packages/perseus-core/CHANGELOG.md +++ b/packages/perseus-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/perseus-core +## 24.1.0 + +### Minor Changes + +- [#3420](https://github.com/Khan/perseus/pull/3420) [`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm type definitions, this is the initial implementation for supporting Logarithm graph in Interactive Graph widget. + ## 24.0.0 ### Major Changes diff --git a/packages/perseus-core/package.json b/packages/perseus-core/package.json index 795cd3fa49e..1a6f298b8fd 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": "24.0.0", + "version": "24.1.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index a0609d4d00c..6320da38de0 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,26 @@ # @khanacademy/perseus-editor +## 30.2.0 + +### Minor Changes + +- [#3425](https://github.com/Khan/perseus/pull/3425) [`2c36b8a4c3`](https://github.com/Khan/perseus/commit/2c36b8a4c3a35b0edf432e9b69a7b73b04a75e52) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm graph option in the Interactive Graph Editor + +* [#3420](https://github.com/Khan/perseus/pull/3420) [`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm type definitions, this is the initial implementation for supporting Logarithm graph in Interactive Graph widget. + +### Patch Changes + +- [#3461](https://github.com/Khan/perseus/pull/3461) [`0481b4238d`](https://github.com/Khan/perseus/commit/0481b4238d74c76ea2e2182cde3d1146da9d7a38) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (DX) | Update CSS modules to kabab case + +- Updated dependencies [[`a4eaa5a1f8`](https://github.com/Khan/perseus/commit/a4eaa5a1f8a32ce74ce38ea443419b94d53a72b4), [`2c36b8a4c3`](https://github.com/Khan/perseus/commit/2c36b8a4c3a35b0edf432e9b69a7b73b04a75e52), [`3cc56f60dd`](https://github.com/Khan/perseus/commit/3cc56f60dd66fb00a961d0ec6661d4e11a1aed83), [`08b1218b62`](https://github.com/Khan/perseus/commit/08b1218b62287d25149f087ee53d02c092ba15a1), [`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79), [`9099a40a4e`](https://github.com/Khan/perseus/commit/9099a40a4e101f6fe3fa51771409577bbe7161de), [`0481b4238d`](https://github.com/Khan/perseus/commit/0481b4238d74c76ea2e2182cde3d1146da9d7a38), [`0d6cf3c3ce`](https://github.com/Khan/perseus/commit/0d6cf3c3cef7cf160e0262d68cd9761e498189ed)]: + - @khanacademy/perseus@77.2.0 + - @khanacademy/perseus-score@8.6.0 + - @khanacademy/perseus-core@24.1.0 + - @khanacademy/kmath@2.4.0 + - @khanacademy/keypad-context@3.2.42 + - @khanacademy/math-input@26.4.13 + - @khanacademy/perseus-linter@4.9.2 + ## 30.1.1 ### Patch Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index d10d3e5568a..9fdf4a201a2 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": "30.1.1", + "version": "30.2.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index a983ccefd77..46a7d7630a5 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,13 @@ # @khanacademy/perseus-linter +## 4.9.2 + +### Patch Changes + +- Updated dependencies [[`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79), [`9099a40a4e`](https://github.com/Khan/perseus/commit/9099a40a4e101f6fe3fa51771409577bbe7161de)]: + - @khanacademy/perseus-core@24.1.0 + - @khanacademy/kmath@2.4.0 + ## 4.9.1 ### Patch Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index fbb210f3811..7ca3432e2ea 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": "4.9.1", + "version": "4.9.2", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-score/CHANGELOG.md b/packages/perseus-score/CHANGELOG.md index 2ba8a20f62e..a8bbede9e6c 100644 --- a/packages/perseus-score/CHANGELOG.md +++ b/packages/perseus-score/CHANGELOG.md @@ -1,5 +1,17 @@ # @khanacademy/perseus-score +## 8.6.0 + +### Minor Changes + +- [#3424](https://github.com/Khan/perseus/pull/3424) [`08b1218b62`](https://github.com/Khan/perseus/commit/08b1218b62287d25149f087ee53d02c092ba15a1) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm graph scoring to support the Logarithm graph in Interactive Graph + +### Patch Changes + +- Updated dependencies [[`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79), [`9099a40a4e`](https://github.com/Khan/perseus/commit/9099a40a4e101f6fe3fa51771409577bbe7161de)]: + - @khanacademy/perseus-core@24.1.0 + - @khanacademy/kmath@2.4.0 + ## 8.5.0 ### Minor Changes diff --git a/packages/perseus-score/package.json b/packages/perseus-score/package.json index 32a54efc61d..886ab623f0c 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": "8.5.0", + "version": "8.6.0", "publishConfig": { "access": "public" }, diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index d4f435a867f..ab2c81073b6 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,31 @@ # @khanacademy/perseus +## 77.2.0 + +### Minor Changes + +- [#3422](https://github.com/Khan/perseus/pull/3422) [`a4eaa5a1f8`](https://github.com/Khan/perseus/commit/a4eaa5a1f8a32ce74ce38ea443419b94d53a72b4) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm graph state management and reducer for supporting Logarithm graph in Interactive Graph + +* [#3425](https://github.com/Khan/perseus/pull/3425) [`2c36b8a4c3`](https://github.com/Khan/perseus/commit/2c36b8a4c3a35b0edf432e9b69a7b73b04a75e52) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm graph option in the Interactive Graph Editor + +- [#3423](https://github.com/Khan/perseus/pull/3423) [`3cc56f60dd`](https://github.com/Khan/perseus/commit/3cc56f60dd66fb00a961d0ec6661d4e11a1aed83) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Create the logarithm graph visual component, add Storybook coverage, SR strings, and equation string for supporting Logarithm graph in Interactive Graph + +* [#3420](https://github.com/Khan/perseus/pull/3420) [`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add logarithm type definitions, this is the initial implementation for supporting Logarithm graph in Interactive Graph widget. + +### Patch Changes + +- [#3461](https://github.com/Khan/perseus/pull/3461) [`0481b4238d`](https://github.com/Khan/perseus/commit/0481b4238d74c76ea2e2182cde3d1146da9d7a38) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (DX) | Update CSS modules to kabab case + +* [#3455](https://github.com/Khan/perseus/pull/3455) [`0d6cf3c3ce`](https://github.com/Khan/perseus/commit/0d6cf3c3cef7cf160e0262d68cd9761e498189ed) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (UX) | Fix messed up Graphie labels behind scale feature flag + +* Updated dependencies [[`08b1218b62`](https://github.com/Khan/perseus/commit/08b1218b62287d25149f087ee53d02c092ba15a1), [`a72f7db4a3`](https://github.com/Khan/perseus/commit/a72f7db4a3ea9eb7c5fa38f67a667a77514c2f79), [`9099a40a4e`](https://github.com/Khan/perseus/commit/9099a40a4e101f6fe3fa51771409577bbe7161de)]: + - @khanacademy/perseus-score@8.6.0 + - @khanacademy/perseus-core@24.1.0 + - @khanacademy/kmath@2.4.0 + - @khanacademy/keypad-context@3.2.42 + - @khanacademy/math-input@26.4.13 + - @khanacademy/perseus-linter@4.9.2 + ## 77.1.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 96f50da2821..a3b0a53e99d 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": "77.1.0", + "version": "77.2.0", "publishConfig": { "access": "public" },