Skip to content

Commit

Permalink
Merge pull request #298 from Khan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
handeyeco authored Nov 17, 2022
2 parents eeaa901 + f2091b5 commit d931bf1
Show file tree
Hide file tree
Showing 39 changed files with 149 additions and 132 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-adults-protect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/breezy-snails-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-donkeys-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-sheep-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-bottles-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-files-drop.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/empty-candles-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-insects-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-cheetahs-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-pianos-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-windows-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-doors-explode.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/pretty-garlics-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-cameras-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-pens-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-apricots-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cats-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-kids-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-humans-vanish.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- 9cbbbf2b: Added eslint rules for react hooks
- 848fece0: Fix issue in replaceStr() in test-setup.js, add option to not mock console.error/warn
- b0e9db06: Update jest config to exclude stories and test files from collecting coverage

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"license": "MIT",
"private": true
}
6 changes: 6 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kas

## 0.2.7

### Patch Changes

- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.6",
"version": "0.2.7",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {},
"devDependencies": {
"jison": "0.4.15",
"perseus-build-settings": "^0.0.4",
"perseus-build-settings": "^0.0.5",
"underscore": "1.4.4"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/kmath/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kmath

## 0.0.8

### Patch Changes

- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/kmath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Khan Academy's Javascript Numeric Math Utilities",
"author": "Khan Academy",
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {},
"devDependencies": {
"perseus-build-settings": "^0.0.4",
"perseus-build-settings": "^0.0.5",
"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

## 0.6.3

### Patch Changes

- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root

## 0.6.2

### 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": "0.6.2",
"version": "0.6.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -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.4",
"perseus-build-settings": "^0.0.5",
"prop-types": "15.6.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
29 changes: 29 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @khanacademy/perseus-editor

## 1.0.0

### Major Changes

- f9e0cda6: Change API shape: remove radioStyleVersion, add primaryProductColor to styling

### Patch Changes

- 28170809: refactors base-radio to be a functional component
- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root
- Updated dependencies [2a3ac714]
- Updated dependencies [28170809]
- Updated dependencies [ea104d1c]
- Updated dependencies [8c6c60f5]
- Updated dependencies [80e2cafc]
- Updated dependencies [f567f660]
- Updated dependencies [e8a60745]
- Updated dependencies [61a7084e]
- Updated dependencies [16eccaea]
- Updated dependencies [eeaa9010]
- Updated dependencies [d4d2b3a6]
- Updated dependencies [46859806]
- Updated dependencies [f9e0cda6]
- Updated dependencies [f5682ad6]
- Updated dependencies [61a7084e]
- @khanacademy/perseus@1.0.0
- @khanacademy/kas@0.2.7
- @khanacademy/kmath@0.0.8

## 0.4.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "0.4.3",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,9 +21,9 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.2.6",
"@khanacademy/kmath": "^0.0.7",
"@khanacademy/perseus": "^0.4.3"
"@khanacademy/kas": "^0.2.7",
"@khanacademy/kmath": "^0.0.8",
"@khanacademy/perseus": "^1.0.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.11.5",
Expand All @@ -34,7 +34,7 @@
"classnames": "^1.1.4",
"create-react-class": "^15.6.3",
"jquery": "^2.1.1",
"perseus-build-settings": "^0.0.4",
"perseus-build-settings": "^0.0.5",
"prop-types": "^15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/perseus-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/perseus-error

## 0.1.3

### Patch Changes

- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Custom PerseusError class",
"author": "Khan Academy",
"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus-linter

## 0.2.3

### Patch Changes

- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root
- Updated dependencies [f567f660]
- @khanacademy/perseus-error@0.1.3

## 0.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/perseus-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Linter engine for Perseus",
"author": "Khan Academy",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,10 +21,10 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/perseus-error": "^0.1.2"
"@khanacademy/perseus-error": "^0.1.3"
},
"devDependencies": {
"@khanacademy/pure-markdown": "^0.1.2",
"@khanacademy/pure-markdown": "^0.1.3",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
34 changes: 34 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @khanacademy/perseus

## 1.0.0

### Major Changes

- f9e0cda6: Change API shape: remove radioStyleVersion, add primaryProductColor to styling

### Minor Changes

- 61a7084e: make multi-select options look more like checkboxes

### Patch Changes

- 2a3ac714: adds better flow coverage to base-radio.jsx
- 28170809: refactors base-radio to be a functional component
- ea104d1c: Delete original choice icon now that it's been refactored and moved
- 8c6c60f5: Converts OptionStatus component to a functional component
- 80e2cafc: refactor focus-ring to functional component
- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root
- e8a60745: increase story/test coverage of base-radio
- 61a7084e: code cleanup for the choice-icon radio sub-component
- 16eccaea: convert Radio's Choice component into a functional component
- eeaa9010: Add more Flow typing to passage and passage-markdown widgets
- d4d2b3a6: removes unused crossOutButton component
- 46859806: Increases flow coverage for Radio's Widget component to 100%
- f5682ad6: fixes a bug in the multiselect radio widget to allow selected choices to be unselected
- Updated dependencies [f567f660]
- Updated dependencies [eeaa9010]
- @khanacademy/kas@0.2.7
- @khanacademy/kmath@0.0.8
- @khanacademy/math-input@0.6.3
- @khanacademy/perseus-linter@0.2.3
- @khanacademy/pure-markdown@0.1.3
- @khanacademy/simple-markdown@0.8.6

## 0.4.3

### Patch Changes
Expand Down
Loading

0 comments on commit d931bf1

Please sign in to comment.