Skip to content

Commit

Permalink
Version Packages (#297)
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 4, 2022
1 parent bf180fe commit be50bee
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 43 deletions.
14 changes: 0 additions & 14 deletions .changeset/popular-paws-relate.md

This file was deleted.

6 changes: 6 additions & 0 deletions config/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perseus-build-settings

## 0.0.4

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perseus-build-settings",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"private": true
}
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.2.6

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.2.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.2.5",
"version": "0.2.6",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/kmath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kmath

## 0.0.7

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.0.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.0.6",
"version": "0.0.7",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {},
"devDependencies": {
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"underscore": "1.4.4"
},
"peerDependencies": {
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

## 0.6.2

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.6.1

### Patch 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": "0.6.1",
"version": "0.6.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -30,7 +30,7 @@
"jquery": "^2.1.1",
"katex": "^0.11.1",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"prop-types": "15.6.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-editor

## 0.4.3

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies
- Updated dependencies [bf180fe1]
- @khanacademy/kas@0.2.6
- @khanacademy/kmath@0.0.7
- @khanacademy/perseus@0.4.3

## 0.4.2

### 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": "0.4.2",
"version": "0.4.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,9 +21,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.2.5",
"@khanacademy/kmath": "^0.0.6",
"@khanacademy/perseus": "^0.4.2"
"@khanacademy/kas": "^0.2.6",
"@khanacademy/kmath": "^0.0.7",
"@khanacademy/perseus": "^0.4.3"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.11.5",
Expand All @@ -34,7 +34,7 @@
"classnames": "^1.1.4",
"create-react-class": "^15.6.3",
"jquery": "^2.1.1",
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus-error

## 0.1.2

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus-linter

## 0.2.2

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies
- Updated dependencies [bf180fe1]
- @khanacademy/perseus-error@0.1.2

## 0.2.1

### 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": "0.2.1",
"version": "0.2.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,10 +21,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-error": "^0.1.1"
"@khanacademy/perseus-error": "^0.1.2"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.1.1",
"@khanacademy/pure-markdown": "^0.1.2",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus

## 0.4.3

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies
- Updated dependencies [bf180fe1]
- @khanacademy/kas@0.2.6
- @khanacademy/kmath@0.0.7
- @khanacademy/math-input@0.6.2
- @khanacademy/perseus-linter@0.2.2
- @khanacademy/pure-markdown@0.1.2
- @khanacademy/simple-markdown@0.8.5

## 0.4.2

### Patch 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": "0.4.2",
"version": "0.4.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,12 +21,12 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.2.5",
"@khanacademy/kmath": "^0.0.6",
"@khanacademy/math-input": "^0.6.1",
"@khanacademy/perseus-linter": "^0.2.1",
"@khanacademy/pure-markdown": "^0.1.1",
"@khanacademy/simple-markdown": "^0.8.4",
"@khanacademy/kas": "^0.2.6",
"@khanacademy/kmath": "^0.0.7",
"@khanacademy/math-input": "^0.6.2",
"@khanacademy/perseus-linter": "^0.2.2",
"@khanacademy/pure-markdown": "^0.1.2",
"@khanacademy/simple-markdown": "^0.8.5",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
},
"devDependencies": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"intersection-observer": "^0.12.0",
"jquery": "^2.1.1",
"lodash.debounce": "^4.0.8",
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/pure-markdown

## 0.1.2

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies
- Updated dependencies [bf180fe1]
- @khanacademy/perseus-error@0.1.2
- @khanacademy/simple-markdown@0.8.5

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,8 +21,8 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-error": "^0.1.1",
"@khanacademy/simple-markdown": "^0.8.4"
"@khanacademy/perseus-error": "^0.1.2",
"@khanacademy/simple-markdown": "^0.8.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.8.5

### Patch Changes

- bf180fe1: Fix our use of import/no-extraneous-dependencies

## 0.8.4

### Patch 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.8.4",
"version": "0.8.5",
"publishConfig": {
"access": "public"
},
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react-dom": ">=16.0.0",
"perseus-build-settings": "^0.0.3",
"perseus-build-settings": "^0.0.4",
"size-limit": "^0.21.1",
"typescript": "^3.6.4",
"uglify-js": "^3.6.7"
Expand Down

0 comments on commit be50bee

Please sign in to comment.