Skip to content

Commit ed51d32

Browse files
authored
Revert "Version Packages (#2653)" (#2660)
The release got messed up due to a race condition in the design of Changesets. See [this Slack thread] for details. I think reverting will get us back to a consistent state where we can retry the release. [this Slack thread]: https://khanacademy.slack.com/archives/C01AZ9H8TTQ/p1750976494026019 This reverts commit e91d791. Author: benchristel Reviewers: jeremywiebe Required Reviewers: Approved By: jeremywiebe Checks: ✅ 8 checks were successful Pull Request URL: #2660
1 parent e91d791 commit ed51d32

File tree

7 files changed

+14
-17
lines changed

7 files changed

+14
-17
lines changed

.changeset/sixty-dryers-ring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/swift-jobs-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@khanacademy/perseus": patch
3+
---
4+
5+
Remove old CSS hack for IE7 and earlier browsers (no longer supported)

.changeset/wise-moose-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@khanacademy/perseus-editor": patch
3+
---
4+
5+
Accept any wonder-blocks-link version compatible with 9.1.9 as a peer dep of perseus-editor

packages/perseus-editor/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
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-
123
## 25.0.5
134

145
### 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.6",
6+
"version": "25.0.5",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
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-
93
## 65.3.5
104

115
### 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.6",
6+
"version": "65.3.5",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)