Skip to content

Commit

Permalink
Version Packages (#1816)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Nov 4, 2024
1 parent 486e4cd commit 4cb1258
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-gorillas-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-teachers-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-lamps-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-suns-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-spies-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-keys-explode.md

This file was deleted.

7 changes: 7 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus-dev-ui

## 3.1.1

### Patch Changes

- Updated dependencies [[`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9)]:
- @khanacademy/math-input@21.1.4

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus dev UI",
"author": "Khan Academy",
"license": "MIT",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.16",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.3",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/perseus-linter": "^1.2.4",
"@khanacademy/pure-markdown": "^0.3.11",
Expand Down
6 changes: 6 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/math-input

## 21.1.4

### Patch Changes

- [#1802](https://github.com/Khan/perseus/pull/1802) [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Improve prop types for various components

## 21.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/math-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
"version": "21.1.3",
"version": "21.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-editor

## 14.10.1

### Patch Changes

- [#1793](https://github.com/Khan/perseus/pull/1793) [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b) Thanks [@handeyeco](https://github.com/handeyeco)! - Move useVideo from v1 dependency to v2 dependency

- Updated dependencies [[`2c402198c`](https://github.com/Khan/perseus/commit/2c402198c00b1eb342a799820a58d49ec5d9d9f4), [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b), [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9), [`22d1c0229`](https://github.com/Khan/perseus/commit/22d1c0229e52fc2dc6bc9f38a3ca400c6e4a3884), [`035191c9e`](https://github.com/Khan/perseus/commit/035191c9ec0c70db062cdfb44cdee69682edcbcf), [`33891dc0b`](https://github.com/Khan/perseus/commit/33891dc0b5e477b0b6db2f0d3733d81215d13ebe)]:
- @khanacademy/perseus@41.0.0
- @khanacademy/math-input@21.1.4

## 14.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/perseus-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus editors",
"author": "Khan Academy",
"license": "MIT",
"version": "14.10.0",
"version": "14.10.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,8 +37,8 @@
"@khanacademy/kas": "^0.3.16",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.3",
"@khanacademy/perseus": "^40.0.0",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus": "^41.0.0",
"@khanacademy/perseus-core": "1.5.3",
"mafs": "^0.19.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @khanacademy/perseus

## 41.0.0

### Major Changes

- [#1793](https://github.com/Khan/perseus/pull/1793) [`486e4cdc1`](https://github.com/Khan/perseus/commit/486e4cdc1196e78101cd9067f37888881fd58f2b) Thanks [@handeyeco](https://github.com/handeyeco)! - Move useVideo from v1 dependency to v2 dependency

### Minor Changes

- [#1817](https://github.com/Khan/perseus/pull/1817) [`22d1c0229`](https://github.com/Khan/perseus/commit/22d1c0229e52fc2dc6bc9f38a3ca400c6e4a3884) Thanks [@benchristel](https://github.com/benchristel)! - Add screenreader description for the interactive elements of point graphs

* [#1812](https://github.com/Khan/perseus/pull/1812) [`33891dc0b`](https://github.com/Khan/perseus/commit/33891dc0b5e477b0b6db2f0d3733d81215d13ebe) Thanks [@benchristel](https://github.com/benchristel)! - Add a screenreader-accessible label to movable points on interactive graphs

### Patch Changes

- [#1815](https://github.com/Khan/perseus/pull/1815) [`2c402198c`](https://github.com/Khan/perseus/commit/2c402198c00b1eb342a799820a58d49ec5d9d9f4) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Refactor interactive graph components to support whole-graph screenreader descriptions

* [#1802](https://github.com/Khan/perseus/pull/1802) [`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Improve prop types for various components

- [#1814](https://github.com/Khan/perseus/pull/1814) [`035191c9e`](https://github.com/Khan/perseus/commit/035191c9ec0c70db062cdfb44cdee69682edcbcf) Thanks [@nedredmond](https://github.com/nedredmond)! - Wraps a text node in a `span` to reduce bugs caused by Google Translate

- Updated dependencies [[`d6381f773`](https://github.com/Khan/perseus/commit/d6381f7737ff44f1ec3d91c4ab25ce51f47b35b9)]:
- @khanacademy/math-input@21.1.4

## 40.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/perseus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "40.0.0",
"version": "41.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"@khanacademy/kas": "^0.3.16",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.3",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/perseus-linter": "^1.2.4",
"@khanacademy/pure-markdown": "^0.3.11",
Expand Down

0 comments on commit 4cb1258

Please sign in to comment.