Skip to content

Commit 553bb43

Browse files
Version Packages (#2606)
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] ### Minor Changes - [#2540](#2540) [`8875779b2`](8875779) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removal of the showRationalesForCurrentlySelectedChoices option from Perseus ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`8875779b2`](8875779)]: - @khanacademy/[email protected]
2 parents 080a978 + db76d26 commit 553bb43

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.changeset/itchy-camels-destroy.md

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

.changeset/spotty-planes-design.md

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

packages/perseus-editor/CHANGELOG.md

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

3+
## 24.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8875779b2`](https://github.com/Khan/perseus/commit/8875779b20b7177e8c7603bd589e42fe02e60643)]:
8+
- @khanacademy/perseus@65.2.0
9+
310
## 24.0.4
411

512
### Patch 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": "24.0.4",
6+
"version": "24.0.5",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus/CHANGELOG.md

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

3+
## 65.2.0
4+
5+
### Minor Changes
6+
7+
- [#2540](https://github.com/Khan/perseus/pull/2540) [`8875779b2`](https://github.com/Khan/perseus/commit/8875779b20b7177e8c7603bd589e42fe02e60643) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removal of the showRationalesForCurrentlySelectedChoices option from Perseus
8+
39
## 65.1.3
410

511
### Patch 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": "65.1.3",
6+
"version": "65.2.0",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)