Skip to content

Commit

Permalink
RELEASING: Releasing 4 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 31c83b9 commit d4933f6
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-houses-promise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tame-fireants-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-bugs-sip.md

This file was deleted.

9 changes: 9 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus-dev-ui

## 5.0.2

### Patch Changes

- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API

- Updated dependencies [[`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230)]:
- @khanacademy/math-input@22.0.1

## 5.0.1

### 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": "5.0.1",
"version": "5.0.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.4.4",
"@khanacademy/kmath": "^0.1.18",
"@khanacademy/math-input": "^22.0.0",
"@khanacademy/math-input": "^22.0.1",
"@khanacademy/perseus-core": "3.0.0",
"@khanacademy/perseus-linter": "^1.2.6",
"@khanacademy/pure-markdown": "^0.3.15",
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

## 22.0.1

### Patch Changes

- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API

## 22.0.0

### Major 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": "22.0.0",
"version": "22.0.1",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-editor

## 17.0.2

### Patch Changes

- [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API

- Updated dependencies [[`4508e7bea`](https://github.com/Khan/perseus/commit/4508e7bea859957eea296a3fc25180c66098dbb4), [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230), [`1fe437079`](https://github.com/Khan/perseus/commit/1fe43707954ba7e35a42747dc1392fb2972fc7b1)]:
- @khanacademy/perseus@49.0.2
- @khanacademy/math-input@22.0.1

## 17.0.1

### 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": "17.0.1",
"version": "17.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,8 +37,8 @@
"@khanacademy/kas": "^0.4.4",
"@khanacademy/keypad-context": "^1.0.6",
"@khanacademy/kmath": "^0.1.18",
"@khanacademy/math-input": "^22.0.0",
"@khanacademy/perseus": "^49.0.1",
"@khanacademy/math-input": "^22.0.1",
"@khanacademy/perseus": "^49.0.2",
"@khanacademy/perseus-core": "3.0.0",
"@khanacademy/pure-markdown": "^0.3.15",
"mafs": "^0.19.0"
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

## 49.0.2

### Patch Changes

- [#2017](https://github.com/Khan/perseus/pull/2017) [`4508e7bea`](https://github.com/Khan/perseus/commit/4508e7bea859957eea296a3fc25180c66098dbb4) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Minor improvements to Circle graph SR strings

* [#2022](https://github.com/Khan/perseus/pull/2022) [`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230) Thanks [@somewhatabstract](https://github.com/somewhatabstract)! - Update to Wonder Blocks without custom ID generation API

- [#2018](https://github.com/Khan/perseus/pull/2018) [`1fe437079`](https://github.com/Khan/perseus/commit/1fe43707954ba7e35a42747dc1392fb2972fc7b1) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing scoring for unlimited point to ensure there 1 or more points for it to be considered scorable.

- Updated dependencies [[`266d240ed`](https://github.com/Khan/perseus/commit/266d240ed01f9b32242d150414e18fcfa8bd5230)]:
- @khanacademy/math-input@22.0.1

## 49.0.1

### 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": "49.0.1",
"version": "49.0.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"@khanacademy/kas": "^0.4.4",
"@khanacademy/keypad-context": "^1.0.6",
"@khanacademy/kmath": "^0.1.18",
"@khanacademy/math-input": "^22.0.0",
"@khanacademy/math-input": "^22.0.1",
"@khanacademy/perseus-core": "3.0.0",
"@khanacademy/perseus-linter": "^1.2.6",
"@khanacademy/pure-markdown": "^0.3.15",
Expand Down

0 comments on commit d4933f6

Please sign in to comment.