Skip to content

Commit

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

### Major Changes

-   5bcf118: # Update MathInput

- `buttonSets` is now deprecated in favor of `keypadButtonSets`, but
currently maps to the new prop for backwards compatability.
- `buttonsVisible` is now a bit misleading: "focused" is the default
state with a toggle-able keypad and "always" shows the keypad by
default.

### Minor Changes

-   5bcf118: Desktop Expression Widget now uses v2 keypad

### Patch Changes

-   Updated dependencies [5bcf118]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   5bcf118: Desktop Expression Widget now uses v2 keypad

## @khanacademy/[email protected]

### Minor Changes

-   5bcf118: Desktop Expression Widget now uses v2 keypad

### Patch Changes

-   5bcf118: # Update MathInput

- `buttonSets` is now deprecated in favor of `keypadButtonSets`, but
currently maps to the new prop for backwards compatability.
- `buttonsVisible` is now a bit misleading: "focused" is the default
state with a toggle-able keypad and "always" shows the keypad by
default.

-   Updated dependencies [5bcf118]

-   Updated dependencies [5bcf118]
    -   @khanacademy/[email protected]
  • Loading branch information
nedredmond authored Oct 12, 2023
2 parents 5bcf118 + f0086d1 commit 62869fb
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/great-pigs-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-otters-fix.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

## 14.1.0

### Minor Changes

- 5bcf118c: Desktop Expression Widget now uses v2 keypad

## 14.0.1

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

## 2.8.0

### Minor Changes

- 5bcf118c: Desktop Expression Widget now uses v2 keypad

### Patch Changes

- 5bcf118c: # Update MathInput

- `buttonSets` is now deprecated in favor of `keypadButtonSets`, but currently maps to the new prop for backwards compatability.
- `buttonsVisible` is now a bit misleading: "focused" is the default state with a toggle-able keypad and "always" shows the keypad by default.

- Updated dependencies [5bcf118c]
- Updated dependencies [5bcf118c]
- @khanacademy/perseus@12.0.0

## 2.7.7

### Patch 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.7.7",
"version": "2.8.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.2",
"@khanacademy/kmath": "^0.1.3",
"@khanacademy/perseus": "^11.6.1",
"@khanacademy/perseus": "^12.0.0",
"@khanacademy/perseus-core": "1.1.1"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @khanacademy/perseus

## 12.0.0

### Major Changes

- 5bcf118c: # Update MathInput

- `buttonSets` is now deprecated in favor of `keypadButtonSets`, but currently maps to the new prop for backwards compatability.
- `buttonsVisible` is now a bit misleading: "focused" is the default state with a toggle-able keypad and "always" shows the keypad by default.

### Minor Changes

- 5bcf118c: Desktop Expression Widget now uses v2 keypad

### Patch Changes

- Updated dependencies [5bcf118c]
- @khanacademy/math-input@14.1.0

## 11.6.1

### Patch 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": "11.6.1",
"version": "12.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.2",
"@khanacademy/kmath": "^0.1.3",
"@khanacademy/math-input": "^14.0.1",
"@khanacademy/math-input": "^14.1.0",
"@khanacademy/perseus-core": "1.1.1",
"@khanacademy/perseus-linter": "^0.3.5",
"@khanacademy/pure-markdown": "^0.2.7",
Expand Down

0 comments on commit 62869fb

Please sign in to comment.