Skip to content

Commit

Permalink
Version Packages (#2132)
Browse files Browse the repository at this point in the history
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/perseus@51.0.1

### Patch Changes

-   [#2131](#2131) [`cb15921b8`](cb15921) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix localized string templates for two the ray interactive graph type

## @khanacademy/perseus-editor@17.3.2

### Patch Changes

-   Updated dependencies \[[`cb15921b8`](cb15921)]:
    -   @khanacademy/perseus@51.0.1

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
  • Loading branch information
khan-actions-bot authored Jan 21, 2025
1 parent cb15921 commit 93eb5a0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-tables-confess.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus-editor

## 17.3.2

### Patch Changes

- Updated dependencies [[`cb15921b8`](https://github.com/Khan/perseus/commit/cb15921b8bdfd850c40610b4df5c9919a668a2a1)]:
- @khanacademy/perseus@51.0.1

## 17.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/perseus-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus editors",
"author": "Khan Academy",
"license": "MIT",
"version": "17.3.1",
"version": "17.3.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"@khanacademy/keypad-context": "^1.0.14",
"@khanacademy/kmath": "^0.3.0",
"@khanacademy/math-input": "^22.2.1",
"@khanacademy/perseus": "^51.0.0",
"@khanacademy/perseus": "^51.0.1",
"@khanacademy/perseus-core": "3.2.0",
"@khanacademy/perseus-score": "^1.1.0",
"@khanacademy/pure-markdown": "^0.3.22",
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus

## 51.0.1

### Patch Changes

- [#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

## 51.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "51.0.0",
"version": "51.0.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 93eb5a0

Please sign in to comment.