Skip to content

Commit

Permalink
Version Packages (#159)
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 Apr 28, 2022
1 parent 21ee944 commit 07e7932
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-balloons-suffer.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 21ee944a: Code from webapp has been copied over and all checks are passing.

### Patch Changes

- Updated dependencies [21ee944a]
- @khanacademy/perseus@0.1.0
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.0.1",
"version": "0.1.0",
"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.0.1"
"@khanacademy/perseus": "^0.1.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/perseus

## 0.1.0

### Minor Changes

- 21ee944a: Code from webapp has been copied over and all checks are passing.
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "0.1.0",
"description": "Core Perseus API (includes renderers and widgets)",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 07e7932

Please sign in to comment.