Skip to content

Commit 21a5db5

Browse files
authored
Version Packages (#2393)
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 - [#2392](#2392) [`ea8398c3e`](ea8398c) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Update APIOptions flags type to make it more explicit to Perseus ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`ea8398c3e`](ea8398c)]: - @khanacademy/[email protected]
2 parents ea8398c + 0219f7d commit 21a5db5

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fluffy-rockets-smell.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+
## 20.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ea8398c3e`](https://github.com/Khan/perseus/commit/ea8398c3ea726318b2076643c2a9ee31d43f1e0f)]:
8+
- @khanacademy/perseus@60.0.2
9+
310
## 20.1.1
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": "20.1.1",
6+
"version": "20.1.2",
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+
## 60.0.2
4+
5+
### Patch Changes
6+
7+
- [#2392](https://github.com/Khan/perseus/pull/2392) [`ea8398c3e`](https://github.com/Khan/perseus/commit/ea8398c3ea726318b2076643c2a9ee31d43f1e0f) Thanks [@ivyolamit](https://github.com/ivyolamit)! - Update APIOptions flags type to make it more explicit to Perseus
8+
39
## 60.0.1
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": "60.0.1",
6+
"version": "60.0.2",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)