Skip to content

Commit

Permalink
Version Packages (#229)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @khanacademy/[email protected]

### Patch Changes

-   a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## @khanacademy/[email protected]

### Patch Changes

-   a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## @khanacademy/[email protected]

### Patch Changes

-   Updated dependencies [a15b0e8]
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## [email protected]

### Patch Changes

-   c1e0de5: Disable terser plugin

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

Checks:

Pull Request URL: #229
  • Loading branch information
khan-actions-bot authored May 13, 2022
1 parent a15b0e8 commit 9b6ee37
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .changeset/long-buttons-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-goats-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-shoes-juggle.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- c1e0de55: Disable terser plugin
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.1",
"version": "0.0.2",
"license": "MIT",
"private": true
}
8 changes: 7 additions & 1 deletion packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# @khanacademy/kas

## 0.2.4

### Patch Changes

- a15b0e86: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## 0.2.3

### Patch Changes

- 570c5800: Move KAS into khan/perseus repo
- 570c5800: Move KAS into khan/perseus repo
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.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.0.1",
"perseus-build-settings": "^0.0.2",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {},
"devDependencies": {
"perseus-build-settings": "^0.0.1",
"perseus-build-settings": "^0.0.2",
"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.5.2

### Patch Changes

- a15b0e86: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## 0.5.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.5.1",
"version": "0.5.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.1",
"perseus-build-settings": "^0.0.2",
"prop-types": "15.6.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus-editor

## 0.3.1

### Patch Changes

- @khanacademy/perseus@0.2.5

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,15 +21,15 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus": "^0.2.4"
"@khanacademy/perseus": "^0.2.5"
},
"devDependencies": {
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
"aphrodite": "^1.2.5",
"classnames": "^1.1.4",
"create-react-class": "^15.6.3",
"jquery": "^2.1.1",
"perseus-build-settings": "^0.0.1",
"perseus-build-settings": "^0.0.2",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus

## 0.2.5

### Patch Changes

- Updated dependencies [a15b0e86]
- @khanacademy/kas@0.2.4
- @khanacademy/math-input@0.5.2
- @khanacademy/simple-markdown@0.8.2

## 0.2.4

### 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": "0.2.4",
"version": "0.2.5",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,9 +22,9 @@
},
"dependencies": {
"@khanacademy/kmath": "0.0.5",
"@khanacademy/math-input": "^0.5.1",
"@khanacademy/kas": "^0.2.3",
"@khanacademy/simple-markdown": "^0.8.1",
"@khanacademy/math-input": "^0.5.2",
"@khanacademy/kas": "^0.2.4",
"@khanacademy/simple-markdown": "^0.8.2",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"intersection-observer": "^0.12.0",
"jquery": "^2.1.1",
"lodash.debounce": "^4.0.8",
"perseus-build-settings": "^0.0.1",
"perseus-build-settings": "^0.0.2",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
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.2

### Patch Changes

- a15b0e86: Add 'perseus-build-settings' as a dev dep to packages that were missing it

## 0.8.1

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

0 comments on commit 9b6ee37

Please sign in to comment.