Skip to content

Commit 6f21410

Browse files
Version Packages (#203)
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
1 parent cbaf722 commit 6f21410

File tree

11 files changed

+43
-23
lines changed

11 files changed

+43
-23
lines changed

.changeset/metal-clouds-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/selfish-rice-call.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/yellow-turkeys-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kas/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @khanacademy/kas
2+
3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 570c5800: Move KAS into khan/perseus repo

packages/kas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@khanacademy/kas",
6-
"version": "0.2.2",
6+
"version": "0.2.3",
77
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
88
"module": "dist/es/index.js",
99
"main": "dist/index.js",

packages/math-input/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @khanacademy/math-input
2+
3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- ea57be17: Move math-input into khan/perseus repo (name changes to @khanacademy/math-input)
8+
- 116df39b: Extract math-input strings from source and save them to packages/math-input/dist

packages/math-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@khanacademy/math-input",
6-
"version": "0.4.1",
6+
"version": "0.5.0",
77
"description": "Khan Academy's new expression editor for the mobile web.",
88
"author": "Khan Academy",
99
"license": "MIT",

packages/perseus-editor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-editor
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [116df39b]
8+
- @khanacademy/perseus@0.2.0
9+
310
## 0.1.0
411

512
### Minor Changes

packages/perseus-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@khanacademy/perseus-editor",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"description": "Perseus editors",
88
"module": "dist/es/index.js",
99
"main": "dist/index.js",
@@ -12,7 +12,7 @@
1212
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
1313
},
1414
"dependencies": {
15-
"@khanacademy/perseus": "^0.1.0"
15+
"@khanacademy/perseus": "^0.2.0"
1616
},
1717
"devDependencies": {
1818
"@khanacademy/wonder-blocks-i18n": "^1.2.3",

packages/perseus/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @khanacademy/perseus
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 116df39b: Extract math-input strings from source and save them to packages/math-input/dist
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ea57be17]
12+
- Updated dependencies [116df39b]
13+
- Updated dependencies [570c5800]
14+
- @khanacademy/math-input@0.5.0
15+
- @khanacademy/kas@0.2.3
16+
317
## 0.1.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)