Skip to content

Commit 3676b52

Browse files
Version Packages (#2411)
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 - [#2410](#2410) [`3078f4c59`](3078f4c) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Bugfix - Redundant reset.css styling was causing font display issues ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`3078f4c59`](3078f4c)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: mark-fitzgerald Required Reviewers: Approved By: mark-fitzgerald Checks: ⏭️ 1 check has been skipped, ✅ 7 checks were successful Pull Request URL: #2411
1 parent 3078f4c commit 3676b52

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/long-moles-cross.md

-5
This file was deleted.

packages/perseus-editor/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-editor
22

3+
## 20.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3078f4c59`](https://github.com/Khan/perseus/commit/3078f4c59aa0c3b407cbcf3db8c43c69734d01f9)]:
8+
- @khanacademy/perseus@61.0.3
9+
310
## 20.1.5
411

512
### Patch Changes

packages/perseus-editor/package.json

+1-1
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.5",
6+
"version": "20.1.6",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/perseus
22

3+
## 61.0.3
4+
5+
### Patch Changes
6+
7+
- [#2410](https://github.com/Khan/perseus/pull/2410) [`3078f4c59`](https://github.com/Khan/perseus/commit/3078f4c59aa0c3b407cbcf3db8c43c69734d01f9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Bugfix - Redundant reset.css styling was causing font display issues
8+
39
## 61.0.2
410

511
### Patch Changes

packages/perseus/package.json

+1-1
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": "61.0.2",
6+
"version": "61.0.3",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)