Skip to content

Commit

Permalink
Version Packages (#217)
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

-   309cd98: Content editor components must now specify a previewURL instead of frameSource

### Patch Changes

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

## @khanacademy/[email protected]

### Patch Changes

-   7309517: Add `VideoData` to set of exported Perseus types.

Author: khan-actions-bot

Reviewers: kevinbarabash

Required Reviewers:

Approved By: kevinbarabash

Checks:

Pull Request URL: #217
  • Loading branch information
khan-actions-bot authored May 11, 2022
1 parent 49809d4 commit 88c4a53
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .changeset/cuddly-students-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-clouds-grin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/shiny-candles-lay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/spicy-cycles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-flowers-jam.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 309cd98d: Content editor components must now specify a previewURL instead of frameSource

### Patch Changes

- Updated dependencies [73095170]
- @khanacademy/perseus@0.2.3

## 0.1.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.1.3",
"version": "0.2.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": "^0.2.2"
"@khanacademy/perseus": "^0.2.3"
},
"devDependencies": {
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus

## 0.2.3

### Patch Changes

- 73095170: Add `VideoData` to set of exported Perseus types.

## 0.2.2

### Patch Changes
Expand Down
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 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 88c4a53

Please sign in to comment.