Skip to content

Commit 93eb5a0

Browse files
Version Packages (#2132)
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 - [#2131](#2131) [`cb15921b8`](cb15921) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix localized string templates for two the ray interactive graph type ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`cb15921b8`](cb15921)]: - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: jeremywiebe Required Reviewers: Approved By: jeremywiebe Checks: ⏭️ Publish npm snapshot, ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 20.x) Pull Request URL: #2132
1 parent cb15921 commit 93eb5a0

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/friendly-tables-confess.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+
## 17.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1)]:
8+
- @khanacademy/perseus@51.0.1
9+
310
## 17.3.1
411

512
### Patch Changes

packages/perseus-editor/package.json

+2-2
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": "17.3.1",
6+
"version": "17.3.2",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -39,7 +39,7 @@
3939
"@khanacademy/keypad-context": "^1.0.14",
4040
"@khanacademy/kmath": "^0.3.0",
4141
"@khanacademy/math-input": "^22.2.1",
42-
"@khanacademy/perseus": "^51.0.0",
42+
"@khanacademy/perseus": "^51.0.1",
4343
"@khanacademy/perseus-core": "3.2.0",
4444
"@khanacademy/perseus-score": "^1.1.0",
4545
"@khanacademy/pure-markdown": "^0.3.22",

packages/perseus/CHANGELOG.md

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

3+
## 51.0.1
4+
5+
### Patch Changes
6+
7+
- [#2131](https://github.com/Khan/perseus/pull/2131) [`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix localized string templates for two the ray interactive graph type
8+
39
## 51.0.0
410

511
### Major 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": "51.0.0",
6+
"version": "51.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)