Skip to content

Commit 3d8cec1

Browse files
Version Packages (#2658)
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 - [#2580](#2580) [`98cc8e59d`](98cc8e5) Thanks [@daniellewhyte](https://github.com/daniellewhyte)! - Add `additionalTemplates` prop to EditorPage ### Patch Changes - [#2660](#2660) [`ed51d32db`](ed51d32) 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 \[[`ed51d32db`](ed51d32)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - [#2660](#2660) [`ed51d32db`](ed51d32) Thanks [@benchristel](https://github.com/benchristel)! - Remove old CSS hack for IE7 and earlier browsers (no longer supported) Author: khan-actions-bot Reviewers: benchristel Required Reviewers: Approved By: benchristel Checks: ⏭️ 1 check has been skipped, ✅ 4 checks were successful Pull Request URL: #2658
1 parent e117370 commit 3d8cec1

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.changeset/real-hornets-smile.md

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

.changeset/selfish-singers-allow.md

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

.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @khanacademy/perseus-editor
22

3+
## 25.1.0
4+
5+
### Minor Changes
6+
7+
- [#2580](https://github.com/Khan/perseus/pull/2580) [`98cc8e59d`](https://github.com/Khan/perseus/commit/98cc8e59d2c075be8c22e23a6c7c5a09f3378cae) Thanks [@daniellewhyte](https://github.com/daniellewhyte)! - Add `additionalTemplates` prop to EditorPage
8+
9+
### Patch Changes
10+
11+
- [#2660](https://github.com/Khan/perseus/pull/2660) [`ed51d32db`](https://github.com/Khan/perseus/commit/ed51d32db694ce7c766a0af15934778c3026c7dd) Thanks [@benchristel](https://github.com/benchristel)! - Accept any wonder-blocks-link version compatible with 9.1.9 as a peer dep of perseus-editor
12+
13+
- Updated dependencies [[`ed51d32db`](https://github.com/Khan/perseus/commit/ed51d32db694ce7c766a0af15934778c3026c7dd)]:
14+
- @khanacademy/perseus@65.3.6
15+
316
## 25.0.5
417

518
### 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.1.0",
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+
- [#2660](https://github.com/Khan/perseus/pull/2660) [`ed51d32db`](https://github.com/Khan/perseus/commit/ed51d32db694ce7c766a0af15934778c3026c7dd) Thanks [@benchristel](https://github.com/benchristel)! - 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)