diff --git a/.changeset/brown-steaks-work.md b/.changeset/brown-steaks-work.md deleted file mode 100644 index ae10d6fcaa0..00000000000 --- a/.changeset/brown-steaks-work.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/kmath": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-score": patch ---- - -[Interactive Graph] Update screen reader descriptions for absolute value graph`getAbsoluteValueCoefficients` now always returns coefficients instead of `undefined`: when the two control points share an x-coordinate the slope is `±Infinity`. diff --git a/.changeset/lovely-chefs-bake.md b/.changeset/lovely-chefs-bake.md deleted file mode 100644 index 6f2dc5db158..00000000000 --- a/.changeset/lovely-chefs-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@khanacademy/math-input": patch -"@khanacademy/perseus": patch -"@khanacademy/perseus-editor": patch ---- - -Sync dev deps with frontend diff --git a/.changeset/tangent-sr-description-polish.md b/.changeset/tangent-sr-description-polish.md deleted file mode 100644 index e51a5fdcd1e..00000000000 --- a/.changeset/tangent-sr-description-polish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -[Interactive Graph] Update screen reader descriptions for tangent graph diff --git a/.changeset/tidy-cobras-stare.md b/.changeset/tidy-cobras-stare.md deleted file mode 100644 index 7c694f45953..00000000000 --- a/.changeset/tidy-cobras-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/perseus": patch ---- - -Update Interactive Graph ungraded screen reader to read out the information about the graph is not graded diff --git a/packages/kmath/CHANGELOG.md b/packages/kmath/CHANGELOG.md index 82d23e5541e..53266afc7fd 100644 --- a/packages/kmath/CHANGELOG.md +++ b/packages/kmath/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/kmath +## 2.4.26 + +### Patch Changes + +- [#3800](https://github.com/Khan/perseus/pull/3800) [`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1) Thanks [@catandthemachines](https://github.com/catandthemachines)! - [Interactive Graph] Update screen reader descriptions for absolute value graph`getAbsoluteValueCoefficients` now always returns coefficients instead of `undefined`: when the two control points share an x-coordinate the slope is `±Infinity`. + ## 2.4.25 ### Patch Changes diff --git a/packages/kmath/package.json b/packages/kmath/package.json index 2bd7486faca..4970ebff4de 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.4.25", + "version": "2.4.26", "publishConfig": { "access": "public" }, diff --git a/packages/math-input/CHANGELOG.md b/packages/math-input/CHANGELOG.md index 4db1ec0c3e5..88423d87c64 100644 --- a/packages/math-input/CHANGELOG.md +++ b/packages/math-input/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/math-input +## 26.4.40 + +### Patch Changes + +- [#3811](https://github.com/Khan/perseus/pull/3811) [`aa520a1a5e`](https://github.com/Khan/perseus/commit/aa520a1a5ee6f493df8fd45d93fe0841bc83e451) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Sync dev deps with frontend + ## 26.4.39 ### Patch Changes diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 5bedab0ef49..aa728ec6a36 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.39", + "version": "26.4.40", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-editor/CHANGELOG.md b/packages/perseus-editor/CHANGELOG.md index 8655d654664..0dd7cd64821 100644 --- a/packages/perseus-editor/CHANGELOG.md +++ b/packages/perseus-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @khanacademy/perseus-editor +## 33.3.1 + +### Patch Changes + +- [#3811](https://github.com/Khan/perseus/pull/3811) [`aa520a1a5e`](https://github.com/Khan/perseus/commit/aa520a1a5ee6f493df8fd45d93fe0841bc83e451) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Sync dev deps with frontend + +- Updated dependencies [[`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1), [`aa520a1a5e`](https://github.com/Khan/perseus/commit/aa520a1a5ee6f493df8fd45d93fe0841bc83e451), [`dc3713f791`](https://github.com/Khan/perseus/commit/dc3713f79142cc5a5a9944723e9a56632ab43e19), [`e5828ffe4f`](https://github.com/Khan/perseus/commit/e5828ffe4faf5b4093e05b42986222f6d937c17b)]: + - @khanacademy/kmath@2.4.26 + - @khanacademy/perseus@78.4.1 + - @khanacademy/perseus-score@8.11.10 + - @khanacademy/math-input@26.4.40 + - @khanacademy/perseus-linter@5.1.7 + ## 33.3.0 ### Minor Changes diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index d95393e89f0..43e6a8ae1f4 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": "33.3.0", + "version": "33.3.1", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-linter/CHANGELOG.md b/packages/perseus-linter/CHANGELOG.md index 78524f70d2c..b90bcf537b1 100644 --- a/packages/perseus-linter/CHANGELOG.md +++ b/packages/perseus-linter/CHANGELOG.md @@ -1,5 +1,12 @@ # @khanacademy/perseus-linter +## 5.1.7 + +### Patch Changes + +- Updated dependencies [[`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1)]: + - @khanacademy/kmath@2.4.26 + ## 5.1.6 ### Patch Changes diff --git a/packages/perseus-linter/package.json b/packages/perseus-linter/package.json index 71ed1759ba6..fe3d838c96a 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": "5.1.6", + "version": "5.1.7", "publishConfig": { "access": "public" }, diff --git a/packages/perseus-score/CHANGELOG.md b/packages/perseus-score/CHANGELOG.md index 81b2ddbadcb..c920dc926c1 100644 --- a/packages/perseus-score/CHANGELOG.md +++ b/packages/perseus-score/CHANGELOG.md @@ -1,5 +1,14 @@ # @khanacademy/perseus-score +## 8.11.10 + +### Patch Changes + +- [#3800](https://github.com/Khan/perseus/pull/3800) [`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1) Thanks [@catandthemachines](https://github.com/catandthemachines)! - [Interactive Graph] Update screen reader descriptions for absolute value graph`getAbsoluteValueCoefficients` now always returns coefficients instead of `undefined`: when the two control points share an x-coordinate the slope is `±Infinity`. + +- Updated dependencies [[`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1)]: + - @khanacademy/kmath@2.4.26 + ## 8.11.9 ### Patch Changes diff --git a/packages/perseus-score/package.json b/packages/perseus-score/package.json index c49d8600c6c..a1fea2e6c70 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.11.9", + "version": "8.11.10", "publishConfig": { "access": "public" }, diff --git a/packages/perseus/CHANGELOG.md b/packages/perseus/CHANGELOG.md index 9e2fcd27edb..7ac49f0f52c 100644 --- a/packages/perseus/CHANGELOG.md +++ b/packages/perseus/CHANGELOG.md @@ -1,5 +1,23 @@ # @khanacademy/perseus +## 78.4.1 + +### Patch Changes + +- [#3800](https://github.com/Khan/perseus/pull/3800) [`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1) Thanks [@catandthemachines](https://github.com/catandthemachines)! - [Interactive Graph] Update screen reader descriptions for absolute value graph`getAbsoluteValueCoefficients` now always returns coefficients instead of `undefined`: when the two control points share an x-coordinate the slope is `±Infinity`. + +* [#3811](https://github.com/Khan/perseus/pull/3811) [`aa520a1a5e`](https://github.com/Khan/perseus/commit/aa520a1a5ee6f493df8fd45d93fe0841bc83e451) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Sync dev deps with frontend + +- [#3804](https://github.com/Khan/perseus/pull/3804) [`dc3713f791`](https://github.com/Khan/perseus/commit/dc3713f79142cc5a5a9944723e9a56632ab43e19) Thanks [@catandthemachines](https://github.com/catandthemachines)! - [Interactive Graph] Update screen reader descriptions for tangent graph + +* [#3806](https://github.com/Khan/perseus/pull/3806) [`e5828ffe4f`](https://github.com/Khan/perseus/commit/e5828ffe4faf5b4093e05b42986222f6d937c17b) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Update Interactive Graph ungraded screen reader to read out the information about the graph is not graded + +* Updated dependencies [[`e3a00c9f19`](https://github.com/Khan/perseus/commit/e3a00c9f1913cdfa4735a1999120cfcf525555a1), [`aa520a1a5e`](https://github.com/Khan/perseus/commit/aa520a1a5ee6f493df8fd45d93fe0841bc83e451)]: + - @khanacademy/kmath@2.4.26 + - @khanacademy/perseus-score@8.11.10 + - @khanacademy/math-input@26.4.40 + - @khanacademy/perseus-linter@5.1.7 + ## 78.4.0 ### Minor Changes diff --git a/packages/perseus/package.json b/packages/perseus/package.json index 5c8ec2bd40d..07539f190ea 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": "78.4.0", + "version": "78.4.1", "publishConfig": { "access": "public" },