Skip to content

Commit 9dc3c65

Browse files
Version Packages (#2295)
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 - [#2293](#2293) [`91e30c02c`](91e30c0) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Deprecate usage of PerseusErrorOccurred event logging in favor of PerseusErrorOccurredTI events. ### Patch Changes - [#2294](#2294) [`254fa3605`](254fa36) Thanks [@nishasy](https://github.com/nishasy)! - [Polygon] Show right angle markers when showAngles is on - Updated dependencies \[[`91e30c02c`](91e30c0), [`59b932619`](59b9326)]: - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Minor Changes - [#2293](#2293) [`91e30c02c`](91e30c0) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Deprecate usage of PerseusErrorOccurred event logging in favor of PerseusErrorOccurredTI events. ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - [#2292](#2292) [`59b932619`](59b9326) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensure that keypad backspaces don't delete entire parentheses nodes at once. - Updated dependencies \[[`91e30c02c`](91e30c0)]: - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0), [`254fa3605`](254fa36), [`59b932619`](59b9326)]: - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0)]: - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies \[[`91e30c02c`](91e30c0), [`59b932619`](59b9326)]: - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected]
2 parents 91e30c0 + 5441e86 commit 9dc3c65

21 files changed

+95
-25
lines changed

.changeset/olive-ads-yawn.md

-6
This file was deleted.

.changeset/small-gifts-float.md

-5
This file was deleted.

.changeset/spotty-pans-yell.md

-5
This file was deleted.

dev/CHANGELOG.md

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

3+
## 5.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a), [`59b932619`](https://github.com/Khan/perseus/commit/59b93261916bb3583ee84396693d84fe796aa5d4)]:
8+
- @khanacademy/perseus-core@5.1.0
9+
- @khanacademy/math-input@23.0.1
10+
- @khanacademy/kmath@0.4.2
11+
- @khanacademy/perseus-linter@1.3.2
12+
313
## 5.3.1
414

515
### Patch Changes

dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus dev UI",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "5.3.1",
6+
"version": "5.3.2",
77
"private": true,
88
"repository": {
99
"type": "git",

packages/keypad-context/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/keypad-context
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a)]:
8+
- @khanacademy/perseus-core@5.1.0
9+
310
## 1.1.1
411

512
### Patch Changes

packages/keypad-context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus keypad context",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"publishConfig": {
88
"access": "public"
99
},

packages/kmath/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/kmath
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a)]:
8+
- @khanacademy/perseus-core@5.1.0
9+
310
## 0.4.1
411

512
### Patch Changes

packages/kmath/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Khan Academy's Javascript Numeric Math Utilities",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "0.4.1",
6+
"version": "0.4.2",
77
"publishConfig": {
88
"access": "public"
99
},

packages/math-input/CHANGELOG.md

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

3+
## 23.0.1
4+
5+
### Patch Changes
6+
7+
- [#2292](https://github.com/Khan/perseus/pull/2292) [`59b932619`](https://github.com/Khan/perseus/commit/59b93261916bb3583ee84396693d84fe796aa5d4) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensure that keypad backspaces don't delete entire parentheses nodes at once.
8+
9+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a)]:
10+
- @khanacademy/perseus-core@5.1.0
11+
- @khanacademy/keypad-context@1.1.2
12+
313
## 23.0.0
414

515
### Major Changes

packages/math-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Khan Academy's new expression editor for the mobile web.",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "23.0.0",
6+
"version": "23.0.1",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-core/CHANGELOG.md

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

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#2293](https://github.com/Khan/perseus/pull/2293) [`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Deprecate usage of PerseusErrorOccurred event logging in favor of PerseusErrorOccurredTI events.
8+
39
## 5.0.0
410

511
### Major Changes

packages/perseus-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Shared Perseus infrastructure",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "5.0.0",
6+
"version": "5.1.0",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

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

3+
## 17.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a), [`254fa3605`](https://github.com/Khan/perseus/commit/254fa360518ffd78cd26a0fb47fec2d53d9db948), [`59b932619`](https://github.com/Khan/perseus/commit/59b93261916bb3583ee84396693d84fe796aa5d4)]:
8+
- @khanacademy/perseus@56.2.0
9+
- @khanacademy/perseus-core@5.1.0
10+
- @khanacademy/math-input@23.0.1
11+
- @khanacademy/keypad-context@1.1.2
12+
- @khanacademy/kmath@0.4.2
13+
- @khanacademy/perseus-linter@1.3.2
14+
- @khanacademy/perseus-score@2.3.2
15+
316
## 17.9.1
417

518
### Patch Changes

packages/perseus-editor/package.json

+1-1
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": "17.9.1",
6+
"version": "17.9.2",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-linter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @khanacademy/perseus-linter
22

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a)]:
8+
- @khanacademy/perseus-core@5.1.0
9+
310
## 1.3.1
411

512
### Patch Changes

packages/perseus-linter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Linter engine for Perseus",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "1.3.1",
6+
"version": "1.3.2",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-score/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a)]:
8+
- @khanacademy/perseus-core@5.1.0
9+
- @khanacademy/kmath@0.4.2
10+
311
## 2.3.1
412

513
### Patch Changes

packages/perseus-score/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Perseus score",
44
"author": "Khan Academy",
55
"license": "MIT",
6-
"version": "2.3.1",
6+
"version": "2.3.2",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus/CHANGELOG.md

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

3+
## 56.2.0
4+
5+
### Minor Changes
6+
7+
- [#2293](https://github.com/Khan/perseus/pull/2293) [`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a) Thanks [@catandthemachines](https://github.com/catandthemachines)! - Deprecate usage of PerseusErrorOccurred event logging in favor of PerseusErrorOccurredTI events.
8+
9+
### Patch Changes
10+
11+
- [#2294](https://github.com/Khan/perseus/pull/2294) [`254fa3605`](https://github.com/Khan/perseus/commit/254fa360518ffd78cd26a0fb47fec2d53d9db948) Thanks [@nishasy](https://github.com/nishasy)! - [Polygon] Show right angle markers when showAngles is on
12+
13+
- Updated dependencies [[`91e30c02c`](https://github.com/Khan/perseus/commit/91e30c02c15ddc7c811b658bdb052172739a690a), [`59b932619`](https://github.com/Khan/perseus/commit/59b93261916bb3583ee84396693d84fe796aa5d4)]:
14+
- @khanacademy/perseus-core@5.1.0
15+
- @khanacademy/math-input@23.0.1
16+
- @khanacademy/keypad-context@1.1.2
17+
- @khanacademy/kmath@0.4.2
18+
- @khanacademy/perseus-linter@1.3.2
19+
- @khanacademy/perseus-score@2.3.2
20+
321
## 56.1.0
422

523
### Minor 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": "56.1.0",
6+
"version": "56.2.0",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)