Skip to content

Commit

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

- [#1738](#1738)
[`dbbc82f2d`](dbbc82f)
Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add
scientific notation button / toggle to basic keypad

## @khanacademy/[email protected]

### Minor Changes

- [#1990](#1990)
[`37c642f24`](37c642f)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Allow
keyboards to navigate and interact with images


- [#1738](#1738)
[`dbbc82f2d`](dbbc82f)
Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add
scientific notation button / toggle to basic keypad

### Patch Changes

- [#2061](#2061)
[`d8b2f7eaf`](d8b2f7e)
Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - update
terminology for angle sides


- [#2071](#2071)
[`bac10129b`](bac1012)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - This
patch fixes our Perseus strings to ensure that they are double escaped
for Lingui.


- [#1952](#1952)
[`617377147`](6173771)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: add
and pass more regression tests for PerseusItem parser


- [#2059](#2059)
[`53ba9f5d1`](53ba9f5)
Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! -
[Dropdown] Bugfix - Text in dropdown was shifted up after adding TeX
support via Renderer

- Updated dependencies
\[[`dbbc82f2d`](dbbc82f)]:
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

- [#1738](#1738)
[`dbbc82f2d`](dbbc82f)
Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add
scientific notation button / toggle to basic keypad

### Patch Changes

- Updated dependencies
\[[`d8b2f7eaf`](d8b2f7e),
[`bac10129b`](bac1012),
[`37c642f24`](37c642f),
[`617377147`](6173771),
[`dbbc82f2d`](dbbc82f),
[`53ba9f5d1`](53ba9f5)]:
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`dbbc82f2d`](dbbc82f)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Jan 6, 2025
2 parents 53ba9f5 + 98dbc7f commit a628c23
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-mugs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-eels-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-phones-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-vans-end.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-suns-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cats-invent.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

## 5.0.10

### Patch Changes

- Updated dependencies [[`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba)]:
- @khanacademy/math-input@22.1.0

## 5.0.9

### 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": "5.0.9",
"version": "5.0.10",
"private": true,
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@khanacademy/kas": "^0.4.9",
"@khanacademy/kmath": "^0.1.24",
"@khanacademy/math-input": "^22.0.7",
"@khanacademy/math-input": "^22.1.0",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/perseus-linter": "^1.2.11",
"@khanacademy/pure-markdown": "^0.3.20",
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

## 22.1.0

### Minor Changes

- [#1738](https://github.com/Khan/perseus/pull/1738) [`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add scientific notation button / toggle to basic keypad

## 22.0.7

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

## 17.1.0

### Minor Changes

- [#1738](https://github.com/Khan/perseus/pull/1738) [`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add scientific notation button / toggle to basic keypad

### Patch Changes

- Updated dependencies [[`d8b2f7eaf`](https://github.com/Khan/perseus/commit/d8b2f7eaff83062516ad1e273c17fd6579716265), [`bac10129b`](https://github.com/Khan/perseus/commit/bac10129b523d61904a88ef3c7dbfcad2bd18750), [`37c642f24`](https://github.com/Khan/perseus/commit/37c642f24e645db954895510ba40bede94e09889), [`617377147`](https://github.com/Khan/perseus/commit/61737714796dfb8434fc139471d1add3c18853b3), [`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba), [`53ba9f5d1`](https://github.com/Khan/perseus/commit/53ba9f5d136f817257188ccf2696a8b91896ba72)]:
- @khanacademy/perseus@49.2.0
- @khanacademy/math-input@22.1.0

## 17.0.12

### Patch 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": "17.0.12",
"version": "17.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"@khanacademy/kas": "^0.4.9",
"@khanacademy/keypad-context": "^1.0.12",
"@khanacademy/kmath": "^0.1.24",
"@khanacademy/math-input": "^22.0.7",
"@khanacademy/perseus": "^49.1.7",
"@khanacademy/math-input": "^22.1.0",
"@khanacademy/perseus": "^49.2.0",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/pure-markdown": "^0.3.20",
"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

## 49.2.0

### Minor Changes

- [#1990](https://github.com/Khan/perseus/pull/1990) [`37c642f24`](https://github.com/Khan/perseus/commit/37c642f24e645db954895510ba40bede94e09889) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Allow keyboards to navigate and interact with images

* [#1738](https://github.com/Khan/perseus/pull/1738) [`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - add scientific notation button / toggle to basic keypad

### Patch Changes

- [#2061](https://github.com/Khan/perseus/pull/2061) [`d8b2f7eaf`](https://github.com/Khan/perseus/commit/d8b2f7eaff83062516ad1e273c17fd6579716265) Thanks [@anakaren-rojas](https://github.com/anakaren-rojas)! - update terminology for angle sides

* [#2071](https://github.com/Khan/perseus/pull/2071) [`bac10129b`](https://github.com/Khan/perseus/commit/bac10129b523d61904a88ef3c7dbfcad2bd18750) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - This patch fixes our Perseus strings to ensure that they are double escaped for Lingui.

- [#1952](https://github.com/Khan/perseus/pull/1952) [`617377147`](https://github.com/Khan/perseus/commit/61737714796dfb8434fc139471d1add3c18853b3) Thanks [@benchristel](https://github.com/benchristel)! - Internal: add and pass more regression tests for PerseusItem parser

* [#2059](https://github.com/Khan/perseus/pull/2059) [`53ba9f5d1`](https://github.com/Khan/perseus/commit/53ba9f5d136f817257188ccf2696a8b91896ba72) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - [Dropdown] Bugfix - Text in dropdown was shifted up after adding TeX support via Renderer

* Updated dependencies [[`dbbc82f2d`](https://github.com/Khan/perseus/commit/dbbc82f2dd33545b12c6073174b05ebcf8d551ba)]:
- @khanacademy/math-input@22.1.0

## 49.1.7

### Patch 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": "49.1.7",
"version": "49.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"@khanacademy/kas": "^0.4.9",
"@khanacademy/keypad-context": "^1.0.12",
"@khanacademy/kmath": "^0.1.24",
"@khanacademy/math-input": "^22.0.7",
"@khanacademy/math-input": "^22.1.0",
"@khanacademy/perseus-core": "3.0.5",
"@khanacademy/perseus-linter": "^1.2.11",
"@khanacademy/pure-markdown": "^0.3.20",
Expand Down

0 comments on commit a628c23

Please sign in to comment.