Skip to content

Commit

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

### Minor Changes

-   [#811](#811) [`bca527ab`](bca527a) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

## @khanacademy/[email protected]

### Minor Changes

-   [#797](#797) [`021f9462`](021f946) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Change the rational color in radio widget


-   [#811](#811) [`bca527ab`](bca527a) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

### Patch Changes

-   [#808](#808) [`8358da80`](8358da8) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea.


-   [#813](#813) [`691d29b4`](691d29b) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unused CSS from #problemarea.


-   [#812](#812) [`6d31e044`](6d31e04) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix 'focus' parameter on Renderer's setInputValue function to be optional.

-   Updated dependencies \[[`57e0e18b`](57e0e18), [`57e0e18b`](57e0e18), [`bca527ab`](bca527a)]:
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   [#811](#811) [`bca527ab`](bca527a) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

### Patch Changes

-   [#808](#808) [`8358da80`](8358da8) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea.

-   Updated dependencies \[[`8358da80`](8358da8), [`691d29b4`](691d29b), [`021f9462`](021f946), [`bca527ab`](bca527a), [`6d31e044`](6d31e04)]:
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Minor Changes

-   [#802](#802) [`57e0e18b`](57e0e18) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js


-   [#802](#802) [`57e0e18b`](57e0e18) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js

## @khanacademy/[email protected]

### Patch Changes

-   Updated dependencies \[[`57e0e18b`](57e0e18), [`57e0e18b`](57e0e18)]:
    -   @khanacademy/[email protected]

## [email protected]

### Minor Changes

-   [#802](#802) [`57e0e18b`](57e0e18) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Adjust builds so that less handles math the way it did in older versions.

Author: khan-actions-bot

Reviewers: jeremywiebe

Required Reviewers:

Approved By: jeremywiebe

Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage, ⏭  Publish npm snapshot, ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 16.x), ✅ Extract i18n strings (ubuntu-latest, 16.x), ✅ Cypress (ubuntu-latest, 16.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 16.x), ✅ Check builds for changes in size (ubuntu-latest, 16.x), ✅ Publish Storybook to Chromatic (ubuntu-latest, 16.x), ✅ Jest Coverage (ubuntu-latest, 16.x), ✅ gerald

Pull Request URL: #803
  • Loading branch information
khan-actions-bot authored Nov 27, 2023
1 parent 4ab430a commit 971bf6c
Show file tree
Hide file tree
Showing 23 changed files with 79 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-pumpkins-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-kiwis-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-ligers-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cameras-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-mails-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-camels-trade.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-seahorses-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-eagles-smell.md

This file was deleted.

6 changes: 6 additions & 0 deletions config/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perseus-build-settings

## 0.3.0

### Minor Changes

- [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Adjust builds so that less handles math the way it did in older versions.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perseus-build-settings",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"private": true
}
2 changes: 1 addition & 1 deletion packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@khanacademy/perseus-core": "1.3.0"
},
"devDependencies": {
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
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

## 15.1.0

### Minor Changes

- [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

## 15.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "15.0.1",
"version": "15.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"aphrodite": "^1.1.0",
"jquery": "^2.1.1",
"katex": "^0.11.1",
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"prop-types": "15.6.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus-editor

## 2.10.0

### Minor Changes

- [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

### Patch Changes

- [#808](https://github.com/Khan/perseus/pull/808) [`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea.

- Updated dependencies [[`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a), [`691d29b4`](https://github.com/Khan/perseus/commit/691d29b4224a523a3dd8d53a7aab28c80118e7ac), [`021f9462`](https://github.com/Khan/perseus/commit/021f946255f423de8df13f6872b0664f79408484), [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75), [`6d31e044`](https://github.com/Khan/perseus/commit/6d31e044d6f5b304e63602795e9bbd7ba443dac5)]:
- @khanacademy/perseus@13.2.0

## 2.9.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "2.10.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/perseus": "^13.1.0",
"@khanacademy/perseus": "^13.2.0",
"@khanacademy/perseus-core": "1.3.0"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"create-react-class": "^15.6.3",
"jquery": "^2.1.1",
"katex": "^0.11.1",
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@khanacademy/perseus-error": "^0.2.7"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.2.10",
"@khanacademy/pure-markdown": "^0.2.11",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @khanacademy/perseus

## 13.2.0

### Minor Changes

- [#797](https://github.com/Khan/perseus/pull/797) [`021f9462`](https://github.com/Khan/perseus/commit/021f946255f423de8df13f6872b0664f79408484) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Change the rational color in radio widget

* [#811](https://github.com/Khan/perseus/pull/811) [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Bump all Wonder Blocks dependencies to latest

### Patch Changes

- [#808](https://github.com/Khan/perseus/pull/808) [`8358da80`](https://github.com/Khan/perseus/commit/8358da8010dcb8976d8cfb542afa7e303ce4971a) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unnecessary conflicting CSS for #problemarea.

* [#813](https://github.com/Khan/perseus/pull/813) [`691d29b4`](https://github.com/Khan/perseus/commit/691d29b4224a523a3dd8d53a7aab28c80118e7ac) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing unused CSS from #problemarea.

- [#812](https://github.com/Khan/perseus/pull/812) [`6d31e044`](https://github.com/Khan/perseus/commit/6d31e044d6f5b304e63602795e9bbd7ba443dac5) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Fix 'focus' parameter on Renderer's setInputValue function to be optional.

- Updated dependencies [[`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`bca527ab`](https://github.com/Khan/perseus/commit/bca527abc4d8b29942efec12509f9cf8be401e75)]:
- @khanacademy/simple-markdown@0.11.0
- @khanacademy/math-input@15.1.0
- @khanacademy/pure-markdown@0.2.11

## 13.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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": "13.1.0",
"version": "13.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,11 +24,11 @@
"dependencies": {
"@khanacademy/kas": "^0.3.5",
"@khanacademy/kmath": "^0.1.6",
"@khanacademy/math-input": "^15.0.1",
"@khanacademy/math-input": "^15.1.0",
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-linter": "^0.3.8",
"@khanacademy/pure-markdown": "^0.2.10",
"@khanacademy/simple-markdown": "^0.10.4"
"@khanacademy/pure-markdown": "^0.2.11",
"@khanacademy/simple-markdown": "^0.11.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^6.2.2",
Expand Down Expand Up @@ -59,7 +59,7 @@
"katex": "^0.11.1",
"lodash.debounce": "^4.0.8",
"mathquill": "git+https://[email protected]/Khan/mathquill.git#48410e80d760bbd5105544d4a4ab459a28dc2cbc",
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/pure-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @khanacademy/pure-markdown

## 0.2.11

### Patch Changes

- Updated dependencies [[`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c), [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c)]:
- @khanacademy/simple-markdown@0.11.0

## 0.2.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pure-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SimpleMarkdown instance with non-react Perseus rules",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.10",
"version": "0.2.11",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/perseus-core": "1.3.0",
"@khanacademy/perseus-error": "^0.2.7",
"@khanacademy/simple-markdown": "^0.10.4"
"@khanacademy/simple-markdown": "^0.11.0"
},
"devDependencies": {},
"peerDependencies": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/simple-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/simple-markdown

## 0.11.0

### Minor Changes

- [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js

* [#802](https://github.com/Khan/perseus/pull/802) [`57e0e18b`](https://github.com/Khan/perseus/commit/57e0e18bd3729cde2e35cfa4ec40b67a5700049c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Remove unused dependencies: size-limit and uglify-js

## 0.10.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/simple-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Javascript markdown parsing, made simple",
"author": "Khan Academy",
"license": "MIT",
"version": "0.10.4",
"version": "0.11.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/react-dom": ">=16.0.0",
"perseus-build-settings": "^0.2.1",
"perseus-build-settings": "^0.3.0",
"typescript": "^3.6.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 971bf6c

Please sign in to comment.