Skip to content

Commit

Permalink
RELEASING: Releasing 12 package(s) (#2087)
Browse files Browse the repository at this point in the history
Releases:
  @khanacademy/perseus-editor@17.2.0
  @khanacademy/perseus@50.0.0
  @khanacademy/perseus-core@3.1.0
  @khanacademy/pure-markdown@0.3.21
  @khanacademy/perseus-dev-ui@5.0.12
  @khanacademy/perseus-score@1.0.0
  @khanacademy/kmath@0.2.0
  @khanacademy/kas@0.4.10
  @khanacademy/keypad-context@1.0.13
  @khanacademy/math-input@22.1.2
  @khanacademy/perseus-linter@1.2.12
  @khanacademy/simple-markdown@0.13.14

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
khan-actions-bot and github-actions[bot] authored Jan 13, 2025
1 parent a3c7b64 commit b846392
Show file tree
Hide file tree
Showing 36 changed files with 223 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-experts-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-shrimps-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-avocados-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-cougars-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-beds-tickle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-poets-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-apes-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-buses-run.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tricky-crabs-pretend.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/twelve-timers-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-plums-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-geese-joke.md

This file was deleted.

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

## 5.0.12

### Patch Changes

- [#2093](https://github.com/Khan/perseus/pull/2093) [`766d33577`](https://github.com/Khan/perseus/commit/766d33577a5ea83ef8f8c291534eb34833c54197) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove exports from Perseus that were moved to Perseus-Core

* [#2086](https://github.com/Khan/perseus/pull/2086) [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd) Thanks [@handeyeco](https://github.com/handeyeco)! - Init perseus-score, move AnswerTypes from perseus to perseus-score, move perseus-types in perseus to data-schema in perseus-core

* Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0
- @khanacademy/pure-markdown@0.3.21
- @khanacademy/kmath@0.2.0
- @khanacademy/kas@0.4.10
- @khanacademy/math-input@22.1.2
- @khanacademy/perseus-linter@1.2.12
- @khanacademy/simple-markdown@0.13.14

## 5.0.11

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.11",
"version": "5.0.12",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,13 +14,13 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.4.9",
"@khanacademy/kmath": "^0.1.24",
"@khanacademy/math-input": "^22.1.1",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/perseus-linter": "^1.2.11",
"@khanacademy/pure-markdown": "^0.3.20",
"@khanacademy/simple-markdown": "^0.13.13",
"@khanacademy/kas": "^0.4.10",
"@khanacademy/kmath": "^0.2.0",
"@khanacademy/math-input": "^22.1.2",
"@khanacademy/perseus-core": "3.1.0",
"@khanacademy/perseus-linter": "^1.2.12",
"@khanacademy/pure-markdown": "^0.3.21",
"@khanacademy/simple-markdown": "^0.13.14",
"@khanacademy/wonder-blocks-banner": "4.0.5",
"@khanacademy/wonder-blocks-icon": "5.0.5",
"@khanacademy/wonder-blocks-icon-button": "6.0.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/kas

## 0.4.10

### Patch Changes

- Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0

## 0.4.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "0.4.9",
"version": "0.4.10",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "3.0.5"
"@khanacademy/perseus-core": "3.1.0"
},
"devDependencies": {
"jison": "0.4.15",
Expand Down
7 changes: 7 additions & 0 deletions packages/keypad-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/keypad-context

## 1.0.13

### Patch Changes

- Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0

## 1.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keypad-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus keypad context",
"author": "Khan Academy",
"license": "MIT",
"version": "1.0.12",
"version": "1.0.13",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "3.0.5"
"@khanacademy/perseus-core": "3.1.0"
},
"devDependencies": {
"react": "^18.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/kmath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @khanacademy/kmath

## 0.2.0

### Minor Changes

- [#2086](https://github.com/Khan/perseus/pull/2086) [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd) Thanks [@handeyeco](https://github.com/handeyeco)! - Init perseus-score, move AnswerTypes from perseus to perseus-score, move perseus-types in perseus to data-schema in perseus-core

### Patch Changes

- Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0

## 0.1.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's Javascript Numeric Math Utilities",
"author": "Khan Academy",
"license": "MIT",
"version": "0.1.24",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -25,7 +25,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "3.0.5"
"@khanacademy/perseus-core": "3.1.0"
},
"devDependencies": {
"perseus-build-settings": "^0.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/math-input

## 22.1.2

### Patch Changes

- Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0
- @khanacademy/keypad-context@1.0.13

## 22.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.1.1",
"version": "22.1.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"prepublishOnly": "../../utils/package-pre-publish-check.sh"
},
"dependencies": {
"@khanacademy/keypad-context": "^1.0.12",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/keypad-context": "^1.0.13",
"@khanacademy/perseus-core": "3.1.0",
"mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/perseus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @khanacademy/perseus-core

## 3.1.0

### Minor Changes

- [#2082](https://github.com/Khan/perseus/pull/2082) [`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418) Thanks [@benchristel](https://github.com/benchristel)! - Enable parsePerseusItem to parse all published content, upgrading old formats to the current one.

* [#2053](https://github.com/Khan/perseus/pull/2053) [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph marking type, axes.

- [#2086](https://github.com/Khan/perseus/pull/2086) [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd) Thanks [@handeyeco](https://github.com/handeyeco)! - Init perseus-score, move AnswerTypes from perseus to perseus-score, move perseus-types in perseus to data-schema in perseus-core

* [#2088](https://github.com/Khan/perseus/pull/2088) [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c) Thanks [@handeyeco](https://github.com/handeyeco)! - Move objective\_ helpers into perseus-core

### Patch Changes

- [#2072](https://github.com/Khan/perseus/pull/2072) [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - The creation of a new Mock Widget for tests.

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Shared Perseus infrastructure",
"author": "Khan Academy",
"license": "MIT",
"version": "3.0.5",
"version": "3.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
33 changes: 33 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @khanacademy/perseus-editor

## 17.2.0

### Minor Changes

- [#2053](https://github.com/Khan/perseus/pull/2053) [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph marking type, axes.

### Patch Changes

- [#2090](https://github.com/Khan/perseus/pull/2090) [`5ca79eab6`](https://github.com/Khan/perseus/commit/5ca79eab69d89c5f40368514ee42f029c00d2ffe) Thanks [@nishasy](https://github.com/nishasy)! - [SR][sr tree] Update tree to use innerText

* [#2096](https://github.com/Khan/perseus/pull/2096) [`a3c7b6419`](https://github.com/Khan/perseus/commit/a3c7b64197e056826f54c0f1c3a0081bd79c5d95) Thanks [@nishasy](https://github.com/nishasy)! - [SR][sr tree] Show descriptions again

- [#2062](https://github.com/Khan/perseus/pull/2062) [`785908077`](https://github.com/Khan/perseus/commit/78590807708e3d8745ac99440dbeb96b7d3d42bd) Thanks [@nishasy](https://github.com/nishasy)! - [SR][sr tree] Add screen reader tree to interactive graph editor

* [#2072](https://github.com/Khan/perseus/pull/2072) [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - The creation of a new Mock Widget for tests.

- [#2093](https://github.com/Khan/perseus/pull/2093) [`766d33577`](https://github.com/Khan/perseus/commit/766d33577a5ea83ef8f8c291534eb34833c54197) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove exports from Perseus that were moved to Perseus-Core

* [#2086](https://github.com/Khan/perseus/pull/2086) [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd) Thanks [@handeyeco](https://github.com/handeyeco)! - Init perseus-score, move AnswerTypes from perseus to perseus-score, move perseus-types in perseus to data-schema in perseus-core

- [#2088](https://github.com/Khan/perseus/pull/2088) [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c) Thanks [@handeyeco](https://github.com/handeyeco)! - Move objective\_ helpers into perseus-core

* [#2081](https://github.com/Khan/perseus/pull/2081) [`e23647af8`](https://github.com/Khan/perseus/commit/e23647af865e89153a50007c050761b65e187272) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figures Aria] Correct aria autogen for negative coords

* Updated dependencies [[`785908077`](https://github.com/Khan/perseus/commit/78590807708e3d8745ac99440dbeb96b7d3d42bd), [`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`43e99d28d`](https://github.com/Khan/perseus/commit/43e99d28d90ead605fb2319c9b6b9982cdbc6edd), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`766d33577`](https://github.com/Khan/perseus/commit/766d33577a5ea83ef8f8c291534eb34833c54197), [`72fb7ecd3`](https://github.com/Khan/perseus/commit/72fb7ecd35fa302b88a051af4f1380f513e53b21), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus@50.0.0
- @khanacademy/perseus-core@3.1.0
- @khanacademy/pure-markdown@0.3.21
- @khanacademy/kmath@0.2.0
- @khanacademy/kas@0.4.10
- @khanacademy/keypad-context@1.0.13
- @khanacademy/math-input@22.1.2

## 17.1.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.1.2",
"version": "17.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,17 +35,17 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.4.9",
"@khanacademy/keypad-context": "^1.0.12",
"@khanacademy/kmath": "^0.1.24",
"@khanacademy/math-input": "^22.1.1",
"@khanacademy/perseus": "^49.2.2",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/pure-markdown": "^0.3.20",
"@khanacademy/kas": "^0.4.10",
"@khanacademy/keypad-context": "^1.0.13",
"@khanacademy/kmath": "^0.2.0",
"@khanacademy/math-input": "^22.1.2",
"@khanacademy/perseus": "^50.0.0",
"@khanacademy/perseus-core": "3.1.0",
"@khanacademy/pure-markdown": "^0.3.21",
"mafs": "^0.19.0"
},
"devDependencies": {
"@khanacademy/perseus-linter": "^1.2.11",
"@khanacademy/perseus-linter": "^1.2.12",
"@khanacademy/wonder-blocks-accordion": "3.0.3",
"@khanacademy/wonder-blocks-banner": "4.0.5",
"@khanacademy/wonder-blocks-button": "7.0.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus-linter

## 1.2.12

### Patch Changes

- Updated dependencies [[`bbf7f3b1b`](https://github.com/Khan/perseus/commit/bbf7f3b1be657c588270a3b47983c0aecbf84418), [`6cf647729`](https://github.com/Khan/perseus/commit/6cf6477291053d85faac48028b8f038fd0c28930), [`5173c2e43`](https://github.com/Khan/perseus/commit/5173c2e43bf939159f420dcd448b90691d52353b), [`bc3d955b5`](https://github.com/Khan/perseus/commit/bc3d955b57e847a379328fcc7cf276f42e0874dd), [`d2797bb2d`](https://github.com/Khan/perseus/commit/d2797bb2dc51bd80cb03f2c1eeb39286e4dfa45c)]:
- @khanacademy/perseus-core@3.1.0

## 1.2.11

### Patch Changes
Expand Down
Loading

0 comments on commit b846392

Please sign in to comment.