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 Dec 4, 2023
1 parent 3cf5ac4 commit 44db132
Show file tree
Hide file tree
Showing 23 changed files with 139 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-turtles-kick.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/strong-guests-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-ties-kick.md

This file was deleted.

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.6

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1

## 0.3.5

### 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.5",
"version": "0.3.6",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0"
"@khanacademy/perseus-core": "1.3.1"
},
"devDependencies": {
"jison": "0.4.15",
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.7

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1

## 0.1.6

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

## 16.0.1

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1

## 16.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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": "16.0.0",
"version": "16.0.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
"source": "src/index.ts",
"scripts": {},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-core": "1.3.1",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#48410e80d760bbd5105544d4a4ab459a28dc2cbc",
"performance-now": "^0.2.0"
},
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.3.1

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

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

## 2.12.0

### Minor Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change KaTeXErrorView to TeXErrorView and adopt Phosphor Icons in it

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c), [`3cf5ac4c`](https://github.com/Khan/perseus/commit/3cf5ac4c3f9d51dbcddc6f75bfbf0f8778b20f78)]:
- @khanacademy/kas@0.3.6
- @khanacademy/kmath@0.1.7
- @khanacademy/perseus@15.0.0
- @khanacademy/perseus-core@1.3.1

## 2.11.0

### Minor 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": "2.11.0",
"version": "2.12.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,10 +22,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/perseus": "^14.0.0",
"@khanacademy/perseus-core": "1.3.0"
"@khanacademy/kas": "^0.3.6",
"@khanacademy/kmath": "^0.1.7",
"@khanacademy/perseus": "^15.0.0",
"@khanacademy/perseus-core": "1.3.1"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^6.2.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus-error

## 0.2.8

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1

## 0.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/perseus-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Custom PerseusError class",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.7",
"version": "0.2.8",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0"
"@khanacademy/perseus-core": "1.3.1"
},
"devDependencies": {
"@khanacademy/wonder-stuff-core": "^1.5.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-linter

## 0.3.9

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1
- @khanacademy/perseus-error@0.2.8

## 0.3.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "0.3.8",
"version": "0.3.9",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,11 +22,11 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-error": "^0.2.7"
"@khanacademy/perseus-core": "1.3.1",
"@khanacademy/perseus-error": "^0.2.8"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.2.11",
"@khanacademy/pure-markdown": "^0.2.12",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @khanacademy/perseus

## 15.0.0

### Major Changes

- [#833](https://github.com/Khan/perseus/pull/833) [`3cf5ac4c`](https://github.com/Khan/perseus/commit/3cf5ac4c3f9d51dbcddc6f75bfbf0f8778b20f78) Thanks [@handeyeco](https://github.com/handeyeco)! - Remove export of ItemRenderer

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/kas@0.3.6
- @khanacademy/kmath@0.1.7
- @khanacademy/math-input@16.0.1
- @khanacademy/perseus-core@1.3.1
- @khanacademy/perseus-linter@0.3.9
- @khanacademy/pure-markdown@0.2.12
- @khanacademy/simple-markdown@0.11.1

## 14.0.0

### Major Changes
Expand Down
16 changes: 8 additions & 8 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": "14.0.0",
"version": "15.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,13 +22,13 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/math-input": "^16.0.0",
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-linter": "^0.3.8",
"@khanacademy/pure-markdown": "^0.2.11",
"@khanacademy/simple-markdown": "^0.11.0"
"@khanacademy/kas": "^0.3.6",
"@khanacademy/kmath": "^0.1.7",
"@khanacademy/math-input": "^16.0.1",
"@khanacademy/perseus-core": "1.3.1",
"@khanacademy/perseus-linter": "^0.3.9",
"@khanacademy/pure-markdown": "^0.2.12",
"@khanacademy/simple-markdown": "^0.11.1"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^6.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @khanacademy/pure-markdown

## 0.2.12

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1
- @khanacademy/perseus-error@0.2.8
- @khanacademy/simple-markdown@0.11.1

## 0.2.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.11",
"version": "0.2.12",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,9 +22,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-error": "^0.2.7",
"@khanacademy/simple-markdown": "^0.11.0"
"@khanacademy/perseus-core": "1.3.1",
"@khanacademy/perseus-error": "^0.2.8",
"@khanacademy/simple-markdown": "^0.11.1"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down
9 changes: 9 additions & 0 deletions packages/simple-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/simple-markdown

## 0.11.1

### Patch Changes

- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).

- Updated dependencies [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
- @khanacademy/perseus-core@1.3.1

## 0.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.11.0",
"version": "0.11.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-core": "1.3.1",
"@types/react": ">=16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 44db132

Please sign in to comment.