Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent adad642 commit a040ec2
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-vans-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-cobras-kick.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/modern-pens-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-baboons-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-llamas-tease.md

This file was deleted.

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

## 3.1.4

### Patch Changes

- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
- @khanacademy/kas@0.4.1
- @khanacademy/math-input@21.1.5
- @khanacademy/simple-markdown@0.13.5
- @khanacademy/pure-markdown@0.3.12

## 3.1.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "3.1.3",
"version": "3.1.4",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,13 +14,13 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.4.0",
"@khanacademy/kas": "^0.4.1",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/math-input": "^21.1.5",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/perseus-linter": "^1.2.4",
"@khanacademy/pure-markdown": "^0.3.11",
"@khanacademy/simple-markdown": "^0.13.4",
"@khanacademy/pure-markdown": "^0.3.12",
"@khanacademy/simple-markdown": "^0.13.5",
"@khanacademy/wonder-blocks-banner": "3.1.7",
"@khanacademy/wonder-blocks-icon": "4.1.3",
"@khanacademy/wonder-blocks-icon-button": "5.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kas

## 0.4.1

### Patch Changes

- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
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

## 21.1.5

### Patch Changes

- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters

## 21.1.4

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

## 14.12.5

### Patch Changes

- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters

- Updated dependencies [[`adad642ab`](https://github.com/Khan/perseus/commit/adad642ab0ae95de6600e7018f0aff836acc5911), [`0afb1a4f7`](https://github.com/Khan/perseus/commit/0afb1a4f70e35de7e2b04ee1af835a0ebe84bbe5), [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9), [`4b8836b84`](https://github.com/Khan/perseus/commit/4b8836b846c4f6adc6f4bb9c204deedb019c9f51), [`a27f23bb4`](https://github.com/Khan/perseus/commit/a27f23bb48e585aa2229975b1779161b921cbd9d)]:
- @khanacademy/perseus@42.1.0
- @khanacademy/kas@0.4.1
- @khanacademy/math-input@21.1.5
- @khanacademy/pure-markdown@0.3.12

## 14.12.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "14.12.4",
"version": "14.12.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,13 +34,13 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.4.0",
"@khanacademy/kas": "^0.4.1",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus": "^42.0.3",
"@khanacademy/math-input": "^21.1.5",
"@khanacademy/perseus": "^42.1.0",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/pure-markdown": "^0.3.11",
"@khanacademy/pure-markdown": "^0.3.12",
"mafs": "^0.19.0"
},
"devDependencies": {
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 @@ -28,7 +28,7 @@
"@khanacademy/perseus-core": "1.5.3"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.3.11",
"@khanacademy/pure-markdown": "^0.3.12",
"prop-types": "15.6.1"
},
"peerDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @khanacademy/perseus

## 42.1.0

### Minor Changes

- [#1883](https://github.com/Khan/perseus/pull/1883) [`adad642ab`](https://github.com/Khan/perseus/commit/adad642ab0ae95de6600e7018f0aff836acc5911) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduces a validation function for the matrix widget (extracted from matrix scoring function).

* [#1878](https://github.com/Khan/perseus/pull/1878) [`a27f23bb4`](https://github.com/Khan/perseus/commit/a27f23bb48e585aa2229975b1779161b921cbd9d) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Add expression validator function

### Patch Changes

- [#1890](https://github.com/Khan/perseus/pull/1890) [`0afb1a4f7`](https://github.com/Khan/perseus/commit/0afb1a4f70e35de7e2b04ee1af835a0ebe84bbe5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels + Aria] Create math only parser to help parse TeX how we want

* [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters

- [#1852](https://github.com/Khan/perseus/pull/1852) [`4b8836b84`](https://github.com/Khan/perseus/commit/4b8836b846c4f6adc6f4bb9c204deedb019c9f51) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding open and closing behavior to unlimited polygon graph type.

- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
- @khanacademy/kas@0.4.1
- @khanacademy/math-input@21.1.5
- @khanacademy/simple-markdown@0.13.5
- @khanacademy/pure-markdown@0.3.12

## 42.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "42.0.3",
"version": "42.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,14 +40,14 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.4.0",
"@khanacademy/kas": "^0.4.1",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/math-input": "^21.1.5",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/perseus-linter": "^1.2.4",
"@khanacademy/pure-markdown": "^0.3.11",
"@khanacademy/simple-markdown": "^0.13.4",
"@khanacademy/pure-markdown": "^0.3.12",
"@khanacademy/simple-markdown": "^0.13.5",
"@types/classnames": "2.2.0",
"@use-gesture/react": "^10.2.27",
"mafs": "0.19.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/pure-markdown

## 0.3.12

### Patch Changes

- Updated dependencies [[`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9)]:
- @khanacademy/simple-markdown@0.13.5

## 0.3.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.11",
"version": "0.3.12",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/simple-markdown": "^0.13.4"
"@khanacademy/simple-markdown": "^0.13.5"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down
6 changes: 6 additions & 0 deletions packages/simple-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/simple-markdown

## 0.13.5

### Patch Changes

- [#1889](https://github.com/Khan/perseus/pull/1889) [`55a532175`](https://github.com/Khan/perseus/commit/55a532175192bfee3dc550c7eb7ce74d4a6542a9) Thanks [@benchristel](https://github.com/benchristel)! - Internal: enable strict typechecking of function parameters

## 0.13.4

### Patch Changes
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 @@ -3,7 +3,7 @@
"description": "Javascript markdown parsing, made simple",
"author": "Khan Academy",
"license": "MIT",
"version": "0.13.4",
"version": "0.13.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a040ec2

Please sign in to comment.