Skip to content

Commit d4933f6

Browse files
RELEASING: Releasing 4 package(s)
Releases: @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] [skip ci]
1 parent 31c83b9 commit d4933f6

File tree

11 files changed

+46
-26
lines changed

11 files changed

+46
-26
lines changed

.changeset/shiny-houses-promise.md

-5
This file was deleted.

.changeset/tame-fireants-cry.md

-8
This file was deleted.

.changeset/wet-bugs-sip.md

-5
This file was deleted.

dev/CHANGELOG.md

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

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API
8+
9+
- Updated dependencies [[`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230)]:
10+
- @khanacademy/math-input@22.0.1
11+
312
## 5.0.1
413

514
### 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": "5.0.1",
6+
"version": "5.0.2",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@khanacademy/kas": "^0.4.4",
1818
"@khanacademy/kmath": "^0.1.18",
19-
"@khanacademy/math-input": "^22.0.0",
19+
"@khanacademy/math-input": "^22.0.1",
2020
"@khanacademy/perseus-core": "3.0.0",
2121
"@khanacademy/perseus-linter": "^1.2.6",
2222
"@khanacademy/pure-markdown": "^0.3.15",

packages/math-input/CHANGELOG.md

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

3+
## 22.0.1
4+
5+
### Patch Changes
6+
7+
- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API
8+
39
## 22.0.0
410

511
### Major 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": "22.0.0",
6+
"version": "22.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

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

3+
## 17.0.2
4+
5+
### Patch Changes
6+
7+
- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API
8+
9+
- Updated dependencies [[`4508e7bea`](https://github.com/Khan/perseus/commit/4508e7bea859957eea296a3fc25180c66098dbb4), [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230), [`1fe437079`](https://github.com/Khan/perseus/commit/1fe43707954ba7e35a42747dc1392fb2972fc7b1)]:
10+
- @khanacademy/perseus@49.0.2
11+
- @khanacademy/math-input@22.0.1
12+
313
## 17.0.1
414

515
### 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": "17.0.1",
6+
"version": "17.0.2",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -37,8 +37,8 @@
3737
"@khanacademy/kas": "^0.4.4",
3838
"@khanacademy/keypad-context": "^1.0.6",
3939
"@khanacademy/kmath": "^0.1.18",
40-
"@khanacademy/math-input": "^22.0.0",
41-
"@khanacademy/perseus": "^49.0.1",
40+
"@khanacademy/math-input": "^22.0.1",
41+
"@khanacademy/perseus": "^49.0.2",
4242
"@khanacademy/perseus-core": "3.0.0",
4343
"@khanacademy/pure-markdown": "^0.3.15",
4444
"mafs": "^0.19.0"

packages/perseus/CHANGELOG.md

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

3+
## 49.0.2
4+
5+
### Patch Changes
6+
7+
- [#2017](https://github.com/Khan/perseus/pull/2017) [`4508e7bea`](https://github.com/Khan/perseus/commit/4508e7bea859957eea296a3fc25180c66098dbb4) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Minor improvements to Circle graph SR strings
8+
9+
* [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API
10+
11+
- [#2018](https://github.com/Khan/perseus/pull/2018) [`1fe437079`](https://github.com/Khan/perseus/commit/1fe43707954ba7e35a42747dc1392fb2972fc7b1) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing scoring for unlimited point to ensure there 1 or more points for it to be considered scorable.
12+
13+
- Updated dependencies [[`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230)]:
14+
- @khanacademy/math-input@22.0.1
15+
316
## 49.0.1
417

518
### 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": "49.0.1",
6+
"version": "49.0.2",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -43,7 +43,7 @@
4343
"@khanacademy/kas": "^0.4.4",
4444
"@khanacademy/keypad-context": "^1.0.6",
4545
"@khanacademy/kmath": "^0.1.18",
46-
"@khanacademy/math-input": "^22.0.0",
46+
"@khanacademy/math-input": "^22.0.1",
4747
"@khanacademy/perseus-core": "3.0.0",
4848
"@khanacademy/perseus-linter": "^1.2.6",
4949
"@khanacademy/pure-markdown": "^0.3.15",

0 commit comments

Comments
 (0)