Skip to content

Commit

Permalink
Version Packages (#287)
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 Sep 23, 2022
1 parent 8fcd2a2 commit ecace41
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-cherries-pay.md

This file was deleted.

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

### Minor Changes

- 8fcd2a28: Inline the import of mathquill.css in math-input's main.less

## 0.5.6

### 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": "0.5.6",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
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.4.1

### Patch Changes

- @khanacademy/perseus@0.4.1

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@khanacademy/kmath": "^0.0.6",
"@khanacademy/perseus": "^0.4.0"
"@khanacademy/perseus": "^0.4.1"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.11.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus

## 0.4.1

### Patch Changes

- Updated dependencies [8fcd2a28]
- @khanacademy/math-input@0.6.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@khanacademy/kas": "^0.2.5",
"@khanacademy/kmath": "^0.0.6",
"@khanacademy/math-input": "^0.5.6",
"@khanacademy/math-input": "^0.6.0",
"@khanacademy/perseus-linter": "^0.2.1",
"@khanacademy/pure-markdown": "^0.1.1",
"@khanacademy/simple-markdown": "^0.8.4",
Expand Down

0 comments on commit ecace41

Please sign in to comment.