Skip to content

Commit

Permalink
Version Packages (#203)
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.0

### Minor Changes

-   9afcc83: Move math-input into khan/perseus repo (name changes to @khanacademy/math-input)
-   9afcc83: Extract math-input strings from source and save them to packages/math-input/dist

 ## @khanacademy/perseus@0.2.0

### Minor Changes

-   9afcc83: Extract math-input strings from source and save them to packages/math-input/dist

### Patch Changes

-   Updated dependencies [9afcc83]
-   Updated dependencies [9afcc83]
-   Updated dependencies [9afcc83]
    -   @khanacademy/math-input@0.5.0
    -   @khanacademy/kas@0.2.3

 ## @khanacademy/kas@0.2.3

### Patch Changes

-   9afcc83: Move KAS into khan/perseus repo

 ## @khanacademy/perseus-editor@0.1.1

### Patch Changes

-   Updated dependencies [9afcc83]
    -   @khanacademy/perseus@0.2.0

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

Checks: ✅ codecov/project, ✅ Gather coverage (ubuntu-latest, 16.x), ✅ Lint, Flow, and Test (ubuntu-latest, 16.x), ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Test Coverage (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ gerald, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x)

Pull Request URL: #203
  • Loading branch information
khan-actions-bot authored May 5, 2022
1 parent cbaf722 commit 6f21410
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-clouds-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-rice-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-turkeys-call.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/kas

## 0.2.3

### Patch Changes

- 570c5800: Move KAS into khan/perseus repo
2 changes: 1 addition & 1 deletion packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/kas",
"version": "0.2.2",
"version": "0.2.3",
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @khanacademy/math-input

## 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
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.4.1",
"version": "0.5.0",
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/perseus-editor

## 0.1.1

### Patch Changes

- Updated dependencies [116df39b]
- @khanacademy/perseus@0.2.0

## 0.1.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 @@
"access": "public"
},
"name": "@khanacademy/perseus-editor",
"version": "0.1.0",
"version": "0.1.1",
"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.1.0"
"@khanacademy/perseus": "^0.2.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @khanacademy/perseus

## 0.2.0

### Minor Changes

- 116df39b: Extract math-input strings from source and save them to packages/math-input/dist

### Patch Changes

- Updated dependencies [ea57be17]
- Updated dependencies [116df39b]
- Updated dependencies [570c5800]
- @khanacademy/math-input@0.5.0
- @khanacademy/kas@0.2.3

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "0.2.0",
"description": "Core Perseus API (includes renderers and widgets)",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@khanacademy/kmath": "0.0.5",
"@khanacademy/math-input": "^0.4.1",
"@khanacademy/kas": "^0.2.2",
"@khanacademy/math-input": "^0.5.0",
"@khanacademy/kas": "^0.2.3",
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
"simple-markdown": "^0.3.1"
},
Expand Down

0 comments on commit 6f21410

Please sign in to comment.