Skip to content

Commit c9f7b12

Browse files
Version Packages (#3002)
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 - [#2972](#2972) [`d0309d0b1f`](d0309d0) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (a11y) | Fix image widget semantics so that images are images rather than buttons + make all images zoomable ### Patch Changes - [#3011](#3011) [`79959b9d3e`](79959b9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Sync dependencies with Frontend - [#3011](#3011) [`79959b9d3e`](79959b9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - [Radio] Bugfix - Line breaks in rationale were not showing - [#3008](#3008) [`7180091927`](7180091) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (UX) | Fix image stretching vertically in markdown tables in Safari - Updated dependencies \[[`79959b9d3e`](79959b9)]: - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - [#3011](#3011) [`79959b9d3e`](79959b9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Sync dependencies with Frontend ## @khanacademy/[email protected] ### Patch Changes - [#3011](#3011) [`79959b9d3e`](79959b9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Sync dependencies with Frontend - [#3007](#3007) [`9a0bdcd7d2`](9a0bdcd) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (CX) | Add a button to reset image to original dimensions - [#3008](#3008) [`7180091927`](7180091) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (UX) | Fix image stretching vertically in markdown tables in Safari - Updated dependencies \[[`d0309d0b1f`](d0309d0), [`79959b9d3e`](79959b9), [`79959b9d3e`](79959b9), [`7180091927`](7180091)]: - @khanacademy/[email protected] - @khanacademy/[email protected] Author: khan-actions-bot Reviewers: mark-fitzgerald Required Reviewers: Approved By: mark-fitzgerald Checks: ⏭️ 1 check has been skipped, ✅ 6 checks were successful Pull Request URL: #3002
1 parent 79959b9 commit c9f7b12

File tree

12 files changed

+40
-33
lines changed

12 files changed

+40
-33
lines changed

.changeset/clever-seals-cover.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/dull-beers-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-falcons-attend.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/lemon-seas-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-flowers-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-hairs-double.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/math-input/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/math-input
22

3+
## 26.2.17
4+
5+
### Patch Changes
6+
7+
- [#3011](https://github.com/Khan/perseus/pull/3011) [`79959b9d3e`](https://github.com/Khan/perseus/commit/79959b9d3e37f2a46690a4d4847ff9bbe17353e9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Sync dependencies with Frontend
8+
39
## 26.2.16
410

511
### Patch Changes

packages/math-input/package.json

Lines changed: 1 addition & 1 deletion
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": "26.2.16",
6+
"version": "26.2.17",
77
"publishConfig": {
88
"access": "public"
99
},

packages/perseus-editor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @khanacademy/perseus-editor
22

3+
## 28.5.6
4+
5+
### Patch Changes
6+
7+
- [#3011](https://github.com/Khan/perseus/pull/3011) [`79959b9d3e`](https://github.com/Khan/perseus/commit/79959b9d3e37f2a46690a4d4847ff9bbe17353e9) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - Sync dependencies with Frontend
8+
9+
* [#3007](https://github.com/Khan/perseus/pull/3007) [`9a0bdcd7d2`](https://github.com/Khan/perseus/commit/9a0bdcd7d224aaaa127cd574225ed1e6e18c73f7) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (CX) | Add a button to reset image to original dimensions
10+
11+
- [#3008](https://github.com/Khan/perseus/pull/3008) [`7180091927`](https://github.com/Khan/perseus/commit/7180091927b3115e33ac9b31164ae4a2545b636c) Thanks [@nishasy](https://github.com/nishasy)! - [Image] | (UX) | Fix image stretching vertically in markdown tables in Safari
12+
13+
- Updated dependencies [[`d0309d0b1f`](https://github.com/Khan/perseus/commit/d0309d0b1f59e88b4a59fe23fd6d737c900f1c7d), [`79959b9d3e`](https://github.com/Khan/perseus/commit/79959b9d3e37f2a46690a4d4847ff9bbe17353e9), [`79959b9d3e`](https://github.com/Khan/perseus/commit/79959b9d3e37f2a46690a4d4847ff9bbe17353e9), [`7180091927`](https://github.com/Khan/perseus/commit/7180091927b3115e33ac9b31164ae4a2545b636c)]:
14+
- @khanacademy/perseus@71.5.0
15+
- @khanacademy/math-input@26.2.17
16+
317
## 28.5.5
418

519
### Patch Changes

packages/perseus-editor/package.json

Lines changed: 1 addition & 1 deletion
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": "28.5.5",
6+
"version": "28.5.6",
77
"publishConfig": {
88
"access": "public"
99
},

0 commit comments

Comments
 (0)