Skip to content

Commit 30ceb04

Browse files
Version Packages (#1943)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0a44d46 commit 30ceb04

File tree

7 files changed

+23
-10
lines changed

7 files changed

+23
-10
lines changed

.changeset/honest-tables-impress.md

-6
This file was deleted.

dev/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#1910](https://github.com/Khan/perseus/pull/1910) [`0a44d468d`](https://github.com/Khan/perseus/commit/0a44d468dd127bf15dc32e720b9b0301af41a572) Thanks [@handeyeco](https://github.com/handeyeco)! - Change ServerItemRenderer scoring APIs to externalize scoring
8+
39
## 4.0.2
410

511
### Patch Changes

dev/package.json

+1-1
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": "4.0.2",
6+
"version": "4.0.3",
77
"private": true,
88
"repository": {
99
"type": "git",

packages/perseus-editor/CHANGELOG.md

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

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0a44d468d`](https://github.com/Khan/perseus/commit/0a44d468dd127bf15dc32e720b9b0301af41a572)]:
8+
- @khanacademy/perseus@45.0.0
9+
310
## 15.1.0
411

512
### Minor Changes

packages/perseus-editor/package.json

+2-2
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": "15.1.0",
6+
"version": "15.1.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -38,7 +38,7 @@
3838
"@khanacademy/keypad-context": "^1.0.4",
3939
"@khanacademy/kmath": "^0.1.16",
4040
"@khanacademy/math-input": "^21.1.6",
41-
"@khanacademy/perseus": "^44.0.0",
41+
"@khanacademy/perseus": "^45.0.0",
4242
"@khanacademy/perseus-core": "1.5.3",
4343
"@khanacademy/pure-markdown": "^0.3.13",
4444
"mafs": "^0.19.0"

packages/perseus/CHANGELOG.md

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

3+
## 45.0.0
4+
5+
### Major Changes
6+
7+
- [#1910](https://github.com/Khan/perseus/pull/1910) [`0a44d468d`](https://github.com/Khan/perseus/commit/0a44d468dd127bf15dc32e720b9b0301af41a572) Thanks [@handeyeco](https://github.com/handeyeco)! - Change ServerItemRenderer scoring APIs to externalize scoring
8+
39
## 44.0.0
410

511
### Major Changes

packages/perseus/package.json

+1-1
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": "44.0.0",
6+
"version": "45.0.0",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)