Skip to content

Commit 5a05641

Browse files
Version Packages
1 parent 44e78a9 commit 5a05641

9 files changed

+26
-29
lines changed

.changeset/chilled-pianos-cheat.md

-5
This file was deleted.

.changeset/kind-moose-lick.md

-5
This file was deleted.

.changeset/neat-kiwis-relax.md

-5
This file was deleted.

.changeset/selfish-spies-film.md

-5
This file was deleted.

.changeset/small-owls-relate.md

-6
This file was deleted.

packages/perseus-editor/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @khanacademy/perseus-editor
22

3+
## 15.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
- [#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
12+
13+
- 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)]:
14+
- @khanacademy/perseus@43.0.1
15+
316
## 15.0.0
417

518
### Major Changes

packages/perseus-editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus editors",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "15.0.0",
6+
"version": "15.0.1",
77
"publishConfig": {
88
"access": "public"
99
},
@@ -38,7 +38,7 @@
3838
"@khanacademy/keypad-context": "^1.0.4",
3939
"@khanacademy/kmath": "^0.1.16",
4040
"@khanacademy/math-input": "^21.1.5",
41-
"@khanacademy/perseus": "^43.0.0",
41+
"@khanacademy/perseus": "^43.0.1",
4242
"@khanacademy/perseus-core": "1.5.3",
4343
"@khanacademy/pure-markdown": "^0.3.12",
4444
"mafs": "^0.19.0"

packages/perseus/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @khanacademy/perseus
22

3+
## 43.0.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
* [#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
10+
11+
- [#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
12+
313
## 43.0.0
414

515
### Major Changes

packages/perseus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Core Perseus API (includes renderers and widgets)",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "43.0.0",
6+
"version": "43.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)