Skip to content

Commit

Permalink
Version Packages (#1462)
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 Jul 30, 2024
1 parent 2e8022a commit 5e44b4f
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/young-clocks-walk.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.4

### Patch Changes

- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
- @khanacademy/math-input@20.0.3

## 2.0.3

### 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.3",
"version": "2.0.4",
"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.0.2",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
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

## 20.0.3

### Patch Changes

- [#1461](https://github.com/Khan/perseus/pull/1461) [`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Reverting portal disabled functionality to ensure no clipping behavior.

## 20.0.2

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

## 11.0.2

### Patch Changes

- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
- @khanacademy/math-input@20.0.3
- @khanacademy/perseus@27.0.2

## 11.0.1

### Patch 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.0.1",
"version": "11.0.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.0.2",
"@khanacademy/perseus": "^27.0.1",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/perseus": "^27.0.2",
"@khanacademy/perseus-core": "1.5.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus

## 27.0.2

### Patch Changes

- [#1461](https://github.com/Khan/perseus/pull/1461) [`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Reverting portal disabled functionality to ensure no clipping behavior.

- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
- @khanacademy/math-input@20.0.3

## 27.0.1

### Patch 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": "27.0.1",
"version": "27.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.0.2",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
Expand Down

0 comments on commit 5e44b4f

Please sign in to comment.