Skip to content

Commit

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

- [#1731](#1731)
[`27126aa00`](27126aa)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Conversion of Input Number to Numeric Input

### Patch Changes

- [#1846](#1846)
[`8eb1ff5d1`](8eb1ff5)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: add
widget parsers for ADR 773.


- [#1839](#1839)
[`150888870`](1508888)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels]
Util function to generate spoken math + use it within Locked Point aria
labels

## @khanacademy/[email protected]

### Minor Changes

- [#1859](#1859)
[`dcf1fbe35`](dcf1fbe)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Addition of a new alert for the content editors when Input numbers are
converted to Numeric Inputs


- [#1731](#1731)
[`27126aa00`](27126aa)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Conversion of Input Number to Numeric Input

### Patch Changes

- [#1839](#1839)
[`150888870`](1508888)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels]
Util function to generate spoken math + use it within Locked Point aria
labels

- Updated dependencies
\[[`8eb1ff5d1`](8eb1ff5),
[`150888870`](1508888),
[`27126aa00`](27126aa)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Nov 14, 2024
2 parents dcf1fbe + cb0bb32 commit 892cce6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-rivers-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-boxes-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-lamps-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-adults-lie.md

This file was deleted.

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

## 14.12.0

### Minor Changes

- [#1859](https://github.com/Khan/perseus/pull/1859) [`dcf1fbe35`](https://github.com/Khan/perseus/commit/dcf1fbe358e4de059a921ed14688dd2e03041196) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Addition of a new alert for the content editors when Input numbers are converted to Numeric Inputs

* [#1731](https://github.com/Khan/perseus/pull/1731) [`27126aa00`](https://github.com/Khan/perseus/commit/27126aa00b92ce1facd97abd38989e6981836e3f) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Conversion of Input Number to Numeric Input

### Patch Changes

- [#1839](https://github.com/Khan/perseus/pull/1839) [`150888870`](https://github.com/Khan/perseus/commit/150888870b4934e555cd355c58e6f71f9da21463) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Util function to generate spoken math + use it within Locked Point aria labels

- Updated dependencies [[`8eb1ff5d1`](https://github.com/Khan/perseus/commit/8eb1ff5d10cc9572682c7283d52d7d96e14e9fd6), [`150888870`](https://github.com/Khan/perseus/commit/150888870b4934e555cd355c58e6f71f9da21463), [`27126aa00`](https://github.com/Khan/perseus/commit/27126aa00b92ce1facd97abd38989e6981836e3f)]:
- @khanacademy/perseus@41.5.0

## 14.11.2

### 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": "14.11.2",
"version": "14.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus": "^41.4.0",
"@khanacademy/perseus": "^41.5.0",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/pure-markdown": "^0.3.11",
"mafs": "^0.19.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @khanacademy/perseus

## 41.5.0

### Minor Changes

- [#1731](https://github.com/Khan/perseus/pull/1731) [`27126aa00`](https://github.com/Khan/perseus/commit/27126aa00b92ce1facd97abd38989e6981836e3f) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Conversion of Input Number to Numeric Input

### Patch Changes

- [#1846](https://github.com/Khan/perseus/pull/1846) [`8eb1ff5d1`](https://github.com/Khan/perseus/commit/8eb1ff5d10cc9572682c7283d52d7d96e14e9fd6) Thanks [@benchristel](https://github.com/benchristel)! - Internal: add widget parsers for ADR 773.

* [#1839](https://github.com/Khan/perseus/pull/1839) [`150888870`](https://github.com/Khan/perseus/commit/150888870b4934e555cd355c58e6f71f9da21463) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Util function to generate spoken math + use it within Locked Point aria labels

## 41.4.0

### Minor 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": "41.4.0",
"version": "41.5.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 892cce6

Please sign in to comment.