Skip to content

Commit

Permalink
Version Packages (#212)
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/perseus@0.2.1

### Patch Changes

-   e56ab24: Exclude all deps from bundle except for vendored deps
-   Updated dependencies [ca76baa]
    -   @khanacademy/simple-markdown@0.8.1

 ## @khanacademy/perseus-editor@0.1.2

### Patch Changes

-   Updated dependencies [e56ab24]
    -   @khanacademy/perseus@0.2.1

 ## @khanacademy/simple-markdown@0.8.1

### Patch Changes

-   ca76baa: Move simple-markdown into perseus repo

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

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

Pull Request URL: #212
  • Loading branch information
khan-actions-bot authored May 6, 2022
1 parent e56ab24 commit e1e0ebb
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-bikes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-lobsters-cry.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [e56ab24b]
- @khanacademy/perseus@0.2.1

## 0.1.1

### 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.1",
"version": "0.1.2",
"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.0"
"@khanacademy/perseus": "^0.2.1"
},
"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.1

### Patch Changes

- e56ab24b: Exclude all deps from bundle except for vendored deps
- Updated dependencies [ca76baa3]
- @khanacademy/simple-markdown@0.8.1

## 0.2.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 @@
"access": "public"
},
"name": "@khanacademy/perseus",
"version": "0.2.0",
"version": "0.2.1",
"description": "Core Perseus API (includes renderers and widgets)",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"@khanacademy/kmath": "0.0.5",
"@khanacademy/math-input": "^0.5.0",
"@khanacademy/kas": "^0.2.3",
"@khanacademy/simple-markdown": "^0.8.0",
"@khanacademy/simple-markdown": "^0.8.1",
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/simple-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/simple-markdown

## 0.8.1

### Patch Changes

- ca76baa3: Move simple-markdown into perseus repo
2 changes: 1 addition & 1 deletion packages/simple-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@khanacademy/simple-markdown",
"version": "0.8.0",
"version": "0.8.1",
"description": "Javascript markdown parsing, made simple",
"module": "dist/es/index.js",
"main": "dist/index.js",
Expand Down

0 comments on commit e1e0ebb

Please sign in to comment.