Skip to content

Commit

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

### Major Changes

-   [#825](#825) [`7cb40e4c`](7cb40e4) Thanks [@benchristel](https://github.com/benchristel)! - We've removed the deprecated `useV2Keypad` prop from the MobileKeypad component.

    The V2 keypad is now the default, and the old keypad has been removed.

    Additionally, the mobile keypad no longer accepts the `keypadActive` or
    `setKeypadActive` props. It now gets those values itself from the `KeypadContext`.

## @khanacademy/[email protected]

### Major Changes

-   [#825](#825) [`7cb40e4c`](7cb40e4) Thanks [@benchristel](https://github.com/benchristel)! - We've removed the deprecated `useV2Keypad` prop from the MobileKeypad component.

    The V2 keypad is now the default, and the old keypad has been removed.

    Additionally, the mobile keypad no longer accepts the `keypadActive` or
    `setKeypadActive` props. It now gets those values itself from the `KeypadContext`.

### Minor Changes

-   [#816](#816) [`cdcd162e`](cdcd162) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Wrap all SvgImage instances in AssetContext (ensures that host applications can correctly wait for all images to load in a renderer before proceeding).


-   [#788](#788) [`8f1f0208`](8f1f020) Thanks [@jeanettehead](https://github.com/jeanettehead)! - create randomized storybook stories for some widgets

### Patch Changes

-   Updated dependencies \[[`7cb40e4c`](7cb40e4)]:
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   [#827](#827) [`c7410ccc`](c7410cc) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Revert defensive code in ExpressionEditor that caused a crash when an expression config's answer form was missing a `key` property.

### Patch Changes

-   Updated dependencies \[[`cdcd162e`](cdcd162), [`7cb40e4c`](7cb40e4), [`8f1f0208`](8f1f020)]:
    -   @khanacademy/[email protected]

Author: khan-actions-bot

Reviewers: jeremywiebe

Required Reviewers:

Approved By: jeremywiebe

Checks: ✅ Upload Coverage, ⏭  Publish npm snapshot, ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ Cypress (ubuntu-latest, 16.x), ✅ Jest Coverage (ubuntu-latest, 16.x), ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 16.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 16.x), ✅ gerald

Pull Request URL: #819
  • Loading branch information
khan-actions-bot authored Nov 30, 2023
1 parent c7410cc commit 89cb5d7
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-dryers-itch.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/funny-carrots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-apes-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-books-eat.md

This file was deleted.

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

## 16.0.0

### Major Changes

- [#825](https://github.com/Khan/perseus/pull/825) [`7cb40e4c`](https://github.com/Khan/perseus/commit/7cb40e4c919be50e5ced41e4937178bbf849ec74) Thanks [@benchristel](https://github.com/benchristel)! - We've removed the deprecated `useV2Keypad` prop from the MobileKeypad component.

The V2 keypad is now the default, and the old keypad has been removed.

Additionally, the mobile keypad no longer accepts the `keypadActive` or
`setKeypadActive` props. It now gets those values itself from the `KeypadContext`.

## 15.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/math-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's new expression editor for the mobile web.",
"author": "Khan Academy",
"license": "MIT",
"version": "15.1.0",
"version": "16.0.0",
"publishConfig": {
"access": "public"
},
Expand Down
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

## 2.11.0

### Minor Changes

- [#827](https://github.com/Khan/perseus/pull/827) [`c7410ccc`](https://github.com/Khan/perseus/commit/c7410ccc6254034b599e1909b3cbbd7a6c9ea9b2) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Revert defensive code in ExpressionEditor that caused a crash when an expression config's answer form was missing a `key` property.

### Patch Changes

- Updated dependencies [[`cdcd162e`](https://github.com/Khan/perseus/commit/cdcd162ea0902d3ff1d77b1b66ad15f2d55a86cd), [`7cb40e4c`](https://github.com/Khan/perseus/commit/7cb40e4c919be50e5ced41e4937178bbf849ec74), [`8f1f0208`](https://github.com/Khan/perseus/commit/8f1f0208fcc08e137053bfd05d330b6f8bf3522d)]:
- @khanacademy/perseus@14.0.0

## 2.10.0

### Minor 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": "2.10.0",
"version": "2.11.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/perseus": "^13.2.0",
"@khanacademy/perseus": "^14.0.0",
"@khanacademy/perseus-core": "1.3.0"
},
"devDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @khanacademy/perseus

## 14.0.0

### Major Changes

- [#825](https://github.com/Khan/perseus/pull/825) [`7cb40e4c`](https://github.com/Khan/perseus/commit/7cb40e4c919be50e5ced41e4937178bbf849ec74) Thanks [@benchristel](https://github.com/benchristel)! - We've removed the deprecated `useV2Keypad` prop from the MobileKeypad component.

The V2 keypad is now the default, and the old keypad has been removed.

Additionally, the mobile keypad no longer accepts the `keypadActive` or
`setKeypadActive` props. It now gets those values itself from the `KeypadContext`.

### Minor Changes

- [#816](https://github.com/Khan/perseus/pull/816) [`cdcd162e`](https://github.com/Khan/perseus/commit/cdcd162ea0902d3ff1d77b1b66ad15f2d55a86cd) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Wrap all SvgImage instances in AssetContext (ensures that host applications can correctly wait for all images to load in a renderer before proceeding).

* [#788](https://github.com/Khan/perseus/pull/788) [`8f1f0208`](https://github.com/Khan/perseus/commit/8f1f0208fcc08e137053bfd05d330b6f8bf3522d) Thanks [@jeanettehead](https://github.com/jeanettehead)! - create randomized storybook stories for some widgets

### Patch Changes

- Updated dependencies [[`7cb40e4c`](https://github.com/Khan/perseus/commit/7cb40e4c919be50e5ced41e4937178bbf849ec74)]:
- @khanacademy/math-input@16.0.0

## 13.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 @@
"description": "Core Perseus API (includes renderers and widgets)",
"author": "Khan Academy",
"license": "MIT",
"version": "13.2.0",
"version": "14.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/math-input": "^15.1.0",
"@khanacademy/math-input": "^16.0.0",
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-linter": "^0.3.8",
"@khanacademy/pure-markdown": "^0.2.11",
Expand Down

0 comments on commit 89cb5d7

Please sign in to comment.