Skip to content

Commit 5e44b4f

Browse files
Version Packages (#1462)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e8022a commit 5e44b4f

File tree

9 files changed

+38
-14
lines changed

9 files changed

+38
-14
lines changed

.changeset/young-clocks-walk.md

-6
This file was deleted.

dev/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-dev-ui
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
8+
- @khanacademy/math-input@20.0.3
9+
310
## 2.0.3
411

512
### Patch Changes

dev/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus dev UI",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "2.0.3",
6+
"version": "2.0.4",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@khanacademy/kas": "^0.3.11",
1818
"@khanacademy/kmath": "^0.1.13",
19-
"@khanacademy/math-input": "^20.0.2",
19+
"@khanacademy/math-input": "^20.0.3",
2020
"@khanacademy/perseus-core": "1.5.0",
2121
"@khanacademy/perseus-linter": "^1.0.0",
2222
"@khanacademy/pure-markdown": "^0.3.7",

packages/math-input/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/math-input
22

3+
## 20.0.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 20.0.2
410

511
### Patch Changes

packages/math-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Khan Academy's new expression editor for the mobile web.",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "20.0.2",
6+
"version": "20.0.3",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @khanacademy/perseus-editor
22

3+
## 11.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
8+
- @khanacademy/math-input@20.0.3
9+
- @khanacademy/perseus@27.0.2
10+
311
## 11.0.1
412

513
### Patch Changes

packages/perseus-editor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus editors",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "11.0.1",
6+
"version": "11.0.2",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"@khanacademy/kas": "^0.3.11",
2929
"@khanacademy/kmath": "^0.1.13",
30-
"@khanacademy/math-input": "^20.0.2",
31-
"@khanacademy/perseus": "^27.0.1",
30+
"@khanacademy/math-input": "^20.0.3",
31+
"@khanacademy/perseus": "^27.0.2",
3232
"@khanacademy/perseus-core": "1.5.0"
3333
},
3434
"devDependencies": {

packages/perseus/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @khanacademy/perseus
22

3+
## 27.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`2e8022adb`](https://github.com/Khan/perseus/commit/2e8022adb11a000fb77528b1268ad5725dec817b)]:
10+
- @khanacademy/math-input@20.0.3
11+
312
## 27.0.1
413

514
### Patch Changes

packages/perseus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Core Perseus API (includes renderers and widgets)",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "27.0.1",
6+
"version": "27.0.2",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@khanacademy/kas": "^0.3.11",
4343
"@khanacademy/kmath": "^0.1.13",
44-
"@khanacademy/math-input": "^20.0.2",
44+
"@khanacademy/math-input": "^20.0.3",
4545
"@khanacademy/perseus-core": "1.5.0",
4646
"@khanacademy/perseus-linter": "^1.0.0",
4747
"@khanacademy/pure-markdown": "^0.3.7",

0 commit comments

Comments
 (0)