Skip to content

Commit

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

### Patch Changes

-   [#1799](#1799) [`f3139edfe`](f3139ed) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change functional components to use default parameters instead of deprecated 'defaultProps'

## @khanacademy/[email protected]

### Patch Changes

-   [#1766](#1766) [`39e1292a9`](39e1292) Thanks [@Myranae](https://github.com/Myranae)! - Refine iFrame's Rubric type


-   [#1799](#1799) [`f3139edfe`](f3139ed) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change functional components to use default parameters instead of deprecated 'defaultProps'


-   [#1765](#1765) [`5cf8d975b`](5cf8d97) Thanks [@Myranae](https://github.com/Myranae)! - Refine Sorter's Rubric type


-   [#1758](#1758) [`d6edf18ef`](d6edf18) Thanks [@Myranae](https://github.com/Myranae)! - Refine Radio's Rubric and UserInput types


-   [#1743](#1743) [`5ea5d5927`](5ea5d59) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Numeric Input] - Check for wrong answers when scoring


-   [#1760](#1760) [`9426509cd`](9426509) Thanks [@Myranae](https://github.com/Myranae)! - Refine Matrix's Rubric and UserInput types


-   [#1761](#1761) [`dbe17d1ee`](dbe17d1) Thanks [@Myranae](https://github.com/Myranae)! - Refine NumericInput's Rubric type

-   Updated dependencies \[[`f3139edfe`](f3139ed)]:
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   [#1794](#1794) [`9dd0f8c56`](9dd0f8c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused prop, optionRenderer, from dropdown-option component

-   Updated dependencies \[[`39e1292a9`](39e1292), [`f3139edfe`](f3139ed), [`5cf8d975b`](5cf8d97), [`d6edf18ef`](d6edf18), [`5ea5d5927`](5ea5d59), [`9426509cd`](9426509), [`dbe17d1ee`](dbe17d1)]:
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

-   Updated dependencies \[[`f3139edfe`](f3139ed)]:
    -   @khanacademy/[email protected]

Author: khan-actions-bot

Reviewers: benchristel

Required Reviewers:

Approved By: benchristel

Checks: ⏭️  Publish npm snapshot, ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1800
  • Loading branch information
khan-actions-bot authored Oct 28, 2024
1 parent d6edf18 commit d10f67d
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-foxes-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-otters-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-countries-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-dancers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-guests-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-numbers-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-beans-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-comics-chew.md

This file was deleted.

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

## 3.0.11

### Patch Changes

- Updated dependencies [[`f3139edfe`](https://github.com/Khan/perseus/commit/f3139edfeb5f8b6faf0e537961165e3d3499c30b)]:
- @khanacademy/math-input@21.1.2

## 3.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus dev UI",
"author": "Khan Academy",
"license": "MIT",
"version": "3.0.10",
"version": "3.0.11",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.15",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.1",
"@khanacademy/math-input": "^21.1.2",
"@khanacademy/perseus-core": "1.5.2",
"@khanacademy/perseus-linter": "^1.2.3",
"@khanacademy/pure-markdown": "^0.3.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/math-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/math-input

## 21.1.2

### Patch Changes

- [#1799](https://github.com/Khan/perseus/pull/1799) [`f3139edfe`](https://github.com/Khan/perseus/commit/f3139edfeb5f8b6faf0e537961165e3d3499c30b) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change functional components to use default parameters instead of deprecated 'defaultProps'

## 21.1.1

### Patch 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": "21.1.1",
"version": "21.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-editor

## 14.9.1

### Patch Changes

- [#1794](https://github.com/Khan/perseus/pull/1794) [`9dd0f8c56`](https://github.com/Khan/perseus/commit/9dd0f8c56e5d824d89ae1041bee17c5c2f5edfe3) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused prop, optionRenderer, from dropdown-option component

- Updated dependencies [[`39e1292a9`](https://github.com/Khan/perseus/commit/39e1292a9d93453037b77c157ee5421ed23b88ad), [`f3139edfe`](https://github.com/Khan/perseus/commit/f3139edfeb5f8b6faf0e537961165e3d3499c30b), [`5cf8d975b`](https://github.com/Khan/perseus/commit/5cf8d975b249e103e4f439b2682741c25a0b4084), [`d6edf18ef`](https://github.com/Khan/perseus/commit/d6edf18ef07c6b82ae585e77d75e9132d554baf5), [`5ea5d5927`](https://github.com/Khan/perseus/commit/5ea5d592755bd5b2889547718fc39523e5595ea1), [`9426509cd`](https://github.com/Khan/perseus/commit/9426509cdcdc9c51dfd957e0e51f6bac0e11ffe5), [`dbe17d1ee`](https://github.com/Khan/perseus/commit/dbe17d1ee9c22d11ec916e898cb5ca4a01409896)]:
- @khanacademy/perseus@39.0.1
- @khanacademy/math-input@21.1.2

## 14.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "14.9.0",
"version": "14.9.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,8 +37,8 @@
"@khanacademy/kas": "^0.3.15",
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.1",
"@khanacademy/perseus": "^39.0.0",
"@khanacademy/math-input": "^21.1.2",
"@khanacademy/perseus": "^39.0.1",
"@khanacademy/perseus-core": "1.5.2",
"mafs": "^0.19.0"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @khanacademy/perseus

## 39.0.1

### Patch Changes

- [#1766](https://github.com/Khan/perseus/pull/1766) [`39e1292a9`](https://github.com/Khan/perseus/commit/39e1292a9d93453037b77c157ee5421ed23b88ad) Thanks [@Myranae](https://github.com/Myranae)! - Refine iFrame's Rubric type

* [#1799](https://github.com/Khan/perseus/pull/1799) [`f3139edfe`](https://github.com/Khan/perseus/commit/f3139edfeb5f8b6faf0e537961165e3d3499c30b) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Change functional components to use default parameters instead of deprecated 'defaultProps'

- [#1765](https://github.com/Khan/perseus/pull/1765) [`5cf8d975b`](https://github.com/Khan/perseus/commit/5cf8d975b249e103e4f439b2682741c25a0b4084) Thanks [@Myranae](https://github.com/Myranae)! - Refine Sorter's Rubric type

* [#1758](https://github.com/Khan/perseus/pull/1758) [`d6edf18ef`](https://github.com/Khan/perseus/commit/d6edf18ef07c6b82ae585e77d75e9132d554baf5) Thanks [@Myranae](https://github.com/Myranae)! - Refine Radio's Rubric and UserInput types

- [#1743](https://github.com/Khan/perseus/pull/1743) [`5ea5d5927`](https://github.com/Khan/perseus/commit/5ea5d592755bd5b2889547718fc39523e5595ea1) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Numeric Input] - Check for wrong answers when scoring

* [#1760](https://github.com/Khan/perseus/pull/1760) [`9426509cd`](https://github.com/Khan/perseus/commit/9426509cdcdc9c51dfd957e0e51f6bac0e11ffe5) Thanks [@Myranae](https://github.com/Myranae)! - Refine Matrix's Rubric and UserInput types

- [#1761](https://github.com/Khan/perseus/pull/1761) [`dbe17d1ee`](https://github.com/Khan/perseus/commit/dbe17d1ee9c22d11ec916e898cb5ca4a01409896) Thanks [@Myranae](https://github.com/Myranae)! - Refine NumericInput's Rubric type

- Updated dependencies [[`f3139edfe`](https://github.com/Khan/perseus/commit/f3139edfeb5f8b6faf0e537961165e3d3499c30b)]:
- @khanacademy/math-input@21.1.2

## 39.0.0

### Major 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": "39.0.0",
"version": "39.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"@khanacademy/kas": "^0.3.15",
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.1",
"@khanacademy/math-input": "^21.1.2",
"@khanacademy/perseus-core": "1.5.2",
"@khanacademy/perseus-linter": "^1.2.3",
"@khanacademy/pure-markdown": "^0.3.10",
Expand Down

0 comments on commit d10f67d

Please sign in to comment.