Skip to content

Commit

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

- [#1896](#1896)
[`56fd44806`](56fd448)
Thanks [@catandthemachines](https://github.com/catandthemachines)! -
Fixing intersecting polygon sides issues for unlimited sided polygon.


- [#1894](#1894)
[`01edfb8be`](01edfb8)
Thanks [@nishasy](https://github.com/nishasy)! - [SR] Add comment about
making translation tickets


- [#1875](#1875)
[`28cae9d2a`](28cae9d)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count
lone unescaped \\$ as regular dollar signs in TeX

## @khanacademy/[email protected]

### Patch Changes

- [#1874](#1874)
[`42d25c2d2`](42d25c2)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Aria]
Fix \\$ edge cases for spoken math aria labels


- [#1912](#1912)
[`44e78a95d`](44e78a9)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph
Editor] Stop cursor jumps in number input fields


- [#1875](#1875)
[`28cae9d2a`](28cae9d)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count
lone unescaped \\$ as regular dollar signs in TeX

- Updated dependencies
\[[`56fd44806`](56fd448),
[`01edfb8be`](01edfb8),
[`28cae9d2a`](28cae9d)]:
    -   @khanacademy/[email protected]
  • Loading branch information
nishasy authored Nov 26, 2024
2 parents 44e78a9 + 5a05641 commit b7cf1c6
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-pianos-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-moose-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-kiwis-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-spies-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-owls-relate.md

This file was deleted.

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

## 15.0.1

### Patch Changes

- [#1874](https://github.com/Khan/perseus/pull/1874) [`42d25c2d2`](https://github.com/Khan/perseus/commit/42d25c2d2d844d6408d76b07794f171d962b91a7) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Aria] Fix \$ edge cases for spoken math aria labels

* [#1912](https://github.com/Khan/perseus/pull/1912) [`44e78a95d`](https://github.com/Khan/perseus/commit/44e78a95dc1f0d2d4a16794feb590d05df0f2e0a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Stop cursor jumps in number input fields

- [#1875](https://github.com/Khan/perseus/pull/1875) [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count lone unescaped \$ as regular dollar signs in TeX

- Updated dependencies [[`56fd44806`](https://github.com/Khan/perseus/commit/56fd448063b2e13c5e9cb9e1874c12494c6f0e34), [`01edfb8be`](https://github.com/Khan/perseus/commit/01edfb8be849f869c26ada923e275648780d36f3), [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c)]:
- @khanacademy/perseus@43.0.1

## 15.0.0

### Major 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": "15.0.0",
"version": "15.0.1",
"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.5",
"@khanacademy/perseus": "^43.0.0",
"@khanacademy/perseus": "^43.0.1",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/pure-markdown": "^0.3.12",
"mafs": "^0.19.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus

## 43.0.1

### Patch Changes

- [#1896](https://github.com/Khan/perseus/pull/1896) [`56fd44806`](https://github.com/Khan/perseus/commit/56fd448063b2e13c5e9cb9e1874c12494c6f0e34) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Fixing intersecting polygon sides issues for unlimited sided polygon.

* [#1894](https://github.com/Khan/perseus/pull/1894) [`01edfb8be`](https://github.com/Khan/perseus/commit/01edfb8be849f869c26ada923e275648780d36f3) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Add comment about making translation tickets

- [#1875](https://github.com/Khan/perseus/pull/1875) [`28cae9d2a`](https://github.com/Khan/perseus/commit/28cae9d2afe65e1345906de8106d349c93ddb97c) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Labels] Count lone unescaped \$ as regular dollar signs in TeX

## 43.0.0

### Major 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": "43.0.0",
"version": "43.0.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b7cf1c6

Please sign in to comment.