Skip to content

Commit

Permalink
Version Packages (#239)
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/[email protected]

### Minor Changes

-   a4f10ac: Move Gorgon, PerseusError, PureMarkdown into their own packages

## @khanacademy/[email protected]

### Minor Changes

-   a4f10ac: Move Gorgon, PerseusError, PureMarkdown into their own packages

### Patch Changes

-   Updated dependencies [a4f10ac]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   a4f10ac: Move Gorgon, PerseusError, PureMarkdown into their own packages

### Patch Changes

-   Updated dependencies [a4f10ac]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   a4f10ac: Move Gorgon, PerseusError, PureMarkdown into their own packages
-   Updated dependencies [a4f10ac]
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   Updated dependencies [a4f10ac]
    -   @khanacademy/[email protected]

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

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

Pull Request URL: #239
  • Loading branch information
khan-actions-bot authored May 18, 2022
1 parent a4f10ac commit 3ac2687
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .changeset/shiny-months-rescue.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/short-lamps-explain.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.3.4

### Patch Changes

- Updated dependencies [a4f10ace]
- @khanacademy/perseus@0.2.8

## 0.3.3

### 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 @@
"description": "Perseus editors",
"author": "Khan Academy",
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@khanacademy/kmath": "^0.0.5",
"@khanacademy/perseus": "^0.2.7"
"@khanacademy/perseus": "^0.2.8"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.11.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/perseus-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @khanacademy/perseus-error

## 0.1.0

### Minor Changes

- a4f10ace: Move Gorgon, PerseusError, PureMarkdown into their own packages
2 changes: 1 addition & 1 deletion packages/perseus-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Custom PerseusError class",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @khanacademy/perseus-linter

## 0.1.0

### Minor Changes

- a4f10ace: Move Gorgon, PerseusError, PureMarkdown into their own packages

### Patch Changes

- Updated dependencies [a4f10ace]
- @khanacademy/perseus-error@0.1.0
6 changes: 3 additions & 3 deletions packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Linter engine for Perseus",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,10 +21,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-error": "^0.0.1"
"@khanacademy/perseus-error": "^0.1.0"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.0.1"
"@khanacademy/pure-markdown": "^0.1.0"
},
"peerDependencies": {},
"keywords": []
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus

## 0.2.8

### Patch Changes

- a4f10ace: Move Gorgon, PerseusError, PureMarkdown into their own packages
- Updated dependencies [a4f10ace]
- @khanacademy/perseus-linter@0.1.0
- @khanacademy/pure-markdown@0.1.0

## 0.2.7

### Patch 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 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.7",
"version": "0.2.8",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,8 +24,8 @@
"@khanacademy/kmath": "^0.0.5",
"@khanacademy/kas": "^0.2.4",
"@khanacademy/math-input": "^0.5.2",
"@khanacademy/perseus-linter": "^0.0.1",
"@khanacademy/pure-markdown": "^0.0.1",
"@khanacademy/perseus-linter": "^0.1.0",
"@khanacademy/pure-markdown": "^0.1.0",
"@khanacademy/simple-markdown": "^0.8.3",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @khanacademy/pure-markdown

## 0.1.0

### Minor Changes

- a4f10ace: Move Gorgon, PerseusError, PureMarkdown into their own packages

### Patch Changes

- Updated dependencies [a4f10ace]
- @khanacademy/perseus-error@0.1.0
4 changes: 2 additions & 2 deletions packages/pure-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SimpleMarkdown instance with non-react Perseus rules",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,7 +21,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-error": "^0.0.1",
"@khanacademy/perseus-error": "^0.1.0",
"@khanacademy/simple-markdown": "^0.8.3"
},
"devDependencies": {},
Expand Down

0 comments on commit 3ac2687

Please sign in to comment.