Skip to content

Commit b462204

Browse files
RELEASING: Releasing 12 package(s)
Releases: @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected] @khanacademy/[email protected]
1 parent 518b005 commit b462204

30 files changed

+192
-89
lines changed

.changeset/new-tomatoes-fly.md

-5
This file was deleted.

.changeset/quick-spoons-whisper.md

-11
This file was deleted.

.changeset/slimy-scissors-smash.md

-5
This file was deleted.

.changeset/tidy-baboons-tie.md

-5
This file was deleted.

.changeset/wild-keys-sit.md

-5
This file was deleted.

.changeset/young-beers-wave.md

-8
This file was deleted.

dev/CHANGELOG.md

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

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
9+
* [#2109](https://github.com/Khan/perseus/pull/2109) [`41ffd4a71`](https://github.com/Khan/perseus/commit/41ffd4a71673399657d7024c206af4fa4e0be267) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updating our wonder-blocks packages with the latest versions.
10+
11+
* Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae), [`41ffd4a71`](https://github.com/Khan/perseus/commit/41ffd4a71673399657d7024c206af4fa4e0be267)]:
12+
- @khanacademy/kmath@0.3.0
13+
- @khanacademy/perseus-core@3.2.0
14+
- @khanacademy/math-input@22.2.1
15+
- @khanacademy/kas@0.4.11
16+
- @khanacademy/perseus-linter@1.2.13
17+
- @khanacademy/pure-markdown@0.3.22
18+
- @khanacademy/simple-markdown@0.13.15
19+
320
## 5.1.0
421

522
### Minor Changes

dev/package.json

+8-8
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.1.0",
6+
"version": "5.1.1",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -14,13 +14,13 @@
1414
"dev": "vite"
1515
},
1616
"dependencies": {
17-
"@khanacademy/kas": "^0.4.10",
18-
"@khanacademy/kmath": "^0.2.0",
19-
"@khanacademy/math-input": "^22.2.0",
20-
"@khanacademy/perseus-core": "3.1.0",
21-
"@khanacademy/perseus-linter": "^1.2.12",
22-
"@khanacademy/pure-markdown": "^0.3.21",
23-
"@khanacademy/simple-markdown": "^0.13.14",
17+
"@khanacademy/kas": "^0.4.11",
18+
"@khanacademy/kmath": "^0.3.0",
19+
"@khanacademy/math-input": "^22.2.1",
20+
"@khanacademy/perseus-core": "3.2.0",
21+
"@khanacademy/perseus-linter": "^1.2.13",
22+
"@khanacademy/pure-markdown": "^0.3.22",
23+
"@khanacademy/simple-markdown": "^0.13.15",
2424
"@khanacademy/wonder-blocks-banner": "4.0.5",
2525
"@khanacademy/wonder-blocks-icon": "5.0.5",
2626
"@khanacademy/wonder-blocks-icon-button": "6.0.5",

packages/kas/CHANGELOG.md

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

3+
## 0.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
8+
- @khanacademy/perseus-core@3.2.0
9+
310
## 0.4.10
411

512
### Patch Changes

packages/kas/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.4.10",
6+
"version": "0.4.11",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -27,7 +27,7 @@
2727
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
2828
},
2929
"dependencies": {
30-
"@khanacademy/perseus-core": "3.1.0"
30+
"@khanacademy/perseus-core": "3.2.0"
3131
},
3232
"devDependencies": {
3333
"jison": "0.4.15",

packages/keypad-context/CHANGELOG.md

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

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
8+
- @khanacademy/perseus-core@3.2.0
9+
310
## 1.0.13
411

512
### Patch Changes

packages/keypad-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus keypad context",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.0.13",
6+
"version": "1.0.14",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -26,7 +26,7 @@
2626
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
2727
},
2828
"dependencies": {
29-
"@khanacademy/perseus-core": "3.1.0"
29+
"@khanacademy/perseus-core": "3.2.0"
3030
},
3131
"devDependencies": {
3232
"react": "^18.2.0"

packages/kmath/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
12+
- @khanacademy/perseus-core@3.2.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/kmath/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Khan Academy's Javascript Numeric Math Utilities",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -25,7 +25,7 @@
2525
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
2626
},
2727
"dependencies": {
28-
"@khanacademy/perseus-core": "3.1.0"
28+
"@khanacademy/perseus-core": "3.2.0"
2929
},
3030
"devDependencies": {
3131
"perseus-build-settings": "^0.4.3",

packages/math-input/CHANGELOG.md

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

3+
## 22.2.1
4+
5+
### Patch Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
9+
* [#2109](https://github.com/Khan/perseus/pull/2109) [`41ffd4a71`](https://github.com/Khan/perseus/commit/41ffd4a71673399657d7024c206af4fa4e0be267) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updating our wonder-blocks packages with the latest versions.
10+
11+
* Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
12+
- @khanacademy/perseus-core@3.2.0
13+
- @khanacademy/keypad-context@1.0.14
14+
315
## 22.2.0
416

517
### Minor Changes

packages/math-input/package.json

+3-3
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.2.0",
6+
"version": "22.2.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -40,8 +40,8 @@
4040
"prepublishOnly": "../../utils/package-pre-publish-check.sh"
4141
},
4242
"dependencies": {
43-
"@khanacademy/keypad-context": "^1.0.13",
44-
"@khanacademy/perseus-core": "3.1.0",
43+
"@khanacademy/keypad-context": "^1.0.14",
44+
"@khanacademy/perseus-core": "3.2.0",
4545
"mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
4646
},
4747
"devDependencies": {

packages/perseus-core/CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
39
## 3.1.0
410

511
### Minor Changes

packages/perseus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Shared Perseus infrastructure",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "3.1.0",
6+
"version": "3.2.0",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

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

3+
## 17.3.1
4+
5+
### Patch Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
9+
* [#2126](https://github.com/Khan/perseus/pull/2126) [`518b005f2`](https://github.com/Khan/perseus/commit/518b005f2b0b9a173dec6526a7b5c808062fe144) Thanks [@benchristel](https://github.com/benchristel)! - Fix a React warning about non-unique component keys in the exercise editor.
10+
11+
- [#2109](https://github.com/Khan/perseus/pull/2109) [`41ffd4a71`](https://github.com/Khan/perseus/commit/41ffd4a71673399657d7024c206af4fa4e0be267) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updating our wonder-blocks packages with the latest versions.
12+
13+
- Updated dependencies [[`faccc2d59`](https://github.com/Khan/perseus/commit/faccc2d5959a4a7051720f7a3dfe4a4875b6ace9), [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae), [`d96821e08`](https://github.com/Khan/perseus/commit/d96821e08b3f80eb0a277882f4a8a40330b27adc), [`0f8d11c0b`](https://github.com/Khan/perseus/commit/0f8d11c0b8c00a10eb49f2d84b664803c5c83f3f), [`41ffd4a71`](https://github.com/Khan/perseus/commit/41ffd4a71673399657d7024c206af4fa4e0be267)]:
14+
- @khanacademy/perseus@51.0.0
15+
- @khanacademy/kmath@0.3.0
16+
- @khanacademy/perseus-core@3.2.0
17+
- @khanacademy/perseus-score@1.1.0
18+
- @khanacademy/math-input@22.2.1
19+
- @khanacademy/kas@0.4.11
20+
- @khanacademy/keypad-context@1.0.14
21+
- @khanacademy/pure-markdown@0.3.22
22+
323
## 17.3.0
424

525
### Minor Changes

packages/perseus-editor/package.json

+10-10
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.3.0",
6+
"version": "17.3.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -35,18 +35,18 @@
3535
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
3636
},
3737
"dependencies": {
38-
"@khanacademy/kas": "^0.4.10",
39-
"@khanacademy/keypad-context": "^1.0.13",
40-
"@khanacademy/kmath": "^0.2.0",
41-
"@khanacademy/math-input": "^22.2.0",
42-
"@khanacademy/perseus": "^50.1.0",
43-
"@khanacademy/perseus-core": "3.1.0",
44-
"@khanacademy/perseus-score": "^1.0.0",
45-
"@khanacademy/pure-markdown": "^0.3.21",
38+
"@khanacademy/kas": "^0.4.11",
39+
"@khanacademy/keypad-context": "^1.0.14",
40+
"@khanacademy/kmath": "^0.3.0",
41+
"@khanacademy/math-input": "^22.2.1",
42+
"@khanacademy/perseus": "^51.0.0",
43+
"@khanacademy/perseus-core": "3.2.0",
44+
"@khanacademy/perseus-score": "^1.1.0",
45+
"@khanacademy/pure-markdown": "^0.3.22",
4646
"mafs": "^0.19.0"
4747
},
4848
"devDependencies": {
49-
"@khanacademy/perseus-linter": "^1.2.12",
49+
"@khanacademy/perseus-linter": "^1.2.13",
5050
"@khanacademy/wonder-blocks-accordion": "3.0.3",
5151
"@khanacademy/wonder-blocks-banner": "4.0.5",
5252
"@khanacademy/wonder-blocks-button": "7.0.5",

packages/perseus-linter/CHANGELOG.md

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

3+
## 1.2.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
8+
- @khanacademy/perseus-core@3.2.0
9+
310
## 1.2.12
411

512
### Patch Changes

packages/perseus-linter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Linter engine for Perseus",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.2.12",
6+
"version": "1.2.13",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -26,10 +26,10 @@
2626
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
2727
},
2828
"dependencies": {
29-
"@khanacademy/perseus-core": "3.1.0"
29+
"@khanacademy/perseus-core": "3.2.0"
3030
},
3131
"devDependencies": {
32-
"@khanacademy/pure-markdown": "^0.3.21",
32+
"@khanacademy/pure-markdown": "^0.3.22",
3333
"prop-types": "15.6.1"
3434
},
3535
"peerDependencies": {

packages/perseus-score/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#2101](https://github.com/Khan/perseus/pull/2101) [`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae) Thanks [@handeyeco](https://github.com/handeyeco)! - Move scorers and validators to `perseus-score`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`9cabe689a`](https://github.com/Khan/perseus/commit/9cabe689a7aa143f95adf4556bf5c10d654a66ae)]:
12+
- @khanacademy/kmath@0.3.0
13+
- @khanacademy/perseus-core@3.2.0
14+
- @khanacademy/kas@0.4.11
15+
316
## 1.0.0
417

518
### Major Changes

packages/perseus-score/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus score",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -26,9 +26,9 @@
2626
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
2727
},
2828
"dependencies": {
29-
"@khanacademy/kas": "^0.4.10",
30-
"@khanacademy/kmath": "^0.2.0",
31-
"@khanacademy/perseus-core": "3.1.0"
29+
"@khanacademy/kas": "^0.4.11",
30+
"@khanacademy/kmath": "^0.3.0",
31+
"@khanacademy/perseus-core": "3.2.0"
3232
},
3333
"devDependencies": {},
3434
"peerDependencies": {},

0 commit comments

Comments
 (0)