Skip to content

Commit 110b436

Browse files
Version Packages
1 parent 9c225f9 commit 110b436

21 files changed

+102
-57
lines changed

.changeset/giant-vans-notice.md

-5
This file was deleted.

.changeset/mighty-cobras-kick.md

-5
This file was deleted.

.changeset/modern-pens-complain.md

-9
This file was deleted.

.changeset/stupid-pillows-hug.md

-7
This file was deleted.

.changeset/twenty-baboons-shave.md

-5
This file was deleted.

.changeset/warm-llamas-tease.md

-5
This file was deleted.

dev/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#1905](https://github.com/Khan/perseus/pull/1905) [`9c225f936`](https://github.com/Khan/perseus/commit/9c225f9365cbb2e92bba3bd67b1abde724809367) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - We're reverting work done for the Server Side Scoring and Input Number Conversion projects.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
12+
- @khanacademy/kas@0.4.1
13+
- @khanacademy/math-input@21.1.5
14+
- @khanacademy/simple-markdown@0.13.5
15+
- @khanacademy/pure-markdown@0.3.12
16+
317
## 3.1.3
418

519
### Patch Changes

dev/package.json

+5-5
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": "3.1.3",
6+
"version": "4.0.0",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -14,13 +14,13 @@
1414
"dev": "vite"
1515
},
1616
"dependencies": {
17-
"@khanacademy/kas": "^0.4.0",
17+
"@khanacademy/kas": "^0.4.1",
1818
"@khanacademy/kmath": "^0.1.16",
19-
"@khanacademy/math-input": "^21.1.4",
19+
"@khanacademy/math-input": "^21.1.5",
2020
"@khanacademy/perseus-core": "1.5.3",
2121
"@khanacademy/perseus-linter": "^1.2.4",
22-
"@khanacademy/pure-markdown": "^0.3.11",
23-
"@khanacademy/simple-markdown": "^0.13.4",
22+
"@khanacademy/pure-markdown": "^0.3.12",
23+
"@khanacademy/simple-markdown": "^0.13.5",
2424
"@khanacademy/wonder-blocks-banner": "3.1.7",
2525
"@khanacademy/wonder-blocks-icon": "4.1.3",
2626
"@khanacademy/wonder-blocks-icon-button": "5.3.4",

packages/kas/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters
8+
39
## 0.4.0
410

511
### Minor Changes

packages/kas/package.json

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

packages/math-input/CHANGELOG.md

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

3+
## 21.1.5
4+
5+
### Patch Changes
6+
7+
- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters
8+
39
## 21.1.4
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": "21.1.4",
6+
"version": "21.1.5",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

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

3+
## 15.0.0
4+
5+
### Major Changes
6+
7+
- [#1905](https://github.com/Khan/perseus/pull/1905) [`9c225f936`](https://github.com/Khan/perseus/commit/9c225f9365cbb2e92bba3bd67b1abde724809367) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - We're reverting work done for the Server Side Scoring and Input Number Conversion projects.
8+
9+
### Patch Changes
10+
11+
- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters
12+
13+
- Updated dependencies [[`adad642ab`](https://github.com/Khan/perseus/commit/adad642ab0ae95de6600e7018f0aff836acc5911), [`0afb1a4f7`](https://github.com/Khan/perseus/commit/0afb1a4f70e35de7e2b04ee1af835a0ebe84bbe5), [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9), [`9c225f936`](https://github.com/Khan/perseus/commit/9c225f9365cbb2e92bba3bd67b1abde724809367), [`4b8836b84`](https://github.com/Khan/perseus/commit/4b8836b846c4f6adc6f4bb9c204deedb019c9f51), [`a27f23bb4`](https://github.com/Khan/perseus/commit/a27f23bb48e585aa2229975b1779161b921cbd9d)]:
14+
- @khanacademy/perseus@43.0.0
15+
- @khanacademy/kas@0.4.1
16+
- @khanacademy/math-input@21.1.5
17+
- @khanacademy/pure-markdown@0.3.12
18+
319
## 14.12.4
420

521
### Patch Changes

packages/perseus-editor/package.json

+5-5
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": "14.12.4",
6+
"version": "15.0.0",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -34,13 +34,13 @@
3434
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
3535
},
3636
"dependencies": {
37-
"@khanacademy/kas": "^0.4.0",
37+
"@khanacademy/kas": "^0.4.1",
3838
"@khanacademy/keypad-context": "^1.0.4",
3939
"@khanacademy/kmath": "^0.1.16",
40-
"@khanacademy/math-input": "^21.1.4",
41-
"@khanacademy/perseus": "^42.0.3",
40+
"@khanacademy/math-input": "^21.1.5",
41+
"@khanacademy/perseus": "^43.0.0",
4242
"@khanacademy/perseus-core": "1.5.3",
43-
"@khanacademy/pure-markdown": "^0.3.11",
43+
"@khanacademy/pure-markdown": "^0.3.12",
4444
"mafs": "^0.19.0"
4545
},
4646
"devDependencies": {

packages/perseus-linter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@khanacademy/perseus-core": "1.5.3"
2929
},
3030
"devDependencies": {
31-
"@khanacademy/pure-markdown": "^0.3.11",
31+
"@khanacademy/pure-markdown": "^0.3.12",
3232
"prop-types": "15.6.1"
3333
},
3434
"peerDependencies": {

packages/perseus/CHANGELOG.md

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

3+
## 43.0.0
4+
5+
### Major Changes
6+
7+
- [#1905](https://github.com/Khan/perseus/pull/1905) [`9c225f936`](https://github.com/Khan/perseus/commit/9c225f9365cbb2e92bba3bd67b1abde724809367) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - We're reverting work done for the Server Side Scoring and Input Number Conversion projects.
8+
9+
### Minor Changes
10+
11+
- [#1883](https://github.com/Khan/perseus/pull/1883) [`adad642ab`](https://github.com/Khan/perseus/commit/adad642ab0ae95de6600e7018f0aff836acc5911) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduces a validation function for the matrix widget (extracted from matrix scoring function).
12+
13+
* [#1878](https://github.com/Khan/perseus/pull/1878) [`a27f23bb4`](https://github.com/Khan/perseus/commit/a27f23bb48e585aa2229975b1779161b921cbd9d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Add expression validator function
14+
15+
### Patch Changes
16+
17+
- [#1890](https://github.com/Khan/perseus/pull/1890) [`0afb1a4f7`](https://github.com/Khan/perseus/commit/0afb1a4f70e35de7e2b04ee1af835a0ebe84bbe5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels + Aria] Create math only parser to help parse TeX how we want
18+
19+
* [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters
20+
21+
- [#1852](https://github.com/Khan/perseus/pull/1852) [`4b8836b84`](https://github.com/Khan/perseus/commit/4b8836b846c4f6adc6f4bb9c204deedb019c9f51) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding open and closing behavior to unlimited polygon graph type.
22+
23+
- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
24+
- @khanacademy/kas@0.4.1
25+
- @khanacademy/math-input@21.1.5
26+
- @khanacademy/simple-markdown@0.13.5
27+
- @khanacademy/pure-markdown@0.3.12
28+
329
## 42.0.3
430

531
### Patch Changes

packages/perseus/package.json

+5-5
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": "42.0.3",
6+
"version": "43.0.0",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -40,14 +40,14 @@
4040
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
4141
},
4242
"dependencies": {
43-
"@khanacademy/kas": "^0.4.0",
43+
"@khanacademy/kas": "^0.4.1",
4444
"@khanacademy/keypad-context": "^1.0.4",
4545
"@khanacademy/kmath": "^0.1.16",
46-
"@khanacademy/math-input": "^21.1.4",
46+
"@khanacademy/math-input": "^21.1.5",
4747
"@khanacademy/perseus-core": "1.5.3",
4848
"@khanacademy/perseus-linter": "^1.2.4",
49-
"@khanacademy/pure-markdown": "^0.3.11",
50-
"@khanacademy/simple-markdown": "^0.13.4",
49+
"@khanacademy/pure-markdown": "^0.3.12",
50+
"@khanacademy/simple-markdown": "^0.13.5",
5151
"@types/classnames": "2.2.0",
5252
"@use-gesture/react": "^10.2.27",
5353
"mafs": "0.19.0",

packages/pure-markdown/CHANGELOG.md

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

3+
## 0.3.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
8+
- @khanacademy/simple-markdown@0.13.5
9+
310
## 0.3.11
411

512
### Patch Changes

packages/pure-markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SimpleMarkdown instance with non-react Perseus rules",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.3.11",
6+
"version": "0.3.12",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@khanacademy/perseus-core": "1.5.3",
29-
"@khanacademy/simple-markdown": "^0.13.4"
29+
"@khanacademy/simple-markdown": "^0.13.5"
3030
},
3131
"devDependencies": {},
3232
"peerDependencies": {},

packages/simple-markdown/CHANGELOG.md

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

3+
## 0.13.5
4+
5+
### Patch Changes
6+
7+
- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters
8+
39
## 0.13.4
410

511
### Patch Changes

packages/simple-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Javascript markdown parsing, made simple",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.13.4",
6+
"version": "0.13.5",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)