Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #761

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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
Loading