Skip to content

Commit

Permalink
RELEASING: Releasing 12 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]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  @khanacademy/[email protected]
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent af8f5d3 commit 4d0d5a1
Show file tree
Hide file tree
Showing 31 changed files with 186 additions and 90 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-glasses-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-bikes-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-fans-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-meals-teach.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-parents-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-masks-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-spies-lie.md

This file was deleted.

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

## 5.1.3

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`781834332`](https://github.com/Khan/perseus/commit/781834332921f839028aa5cb3c5c867121859e02), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0
- @khanacademy/kmath@0.3.2
- @khanacademy/kas@0.4.13
- @khanacademy/math-input@22.2.3
- @khanacademy/perseus-linter@1.2.15
- @khanacademy/pure-markdown@0.3.24
- @khanacademy/simple-markdown@0.13.17

## 5.1.2

### 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.1.2",
"version": "5.1.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,13 +14,13 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.4.12",
"@khanacademy/kmath": "^0.3.1",
"@khanacademy/math-input": "^22.2.2",
"@khanacademy/perseus-core": "3.3.0",
"@khanacademy/perseus-linter": "^1.2.14",
"@khanacademy/pure-markdown": "^0.3.23",
"@khanacademy/simple-markdown": "^0.13.16",
"@khanacademy/kas": "^0.4.13",
"@khanacademy/kmath": "^0.3.2",
"@khanacademy/math-input": "^22.2.3",
"@khanacademy/perseus-core": "3.4.0",
"@khanacademy/perseus-linter": "^1.2.15",
"@khanacademy/pure-markdown": "^0.3.24",
"@khanacademy/simple-markdown": "^0.13.17",
"@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.13

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0

## 0.4.12

### 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.12",
"version": "0.4.13",
"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.3.0"
"@khanacademy/perseus-core": "3.4.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.16

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0

## 1.0.15

### 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.15",
"version": "1.0.16",
"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.3.0"
"@khanacademy/perseus-core": "3.4.0"
},
"devDependencies": {
"react": "^18.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/kmath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/kmath

## 0.3.2

### Patch Changes

- [#2162](https://github.com/Khan/perseus/pull/2162) [`781834332`](https://github.com/Khan/perseus/commit/781834332921f839028aa5cb3c5c867121859e02) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Update repository information

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"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.3.0"
"@khanacademy/perseus-core": "3.4.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.2.3

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0
- @khanacademy/keypad-context@1.0.16

## 22.2.2

### 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.2.2",
"version": "22.2.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"prepublishOnly": "../../utils/package-pre-publish-check.sh"
},
"dependencies": {
"@khanacademy/keypad-context": "^1.0.15",
"@khanacademy/perseus-core": "3.3.0",
"@khanacademy/keypad-context": "^1.0.16",
"@khanacademy/perseus-core": "3.4.0",
"mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/perseus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @khanacademy/perseus-core

## 3.4.0

### Minor Changes

- [#2154](https://github.com/Khan/perseus/pull/2154) [`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e) Thanks [@Myranae](https://github.com/Myranae)! - Implement a widget export function to filter out rubric data from widget options for the Sorter widget

* [#2157](https://github.com/Khan/perseus/pull/2157) [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f) Thanks [@handeyeco](https://github.com/handeyeco)! - Move default widget options for Grapher to Perseus Core

- [#2171](https://github.com/Khan/perseus/pull/2171) [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f) Thanks [@benchristel](https://github.com/benchristel)! - Create a function to get the public options for the LabelImage widget

* [#2166](https://github.com/Khan/perseus/pull/2166) [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2) Thanks [@Myranae](https://github.com/Myranae)! - Implement a widget export function to filter out rubric data from widget options for the Dropdown widget

## 3.3.0

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

## 17.5.0

### Minor Changes

- [#2167](https://github.com/Khan/perseus/pull/2167) [`c72166c30`](https://github.com/Khan/perseus/commit/c72166c3046aa7c0fcd4e3348d604248e8565c2e) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph] Allow axis tick labels to be multiples of pi

### Patch Changes

- [#2157](https://github.com/Khan/perseus/pull/2157) [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f) Thanks [@handeyeco](https://github.com/handeyeco)! - Move default widget options for Grapher to Perseus Core

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`781834332`](https://github.com/Khan/perseus/commit/781834332921f839028aa5cb3c5c867121859e02), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`c72166c30`](https://github.com/Khan/perseus/commit/c72166c3046aa7c0fcd4e3348d604248e8565c2e), [`0a5599de3`](https://github.com/Khan/perseus/commit/0a5599de399d24ac6445e60b6d54da4b8fb1c507), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus@53.0.0
- @khanacademy/perseus-core@3.4.0
- @khanacademy/kmath@0.3.2
- @khanacademy/kas@0.4.13
- @khanacademy/keypad-context@1.0.16
- @khanacademy/math-input@22.2.3
- @khanacademy/perseus-score@2.0.1
- @khanacademy/pure-markdown@0.3.24

## 17.4.1

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.4.1",
"version": "17.5.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -35,18 +35,18 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.4.12",
"@khanacademy/keypad-context": "^1.0.15",
"@khanacademy/kmath": "^0.3.1",
"@khanacademy/math-input": "^22.2.2",
"@khanacademy/perseus": "^52.0.1",
"@khanacademy/perseus-core": "3.3.0",
"@khanacademy/perseus-score": "^2.0.0",
"@khanacademy/pure-markdown": "^0.3.23",
"@khanacademy/kas": "^0.4.13",
"@khanacademy/keypad-context": "^1.0.16",
"@khanacademy/kmath": "^0.3.2",
"@khanacademy/math-input": "^22.2.3",
"@khanacademy/perseus": "^53.0.0",
"@khanacademy/perseus-core": "3.4.0",
"@khanacademy/perseus-score": "^2.0.1",
"@khanacademy/pure-markdown": "^0.3.24",
"mafs": "^0.19.0"
},
"devDependencies": {
"@khanacademy/perseus-linter": "^1.2.14",
"@khanacademy/perseus-linter": "^1.2.15",
"@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.15

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0

## 1.2.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Linter engine for Perseus",
"author": "Khan Academy",
"license": "MIT",
"version": "1.2.14",
"version": "1.2.15",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,10 +26,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "3.3.0"
"@khanacademy/perseus-core": "3.4.0"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.3.23",
"@khanacademy/pure-markdown": "^0.3.24",
"prop-types": "15.6.1"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus-score/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus-score

## 2.0.1

### Patch Changes

- Updated dependencies [[`a21fd908d`](https://github.com/Khan/perseus/commit/a21fd908d705c5b9de56f29af54d726824f5668e), [`781834332`](https://github.com/Khan/perseus/commit/781834332921f839028aa5cb3c5c867121859e02), [`af8f5d3ca`](https://github.com/Khan/perseus/commit/af8f5d3cac1f642bb5f0c96a2f536990c277224f), [`a470c799e`](https://github.com/Khan/perseus/commit/a470c799eb53c87e08fb2f829b27e114ca80f63f), [`3c4c6bc92`](https://github.com/Khan/perseus/commit/3c4c6bc9207f6f2d65312df1c2bd5bf5246182a2)]:
- @khanacademy/perseus-core@3.4.0
- @khanacademy/kmath@0.3.2
- @khanacademy/kas@0.4.13

## 2.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/perseus-score/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus score",
"author": "Khan Academy",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,9 +26,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.4.12",
"@khanacademy/kmath": "^0.3.1",
"@khanacademy/perseus-core": "3.3.0"
"@khanacademy/kas": "^0.4.13",
"@khanacademy/kmath": "^0.3.2",
"@khanacademy/perseus-core": "3.4.0"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down
Loading

0 comments on commit 4d0d5a1

Please sign in to comment.