Skip to content

Commit

Permalink
Version Packages (#1508)
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 Aug 13, 2024
1 parent 5b6b976 commit 9cb0321
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-eagles-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-islands-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nine-ducks-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-pants-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-hornets-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-lamps-tell.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

## 2.0.7

### Patch Changes

- Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c)]:
- @khanacademy/math-input@20.1.2

## 2.0.6

### Patch 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": "2.0.6",
"version": "2.0.7",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.1.1",
"@khanacademy/math-input": "^20.1.2",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
Expand Down
10 changes: 10 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/math-input

## 20.1.2

### Patch Changes

- [#1497](https://github.com/Khan/perseus/pull/1497) [`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380) Thanks [@handeyeco](https://github.com/handeyeco)! - Switch trig keys from SVG to text

* [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json

- [#1501](https://github.com/Khan/perseus/pull/1501) [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - updates math input to fix color contrast issues

## 20.1.1

### 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": "20.1.1",
"version": "20.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @khanacademy/perseus-editor

## 11.4.0

### Minor Changes

- [#1480](https://github.com/Khan/perseus/pull/1480) [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe) Thanks [@handeyeco](https://github.com/handeyeco)! - Refactor ExpressionEditor to use Wonder-Blocks

### Patch Changes

- [#1509](https://github.com/Khan/perseus/pull/1509) [`76b55a9b3`](https://github.com/Khan/perseus/commit/76b55a9b3673a9f4aa072574afddb5312d7b06f5) Thanks [@nishasy](https://github.com/nishasy)! - [Start Coords] Fix the radius input in circle graph start coords UI

* [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json

* Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c), [`3f9cc14fe`](https://github.com/Khan/perseus/commit/3f9cc14fe469a6792b56edf2510f0adebd65fd73)]:
- @khanacademy/math-input@20.1.2
- @khanacademy/perseus@28.1.0

## 11.3.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": "11.3.0",
"version": "11.4.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.1.1",
"@khanacademy/perseus": "^28.0.0",
"@khanacademy/math-input": "^20.1.2",
"@khanacademy/perseus": "^28.1.0",
"@khanacademy/perseus-core": "1.5.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @khanacademy/perseus

## 28.1.0

### Minor Changes

- [#1480](https://github.com/Khan/perseus/pull/1480) [`182c8f660`](https://github.com/Khan/perseus/commit/182c8f6600bbefa817c4553e3827498b8d425bbe) Thanks [@handeyeco](https://github.com/handeyeco)! - Refactor ExpressionEditor to use Wonder-Blocks

### Patch Changes

- [#1490](https://github.com/Khan/perseus/pull/1490) [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Explicitly export bundled css in package.json

* [#1501](https://github.com/Khan/perseus/pull/1501) [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - updates math input to fix color contrast issues

- [#1505](https://github.com/Khan/perseus/pull/1505) [`3f9cc14fe`](https://github.com/Khan/perseus/commit/3f9cc14fe469a6792b56edf2510f0adebd65fd73) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph: test utils] Do not set the coords field by default in the builder

- Updated dependencies [[`5b6b97641`](https://github.com/Khan/perseus/commit/5b6b976416f885c08bda2ead5948fcdbe94dc380), [`c2464eef8`](https://github.com/Khan/perseus/commit/c2464eef807b0b1c2696e553300026462262544d), [`3f18a2211`](https://github.com/Khan/perseus/commit/3f18a22118ad9b952009a78c30bb1c8242e81d9c)]:
- @khanacademy/math-input@20.1.2

## 28.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": "28.0.0",
"version": "28.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.1.1",
"@khanacademy/math-input": "^20.1.2",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
Expand Down

0 comments on commit 9cb0321

Please sign in to comment.