Skip to content

Commit

Permalink
Version Packages (#1809)
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 Oct 31, 2024
1 parent 666a1e1 commit 562ef61
Show file tree
Hide file tree
Showing 31 changed files with 195 additions and 104 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-baboons-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-crews-fly.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fifty-boxes-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-lizards-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-cobras-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-lamps-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-grapes-bathe.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/swift-trees-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-insects-return.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

## 3.1.0

### Minor Changes

- [#1764](https://github.com/Khan/perseus/pull/1764) [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph type "unlimited-points" for mafs.

### Patch Changes

- Updated dependencies [[`14d0764e4`](https://github.com/Khan/perseus/commit/14d0764e4498dae81921a91e5202291461b52374), [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/perseus-linter@1.2.4
- @khanacademy/kas@0.3.16
- @khanacademy/kmath@0.1.16
- @khanacademy/math-input@21.1.3
- @khanacademy/perseus-core@1.5.3
- @khanacademy/pure-markdown@0.3.11
- @khanacademy/simple-markdown@0.13.4

## 3.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": "3.0.11",
"version": "3.1.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,13 +14,13 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.3.15",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.2",
"@khanacademy/perseus-core": "1.5.2",
"@khanacademy/perseus-linter": "^1.2.3",
"@khanacademy/pure-markdown": "^0.3.10",
"@khanacademy/simple-markdown": "^0.13.3",
"@khanacademy/kas": "^0.3.16",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.3",
"@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/wonder-blocks-banner": "3.1.7",
"@khanacademy/wonder-blocks-icon": "4.1.3",
"@khanacademy/wonder-blocks-icon-button": "5.3.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/kas

## 0.3.16

### Patch Changes

- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/perseus-core@1.5.3

## 0.3.15

### 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.3.15",
"version": "0.3.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": "1.5.2"
"@khanacademy/perseus-core": "1.5.3"
},
"devDependencies": {
"jison": "0.4.15",
Expand Down
9 changes: 9 additions & 0 deletions packages/keypad-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/keypad-context

## 1.0.4

### Patch Changes

- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/perseus-core@1.5.3

## 1.0.3

### 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.3",
"version": "1.0.4",
"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": "1.5.2"
"@khanacademy/perseus-core": "1.5.3"
},
"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.1.16

### Patch Changes

- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/perseus-core@1.5.3

## 0.1.15

### 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.15",
"version": "0.1.16",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.5.2"
"@khanacademy/perseus-core": "1.5.3"
},
"devDependencies": {
"perseus-build-settings": "^0.4.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/math-input

## 21.1.3

### Patch Changes

- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

- Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/keypad-context@1.0.4
- @khanacademy/perseus-core@1.5.3

## 21.1.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": "21.1.2",
"version": "21.1.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
],
"scripts": {},
"dependencies": {
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/perseus-core": "1.5.2",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/perseus-core": "1.5.3",
"mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus-core

## 1.5.3

### Patch Changes

- [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

## 1.5.2

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

## 14.10.0

### Minor Changes

- [#1764](https://github.com/Khan/perseus/pull/1764) [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Adding new interactive graph type "unlimited-points" for mafs.

### Patch Changes

- [#1803](https://github.com/Khan/perseus/pull/1803) [`eecfa54dd`](https://github.com/Khan/perseus/commit/eecfa54dd7810a98999e68054c9483959d7c0bd9) Thanks [@handeyeco](https://github.com/handeyeco)! - Refine exports of icon paths from Perseus

* [#1806](https://github.com/Khan/perseus/pull/1806) [`666a1e1f4`](https://github.com/Khan/perseus/commit/666a1e1f452e7c2c041c4f339c25cb30efbd946f) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope exports from grapher's util

- [#1804](https://github.com/Khan/perseus/pull/1804) [`6907fd4fc`](https://github.com/Khan/perseus/commit/6907fd4fca22ab16466e8ee718058943c04c79f8) Thanks [@handeyeco](https://github.com/handeyeco)! - Move contants file from perseus to perseus-editor

* [#1801](https://github.com/Khan/perseus/pull/1801) [`ed088a629`](https://github.com/Khan/perseus/commit/ed088a629c77619740a8c902ad769ed8d3622367) Thanks [@handeyeco](https://github.com/handeyeco)! - Cleanup global-styles and global-constants exports from Perseus

- [#1805](https://github.com/Khan/perseus/pull/1805) [`faf62afd0`](https://github.com/Khan/perseus/commit/faf62afd094a758e376c5a8ac2acce140dedffdd) Thanks [@handeyeco](https://github.com/handeyeco)! - Scope sizing-utils exports to the essentials

* [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

* Updated dependencies [[`eecfa54dd`](https://github.com/Khan/perseus/commit/eecfa54dd7810a98999e68054c9483959d7c0bd9), [`c2e678e5c`](https://github.com/Khan/perseus/commit/c2e678e5c109a8e0161907fea54aacb572e16bb3), [`666a1e1f4`](https://github.com/Khan/perseus/commit/666a1e1f452e7c2c041c4f339c25cb30efbd946f), [`6907fd4fc`](https://github.com/Khan/perseus/commit/6907fd4fca22ab16466e8ee718058943c04c79f8), [`ed088a629`](https://github.com/Khan/perseus/commit/ed088a629c77619740a8c902ad769ed8d3622367), [`faf62afd0`](https://github.com/Khan/perseus/commit/faf62afd094a758e376c5a8ac2acce140dedffdd), [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484), [`f1aaf4f2b`](https://github.com/Khan/perseus/commit/f1aaf4f2b0ff2eedbd2f41aa67a7ee86363fbc2d)]:
- @khanacademy/perseus@40.0.0
- @khanacademy/kas@0.3.16
- @khanacademy/keypad-context@1.0.4
- @khanacademy/kmath@0.1.16
- @khanacademy/math-input@21.1.3
- @khanacademy/perseus-core@1.5.3

## 14.9.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.9.1",
"version": "14.10.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,16 +34,16 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.3.15",
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.2",
"@khanacademy/perseus": "^39.0.1",
"@khanacademy/perseus-core": "1.5.2",
"@khanacademy/kas": "^0.3.16",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.3",
"@khanacademy/perseus": "^40.0.0",
"@khanacademy/perseus-core": "1.5.3",
"mafs": "^0.19.0"
},
"devDependencies": {
"@khanacademy/perseus-linter": "^1.2.2",
"@khanacademy/perseus-linter": "^1.2.4",
"@khanacademy/wonder-blocks-accordion": "1.3.6",
"@khanacademy/wonder-blocks-banner": "3.1.7",
"@khanacademy/wonder-blocks-button": "6.3.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @khanacademy/perseus-linter

## 1.2.4

### Patch Changes

- [#1811](https://github.com/Khan/perseus/pull/1811) [`14d0764e4`](https://github.com/Khan/perseus/commit/14d0764e4498dae81921a91e5202291461b52374) Thanks [@benchristel](https://github.com/benchristel)! - Internal: fix types in test for Perseus linter

* [#1791](https://github.com/Khan/perseus/pull/1791) [`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484) Thanks [@handeyeco](https://github.com/handeyeco)! - Check types for import/no-extraneous-dependencies eslint check

* Updated dependencies [[`b119147fc`](https://github.com/Khan/perseus/commit/b119147fc042bf71193d61f9cea99b5f3d73b484)]:
- @khanacademy/perseus-core@1.5.3

## 1.2.3

### 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.3",
"version": "1.2.4",
"publishConfig": {
"access": "public"
},
Expand All @@ -25,10 +25,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.5.2"
"@khanacademy/perseus-core": "1.5.3"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.3.10",
"@khanacademy/pure-markdown": "^0.3.11",
"prop-types": "15.6.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 562ef61

Please sign in to comment.