Skip to content

Commit 94342fc

Browse files
Version Packages (#1755)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @khanacademy/[email protected] ### Patch Changes - [#1747](#1747) [`81ee69b0a`](81ee69b) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Update nodes.js to use ES6 classes - [#1748](#1748) [`93bd39b6b`](93bd39b) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Convert nodes.js to use TypeScript ## @khanacademy/[email protected] ### Patch Changes - [#1751](#1751) [`c95d08056`](c95d080) Thanks [@Myranae](https://github.com/Myranae)! - Refine InputNumber's rubric type - [#1756](#1756) [`3a208ba12`](3a208ba) Thanks [@Myranae](https://github.com/Myranae)! - Refine LabelImage's Rubric type - [#1762](#1762) [`a0f438fd7`](a0f438f) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Number Line] - Some exercises with fractions wouldn't render - Updated dependencies \[[`81ee69b0a`](81ee69b), [`93bd39b6b`](93bd39b)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`81ee69b0a`](81ee69b), [`c95d08056`](c95d080), [`93bd39b6b`](93bd39b), [`3a208ba12`](3a208ba), [`a0f438fd7`](a0f438f)]: - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`81ee69b0a`](81ee69b), [`93bd39b6b`](93bd39b)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: mark-fitzgerald Required Reviewers: Approved By: mark-fitzgerald Checks: ⏭️ Publish npm snapshot, ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ gerald Pull Request URL: #1755
1 parent a0f438f commit 94342fc

13 files changed

+44
-33
lines changed

.changeset/fifty-queens-teach.md

-5
This file was deleted.

.changeset/long-baboons-hide.md

-5
This file was deleted.

.changeset/rare-pumas-rule.md

-5
This file was deleted.

.changeset/red-points-call.md

-5
This file was deleted.

.changeset/sour-horses-scream.md

-5
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+
## 3.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921)]:
8+
- @khanacademy/kas@0.3.15
9+
310
## 3.0.8
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": "3.0.8",
6+
"version": "3.0.9",
77
"private": true,
88
"repository": {
99
"type": "git",
@@ -14,7 +14,7 @@
1414
"dev": "vite"
1515
},
1616
"dependencies": {
17-
"@khanacademy/kas": "^0.3.14",
17+
"@khanacademy/kas": "^0.3.15",
1818
"@khanacademy/kmath": "^0.1.15",
1919
"@khanacademy/math-input": "^21.1.0",
2020
"@khanacademy/perseus-core": "1.5.2",

packages/kas/CHANGELOG.md

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

3+
## 0.3.15
4+
5+
### Patch Changes
6+
7+
- [#1747](https://github.com/Khan/perseus/pull/1747) [`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Update nodes.js to use ES6 classes
8+
9+
* [#1748](https://github.com/Khan/perseus/pull/1748) [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Convert nodes.js to use TypeScript
10+
311
## 0.3.14
412

513
### Patch 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.3.14",
6+
"version": "0.3.15",
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+
## 14.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`c95d08056`](https://github.com/Khan/perseus/commit/c95d0805624f553718ec2c1a18108cc86e712f93), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921), [`3a208ba12`](https://github.com/Khan/perseus/commit/3a208ba127da6145dd26ef80c7fd3b2809a1b768), [`a0f438fd7`](https://github.com/Khan/perseus/commit/a0f438fd7ef564e2df348c2f42809f46c7216194)]:
8+
- @khanacademy/kas@0.3.15
9+
- @khanacademy/perseus@38.0.1
10+
311
## 14.8.0
412

513
### Minor 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": "14.8.0",
6+
"version": "14.8.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -34,11 +34,11 @@
3434
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
3535
},
3636
"dependencies": {
37-
"@khanacademy/kas": "^0.3.14",
37+
"@khanacademy/kas": "^0.3.15",
3838
"@khanacademy/keypad-context": "^1.0.3",
3939
"@khanacademy/kmath": "^0.1.15",
4040
"@khanacademy/math-input": "^21.1.0",
41-
"@khanacademy/perseus": "^38.0.0",
41+
"@khanacademy/perseus": "^38.0.1",
4242
"@khanacademy/perseus-core": "1.5.2",
4343
"mafs": "^0.19.0"
4444
},

packages/perseus/CHANGELOG.md

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

3+
## 38.0.1
4+
5+
### Patch Changes
6+
7+
- [#1751](https://github.com/Khan/perseus/pull/1751) [`c95d08056`](https://github.com/Khan/perseus/commit/c95d0805624f553718ec2c1a18108cc86e712f93) Thanks [@Myranae](https://github.com/Myranae)! - Refine InputNumber's rubric type
8+
9+
* [#1756](https://github.com/Khan/perseus/pull/1756) [`3a208ba12`](https://github.com/Khan/perseus/commit/3a208ba127da6145dd26ef80c7fd3b2809a1b768) Thanks [@Myranae](https://github.com/Myranae)! - Refine LabelImage's Rubric type
10+
11+
- [#1762](https://github.com/Khan/perseus/pull/1762) [`a0f438fd7`](https://github.com/Khan/perseus/commit/a0f438fd7ef564e2df348c2f42809f46c7216194) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Number Line] - Some exercises with fractions wouldn't render
12+
13+
- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921)]:
14+
- @khanacademy/kas@0.3.15
15+
316
## 38.0.0
417

518
### Major 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": "38.0.0",
6+
"version": "38.0.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -40,7 +40,7 @@
4040
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
4141
},
4242
"dependencies": {
43-
"@khanacademy/kas": "^0.3.14",
43+
"@khanacademy/kas": "^0.3.15",
4444
"@khanacademy/keypad-context": "^1.0.3",
4545
"@khanacademy/kmath": "^0.1.15",
4646
"@khanacademy/math-input": "^21.1.0",

0 commit comments

Comments
 (0)