Skip to content

Commit

Permalink
Merge pull request #346 from Khan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
handeyeco authored Jan 6, 2023
2 parents cede09b + 9bbdd6d commit 171dffc
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-guests-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-fireants-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-bats-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-ants-relate.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @khanacademy/perseus-editor

## 1.0.4

### Patch Changes

- Updated dependencies [5ba90816]
- Updated dependencies [96ddd9b7]
- Updated dependencies [cede09bd]
- Updated dependencies [a90a52c6]
- @khanacademy/perseus@1.2.0

## 1.0.3

### 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": "1.0.3",
"version": "1.0.4",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@khanacademy/kas": "^0.2.7",
"@khanacademy/kmath": "^0.0.8",
"@khanacademy/perseus": "^1.1.2"
"@khanacademy/perseus": "^1.2.0"
},
"devDependencies": {
"@khanacademy/wonder-blocks-button": "^2.11.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @khanacademy/perseus

## 1.2.0

### Minor Changes

- cede09bd: Fix passage widget bug bug where highlight is immediately lost when tooltip appears

### Patch Changes

- 5ba90816: CSS fix to remove gradient background on math
- 96ddd9b7: Update package.json with yarn start command
- a90a52c6: Update body fonts

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.2",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 171dffc

Please sign in to comment.