Skip to content

Commit

Permalink
Version Packages (#1224)
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@22.2.0

### Minor Changes

-   [#1208](#1208) [`87c0e75d6`](87c0e75) Thanks [@nishasy](https://github.com/nishasy)! - Implement locked rays for Interactive Graph

### Patch Changes

-   [#1223](#1223) [`162f0c855`](162f0c8) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Upgrade Mafs to v0.18.5 - includes fix to make dashed lines use a consistent dash style

-   Updated dependencies \[]:
    -   @khanacademy/pure-markdown@0.3.3

## @khanacademy/perseus-editor@6.1.0

### Minor Changes

-   [#1208](#1208) [`87c0e75d6`](87c0e75) Thanks [@nishasy](https://github.com/nishasy)! - Implement locked rays for Interactive Graph

### Patch Changes

-   [#1225](#1225) [`be7de3a5e`](be7de3a) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Update all story names to avoid spaces

-   Updated dependencies \[[`87c0e75d6`](87c0e75), [`162f0c855`](162f0c8)]:
    -   @khanacademy/perseus@22.2.0

## @khanacademy/perseus-dev-ui@1.5.3

### Patch Changes

-   Updated dependencies \[]:
    -   @khanacademy/pure-markdown@0.3.3

## @khanacademy/pure-markdown@0.3.3



## perseus-build-settings@0.4.1

### Patch Changes

-   [#1226](#1226) [`3d7e3b685`](3d7e3b6) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Mark @phosphor-icons/core as external so they aren't bundled into Perseus

Author: khan-actions-bot

Reviewers: jeremywiebe

Required Reviewers:

Approved By: jeremywiebe

Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage, ⏭️  Publish npm snapshot, ✅ Extract i18n strings (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1224
  • Loading branch information
khan-actions-bot committed Apr 26, 2024
1 parent 3d7e3b6 commit 4590f14
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-snails-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-roses-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-kangaroos-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-cougars-drop.md

This file was deleted.

6 changes: 6 additions & 0 deletions config/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perseus-build-settings

## 0.4.1

### Patch Changes

- [#1226](https://github.com/Khan/perseus/pull/1226) [`3d7e3b685`](https://github.com/Khan/perseus/commit/3d7e3b6854cf9f3a945e86988c6bbcb2b6c9e2cb) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Mark @phosphor-icons/core as external so they aren't bundled into Perseus

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion config/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perseus-build-settings",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"private": true
}
7 changes: 7 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus-dev-ui

## 1.5.3

### Patch Changes

- Updated dependencies []:
- @khanacademy/pure-markdown@0.3.3

## 1.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus dev UI",
"author": "Khan Academy",
"license": "MIT",
"version": "1.5.2",
"version": "1.5.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,7 +21,7 @@
"@khanacademy/math-input": "^18.0.1",
"@khanacademy/perseus-core": "1.4.2",
"@khanacademy/perseus-linter": "^0.3.12",
"@khanacademy/pure-markdown": "^0.3.2",
"@khanacademy/pure-markdown": "^0.3.3",
"@khanacademy/simple-markdown": "^0.11.4",
"@khanacademy/wonder-blocks-banner": "^3.0.41",
"@khanacademy/wonder-blocks-search-field": "^2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.4.0",
"perseus-build-settings": "^0.4.1",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@khanacademy/perseus-core": "1.4.2"
},
"devDependencies": {
"perseus-build-settings": "^0.4.0",
"perseus-build-settings": "^0.4.1",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/math-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"aphrodite": "^1.1.0",
"jquery": "^2.1.1",
"katex": "^0.11.1",
"perseus-build-settings": "^0.4.0",
"perseus-build-settings": "^0.4.1",
"prop-types": "15.6.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus-editor

## 6.1.0

### Minor Changes

- [#1208](https://github.com/Khan/perseus/pull/1208) [`87c0e75d6`](https://github.com/Khan/perseus/commit/87c0e75d6b64723f33d0a2319c34ec5b4a81dfc3) Thanks [@nishasy](https://github.com/nishasy)! - Implement locked rays for Interactive Graph

### Patch Changes

- [#1225](https://github.com/Khan/perseus/pull/1225) [`be7de3a5e`](https://github.com/Khan/perseus/commit/be7de3a5edb9c08b6976be508c56dd4253e3c86c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Update all story names to avoid spaces

- Updated dependencies [[`87c0e75d6`](https://github.com/Khan/perseus/commit/87c0e75d6b64723f33d0a2319c34ec5b4a81dfc3), [`162f0c855`](https://github.com/Khan/perseus/commit/162f0c855f1e5b8777bf429fcbd18be73e1b9a11)]:
- @khanacademy/perseus@22.2.0

## 6.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "6.0.4",
"version": "6.1.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,7 +28,7 @@
"@khanacademy/kas": "^0.3.9",
"@khanacademy/kmath": "^0.1.12",
"@khanacademy/math-input": "^18.0.1",
"@khanacademy/perseus": "^22.1.0",
"@khanacademy/perseus": "^22.2.0",
"@khanacademy/perseus-core": "1.4.2"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"create-react-class": "^15.6.3",
"jquery": "^2.1.1",
"katex": "^0.11.1",
"perseus-build-settings": "^0.4.0",
"perseus-build-settings": "^0.4.1",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@khanacademy/perseus-error": "^0.2.11"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.3.2",
"@khanacademy/pure-markdown": "^0.3.3",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus

## 22.2.0

### Minor Changes

- [#1208](https://github.com/Khan/perseus/pull/1208) [`87c0e75d6`](https://github.com/Khan/perseus/commit/87c0e75d6b64723f33d0a2319c34ec5b4a81dfc3) Thanks [@nishasy](https://github.com/nishasy)! - Implement locked rays for Interactive Graph

### Patch Changes

- [#1223](https://github.com/Khan/perseus/pull/1223) [`162f0c855`](https://github.com/Khan/perseus/commit/162f0c855f1e5b8777bf429fcbd18be73e1b9a11) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Upgrade Mafs to v0.18.5 - includes fix to make dashed lines use a consistent dash style

- Updated dependencies []:
- @khanacademy/pure-markdown@0.3.3

## 22.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "22.1.0",
"version": "22.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"@khanacademy/math-input": "^18.0.1",
"@khanacademy/perseus-core": "1.4.2",
"@khanacademy/perseus-linter": "^0.3.12",
"@khanacademy/pure-markdown": "^0.3.2",
"@khanacademy/pure-markdown": "^0.3.3",
"@khanacademy/simple-markdown": "^0.11.4",
"mafs": "0.18.5"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
"jquery": "^2.1.1",
"katex": "^0.11.1",
"lodash.debounce": "^4.0.8",
"perseus-build-settings": "^0.4.0",
"perseus-build-settings": "^0.4.1",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @khanacademy/pure-markdown

## 0.3.3

## 0.3.2

## 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion packages/pure-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SimpleMarkdown instance with non-react Perseus rules",
"author": "Khan Academy",
"license": "MIT",
"version": "0.3.2",
"version": "0.3.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@khanacademy/perseus-core": "1.4.2"
},
"devDependencies": {
"perseus-build-settings": "^0.4.0"
"perseus-build-settings": "^0.4.1"
},
"peerDependencies": {
"react": "16.14.0",
Expand Down

0 comments on commit 4590f14

Please sign in to comment.