Skip to content

Commit

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

- [#773](#773)
[`809823e4`](809823e)
Thanks [@nixterrimus](https://github.com/nixterrimus)! - Fix text
overlap in interactive graph widget


- [#755](#755)
[`6d9e31a4`](6d9e31a)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Adding logic to ArticleRenderer so that it can return our currently
focused element.

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`809823e4`](809823e),
[`6d9e31a4`](6d9e31a)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Oct 23, 2023
2 parents 6d9e31a + 5b1e452 commit 0be9792
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-cherries-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-days-compete.md

This file was deleted.

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

## 2.8.3

### Patch Changes

- Updated dependencies [[`809823e4`](https://github.com/Khan/perseus/commit/809823e490f65cbcbaa05b548de985035810ba8d), [`6d9e31a4`](https://github.com/Khan/perseus/commit/6d9e31a4ea4a1ed29bef2d9812d21e5b2fd41af6)]:
- @khanacademy/perseus@12.2.0

## 2.8.2

### 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.8.2",
"version": "2.8.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@khanacademy/kas": "^0.3.3",
"@khanacademy/kmath": "^0.1.4",
"@khanacademy/perseus": "^12.1.0",
"@khanacademy/perseus": "^12.2.0",
"@khanacademy/perseus-core": "1.1.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus

## 12.2.0

### Minor Changes

- [#773](https://github.com/Khan/perseus/pull/773) [`809823e4`](https://github.com/Khan/perseus/commit/809823e490f65cbcbaa05b548de985035810ba8d) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Fix text overlap in interactive graph widget

* [#755](https://github.com/Khan/perseus/pull/755) [`6d9e31a4`](https://github.com/Khan/perseus/commit/6d9e31a4ea4a1ed29bef2d9812d21e5b2fd41af6) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Adding logic to ArticleRenderer so that it can return our currently focused element.

## 12.1.0

### Minor 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": "12.1.0",
"version": "12.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 0be9792

Please sign in to comment.