Skip to content

Commit

Permalink
Version Packages (#214)
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/math-input@0.5.1

### Patch Changes

-   591420a: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad

 ## @khanacademy/perseus@0.2.2

### Patch Changes

-   591420a: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad
-   Updated dependencies [591420a]
    -   @khanacademy/math-input@0.5.1

 ## @khanacademy/perseus-editor@0.1.3

### Patch Changes

-   591420a: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad
-   Updated dependencies [591420a]
    -   @khanacademy/perseus@0.2.2

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

Checks:

Pull Request URL: #214
  • Loading branch information
khan-actions-bot authored May 9, 2022
1 parent 591420a commit ac15d93
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-zoos-smile.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/twenty-swans-grab.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# @khanacademy/math-input

## 0.5.1

### Patch Changes

- 591420a6: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad

## 0.5.0

### Minor Changes

- ea57be17: Move math-input into khan/perseus repo (name changes to @khanacademy/math-input)
- 116df39b: Extract math-input strings from source and save them to packages/math-input/dist
- 116df39b: Extract math-input strings from source and save them to packages/math-input/dist
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 @@
"access": "public"
},
"name": "@khanacademy/math-input",
"version": "0.5.0",
"version": "0.5.1",
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus-editor

## 0.1.3

### Patch Changes

- 591420a6: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad
- Updated dependencies [591420a6]
- @khanacademy/perseus@0.2.2

## 0.1.2

### Patch 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 @@
"access": "public"
},
"name": "@khanacademy/perseus-editor",
"version": "0.1.2",
"version": "0.1.3",
"description": "Perseus editors",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus": "^0.2.1"
"@khanacademy/perseus": "^0.2.2"
},
"devDependencies": {
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus

## 0.2.2

### Patch Changes

- 591420a6: Add @flow comment to math-input's index.js and missing props to ProvidedKeypad
- Updated dependencies [591420a6]
- @khanacademy/math-input@0.5.1

## 0.2.1

### Patch 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 @@
"access": "public"
},
"name": "@khanacademy/perseus",
"version": "0.2.1",
"version": "0.2.2",
"description": "Core Perseus API (includes renderers and widgets)",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@khanacademy/kmath": "0.0.5",
"@khanacademy/math-input": "^0.5.0",
"@khanacademy/math-input": "^0.5.1",
"@khanacademy/kas": "^0.2.3",
"@khanacademy/simple-markdown": "^0.8.1",
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
Expand Down

0 comments on commit ac15d93

Please sign in to comment.