Skip to content

Commit

Permalink
Version Packages (#1464)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Jul 31, 2024
1 parent 284e068 commit ce26ca3
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/proud-parents-hear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-coats-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rocks-exist.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- Updated dependencies [[`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]:
- @khanacademy/math-input@20.1.0

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/math-input": "^20.1.0",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/math-input

## 20.1.0

### Minor Changes

- [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression

## 20.0.3

### Patch Changes
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 @@ -3,7 +3,7 @@
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
"version": "20.0.3",
"version": "20.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @khanacademy/perseus-editor

## 11.1.0

### Minor Changes

- [#1453](https://github.com/Khan/perseus/pull/1453) [`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement the UI for adding start coords for circle graphs

* [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression

### Patch Changes

- [#1463](https://github.com/Khan/perseus/pull/1463) [`0a118ca38`](https://github.com/Khan/perseus/commit/0a118ca3869110fb8d4cb44a5cce89453d7e4e8a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor - Storybook] Fix broken default and controlled stories

- Updated dependencies [[`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046), [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]:
- @khanacademy/perseus@27.1.0
- @khanacademy/math-input@20.1.0

## 11.0.2

### 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": "11.0.2",
"version": "11.1.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/perseus": "^27.0.2",
"@khanacademy/math-input": "^20.1.0",
"@khanacademy/perseus": "^27.1.0",
"@khanacademy/perseus-core": "1.5.0"
},
"devDependencies": {
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

## 27.1.0

### Minor Changes

- [#1453](https://github.com/Khan/perseus/pull/1453) [`79a09d62f`](https://github.com/Khan/perseus/commit/79a09d62f532fd3373fea4838c0d72812de14046) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Implement the UI for adding start coords for circle graphs

* [#1404](https://github.com/Khan/perseus/pull/1404) [`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1) Thanks [@handeyeco](https://github.com/handeyeco)! - Add label options for Expression

### Patch Changes

- Updated dependencies [[`284e068b8`](https://github.com/Khan/perseus/commit/284e068b8e3bfb1f9ab49d84d209c5f9ef2d93c1)]:
- @khanacademy/math-input@20.1.0

## 27.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "27.0.2",
"version": "27.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.11",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^20.0.3",
"@khanacademy/math-input": "^20.1.0",
"@khanacademy/perseus-core": "1.5.0",
"@khanacademy/perseus-linter": "^1.0.0",
"@khanacademy/pure-markdown": "^0.3.7",
Expand Down

0 comments on commit ce26ca3

Please sign in to comment.