-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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] ### Patch Changes - a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it ## @khanacademy/[email protected] ### Patch Changes - a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it ## @khanacademy/[email protected] ### Patch Changes - Updated dependencies [a15b0e8] - @khanacademy/[email protected] - @khanacademy/[email protected] - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - @khanacademy/[email protected] ## @khanacademy/[email protected] ### Patch Changes - a15b0e8: Add 'perseus-build-settings' as a dev dep to packages that were missing it ## [email protected] ### Patch Changes - c1e0de5: Disable terser plugin Author: khan-actions-bot Reviewers: kevinbarabash Required Reviewers: Approved By: kevinbarabash Checks: Pull Request URL: #229
- Loading branch information
1 parent
a15b0e8
commit 9b6ee37
Showing
16 changed files
with
57 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# perseus-build-settings | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- c1e0de55: Disable terser plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "perseus-build-settings", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# @khanacademy/kas | ||
|
||
## 0.2.4 | ||
|
||
### Patch Changes | ||
|
||
- a15b0e86: Add 'perseus-build-settings' as a dev dep to packages that were missing it | ||
|
||
## 0.2.3 | ||
|
||
### Patch Changes | ||
|
||
- 570c5800: Move KAS into khan/perseus repo | ||
- 570c5800: Move KAS into khan/perseus repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Khan Academy's new expression editor for the mobile web.", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
@@ -30,7 +30,7 @@ | |
"jquery": "^2.1.1", | ||
"katex": "^0.11.1", | ||
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992", | ||
"perseus-build-settings": "^0.0.1", | ||
"perseus-build-settings": "^0.0.2", | ||
"prop-types": "15.6.1", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Core Perseus API (includes renderers and widgets)", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
@@ -22,9 +22,9 @@ | |
}, | ||
"dependencies": { | ||
"@khanacademy/kmath": "0.0.5", | ||
"@khanacademy/math-input": "^0.5.1", | ||
"@khanacademy/kas": "^0.2.3", | ||
"@khanacademy/simple-markdown": "^0.8.1", | ||
"@khanacademy/math-input": "^0.5.2", | ||
"@khanacademy/kas": "^0.2.4", | ||
"@khanacademy/simple-markdown": "^0.8.2", | ||
"mathquill": "git+https://[email protected]/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992" | ||
}, | ||
"devDependencies": { | ||
|
@@ -50,7 +50,7 @@ | |
"intersection-observer": "^0.12.0", | ||
"jquery": "^2.1.1", | ||
"lodash.debounce": "^4.0.8", | ||
"perseus-build-settings": "^0.0.1", | ||
"perseus-build-settings": "^0.0.2", | ||
"prop-types": "^15.6.1", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters