Skip to content

Commit

Permalink
Version Packages (#872)
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/math-input@16.4.0

### Minor Changes

- [#871](#871)
[`610ebba2`](610ebba)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Ensured that tapping an already focused math input will reopen the
keypad if it is closed.

## @khanacademy/perseus@17.3.1

### Patch Changes

- [#873](#873)
[`b7777865`](b777786)
Thanks [@nedredmond](https://github.com/nedredmond)! - Prevent paragraph
class from being added to answer pills component

- Updated dependencies
\[[`610ebba2`](610ebba)]:
    -   @khanacademy/math-input@16.4.0

## @khanacademy/perseus-editor@2.15.1

### Patch Changes

- Updated dependencies
\[[`b7777865`](b777786)]:
    -   @khanacademy/perseus@17.3.1
  • Loading branch information
nedredmond committed Dec 14, 2023
2 parents b777786 + 87fd185 commit 20db666
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-beds-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-birds-refuse.md

This file was deleted.

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

## 16.4.0

### Minor Changes

- [#871](https://github.com/Khan/perseus/pull/871) [`610ebba2`](https://github.com/Khan/perseus/commit/610ebba29ab8b2ee4ddf4879f8c8b87993f29b20) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Ensured that tapping an already focused math input will reopen the keypad if it is closed.

## 16.3.0

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

## 2.15.1

### Patch Changes

- Updated dependencies [[`b7777865`](https://github.com/Khan/perseus/commit/b777786517afc289e92201e3fea876c30c493290)]:
- @khanacademy/perseus@17.3.1

## 2.15.0

### Minor 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": "2.15.0",
"version": "2.15.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.7",
"@khanacademy/kmath": "^0.1.8",
"@khanacademy/perseus": "^17.3.0",
"@khanacademy/perseus": "^17.3.1",
"@khanacademy/perseus-core": "1.4.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @khanacademy/perseus

## 17.3.1

### Patch Changes

- [#873](https://github.com/Khan/perseus/pull/873) [`b7777865`](https://github.com/Khan/perseus/commit/b777786517afc289e92201e3fea876c30c493290) Thanks [@nedredmond](https://github.com/nedredmond)! - Prevent paragraph class from being added to answer pills component

- Updated dependencies [[`610ebba2`](https://github.com/Khan/perseus/commit/610ebba29ab8b2ee4ddf4879f8c8b87993f29b20)]:
- @khanacademy/math-input@16.4.0

## 17.3.0

### Minor 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": "17.3.0",
"version": "17.3.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.7",
"@khanacademy/kmath": "^0.1.8",
"@khanacademy/math-input": "^16.3.0",
"@khanacademy/math-input": "^16.4.0",
"@khanacademy/perseus-core": "1.4.1",
"@khanacademy/perseus-linter": "^0.3.10",
"@khanacademy/pure-markdown": "^0.2.13",
Expand Down

0 comments on commit 20db666

Please sign in to comment.