Skip to content

Commit e91d791

Browse files
Version Packages (#2653)
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 - [#2628](#2628) [`100866524`](1008665) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove old CSS hack for IE7 and earlier browsers (no longer supported) ## @khanacademy/[email protected] ### Patch Changes - [#2657](#2657) [`d38d83f8d`](d38d83f) Thanks [@benchristel](https://github.com/benchristel)! - Accept any wonder-blocks-link version compatible with 9.1.9 as a peer dep of perseus-editor - Updated dependencies \[[`100866524`](1008665)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: benchristel Required Reviewers: Approved By: benchristel Checks: ⏭️ 1 check has been skipped, ✅ 4 checks were successful Pull Request URL: #2653
1 parent 98cc8e5 commit e91d791

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

.changeset/sixty-dryers-ring.md

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

.changeset/swift-jobs-poke.md

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

.changeset/wise-moose-camp.md

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

packages/perseus-editor/CHANGELOG.md

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

3+
## 25.0.6
4+
5+
### Patch Changes
6+
7+
- [#2657](https://github.com/Khan/perseus/pull/2657) [`d38d83f8d`](https://github.com/Khan/perseus/commit/d38d83f8deb3f96680c0019133732840651040ed) Thanks [@benchristel](https://github.com/benchristel)! - Accept any wonder-blocks-link version compatible with 9.1.9 as a peer dep of perseus-editor
8+
9+
- Updated dependencies [[`100866524`](https://github.com/Khan/perseus/commit/10086652408464bb863cf82f861686163d030e5c)]:
10+
- @khanacademy/perseus@65.3.6
11+
312
## 25.0.5
413

514
### 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": "25.0.5",
6+
"version": "25.0.6",
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.3.6
4+
5+
### Patch Changes
6+
7+
- [#2628](https://github.com/Khan/perseus/pull/2628) [`100866524`](https://github.com/Khan/perseus/commit/10086652408464bb863cf82f861686163d030e5c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove old CSS hack for IE7 and earlier browsers (no longer supported)
8+
39
## 65.3.5
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.3.5",
6+
"version": "65.3.6",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)