Skip to content

Commit 68588a5

Browse files
Version Packages (#2506)
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 - [#2455](#2455) [`998d12113`](998d121) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing ## @khanacademy/[email protected] ### Patch Changes - [#2494](#2494) [`670b695e4`](670b695) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add story for radio widget single select with images and scroll - [#2455](#2455) [`998d12113`](998d121) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing - [#2491](#2491) [`69c12a0fa`](69c12a0) Thanks [@jandrade](https://github.com/jandrade)! - Updates WB Button instances to match new API (color -> actionType) - Updated dependencies \[[`998d12113`](998d121)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - [#2455](#2455) [`998d12113`](998d121) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing - [#2491](#2491) [`69c12a0fa`](69c12a0) Thanks [@jandrade](https://github.com/jandrade)! - Updates WB Button instances to match new API (color -> actionType) - Updated dependencies \[[`670b695e4`](670b695), [`998d12113`](998d121), [`69c12a0fa`](69c12a0)]: - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`998d12113`](998d121)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: jeremywiebe Required Reviewers: Approved By: jeremywiebe Checks: ⏭️ 1 check has been skipped, ✅ 4 checks were successful Pull Request URL: #2506
1 parent 69c12a0 commit 68588a5

File tree

11 files changed

+42
-22
lines changed

11 files changed

+42
-22
lines changed

.changeset/breezy-chefs-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-moose-wave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ten-lobsters-lie.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

dev/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-dev-ui
22

3+
## 5.4.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f)]:
8+
- @khanacademy/math-input@25.1.6
9+
310
## 5.4.10
411

512
### Patch Changes

dev/package.json

Lines changed: 1 addition & 1 deletion
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.4.10",
6+
"version": "5.4.11",
77
"private": true,
88
"repository": {
99
"type": "git",

packages/math-input/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/math-input
22

3+
## 25.1.6
4+
5+
### Patch Changes
6+
7+
- [#2455](https://github.com/Khan/perseus/pull/2455) [`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing
8+
39
## 25.1.5
410

511
### Patch Changes

packages/math-input/package.json

Lines changed: 1 addition & 1 deletion
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": "25.1.5",
6+
"version": "25.1.6",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @khanacademy/perseus-editor
22

3+
## 22.0.1
4+
5+
### Patch Changes
6+
7+
- [#2455](https://github.com/Khan/perseus/pull/2455) [`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing
8+
9+
* [#2491](https://github.com/Khan/perseus/pull/2491) [`69c12a0fa`](https://github.com/Khan/perseus/commit/69c12a0fa0c5a9454f88f6b61ebb48dc0a217bc7) Thanks [@jandrade](https://github.com/jandrade)! - Updates WB Button instances to match new API (color -> actionType)
10+
11+
* Updated dependencies [[`670b695e4`](https://github.com/Khan/perseus/commit/670b695e4dac6b7d795e8e3502032caa50d36b29), [`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f), [`69c12a0fa`](https://github.com/Khan/perseus/commit/69c12a0fa0c5a9454f88f6b61ebb48dc0a217bc7)]:
12+
- @khanacademy/perseus@63.0.1
13+
- @khanacademy/math-input@25.1.6
14+
315
## 22.0.0
416

517
### Major Changes

packages/perseus-editor/package.json

Lines changed: 1 addition & 1 deletion
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": "22.0.0",
6+
"version": "22.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @khanacademy/perseus
22

3+
## 63.0.1
4+
5+
### Patch Changes
6+
7+
- [#2494](https://github.com/Khan/perseus/pull/2494) [`670b695e4`](https://github.com/Khan/perseus/commit/670b695e4dac6b7d795e8e3502032caa50d36b29) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Add story for radio widget single select with images and scroll
8+
9+
* [#2455](https://github.com/Khan/perseus/pull/2455) [`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f) Thanks [@marcysutton](https://github.com/marcysutton)! - Update to latest WB typography and tokens packages, using REM font sizing
10+
11+
- [#2491](https://github.com/Khan/perseus/pull/2491) [`69c12a0fa`](https://github.com/Khan/perseus/commit/69c12a0fa0c5a9454f88f6b61ebb48dc0a217bc7) Thanks [@jandrade](https://github.com/jandrade)! - Updates WB Button instances to match new API (color -> actionType)
12+
13+
- Updated dependencies [[`998d12113`](https://github.com/Khan/perseus/commit/998d121139c4017e557c0bd33a63fa9154119d6f)]:
14+
- @khanacademy/math-input@25.1.6
15+
316
## 63.0.0
417

518
### Major Changes

packages/perseus/package.json

Lines changed: 1 addition & 1 deletion
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": "63.0.0",
6+
"version": "63.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)