Skip to content

Commit

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

- [#1452](#1452)
[`3980a36fa`](3980a36)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Implementation of SVG-based Axis Tick Labels for Interactive Graph

### Patch Changes

- [#1609](#1609)
[`981047211`](9810472)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph]
Remove the start-coords-ui flags


- [#1610](#1610)
[`e9b317ca0`](e9b317c)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph
Editor] Remove the start coords UI if the graph is static


- [#1608](#1608)
[`737fe30b4`](737fe30)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph]
Remove the interactive-graph-locked-feature-m2b flag

## @khanacademy/[email protected]

### Patch Changes

- [#1609](#1609)
[`981047211`](9810472)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph]
Remove the start-coords-ui flags


- [#1607](#1607)
[`1b340b197`](1b340b1)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph
Editor] Use Wonder Blocks TextArea in the graph description settings UI


- [#1610](#1610)
[`e9b317ca0`](e9b317c)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph
Editor] Remove the start coords UI if the graph is static


- [#1608](#1608)
[`737fe30b4`](737fe30)
Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph]
Remove the interactive-graph-locked-feature-m2b flag

- Updated dependencies
\[[`981047211`](9810472),
[`e9b317ca0`](e9b317c),
[`737fe30b4`](737fe30),
[`3980a36fa`](3980a36)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Sep 11, 2024
2 parents 3980a36 + d6f5da3 commit 7c4e4b1
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-hairs-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-laws-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-melons-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-ways-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-students-float.md

This file was deleted.

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

## 14.1.1

### Patch Changes

- [#1609](https://github.com/Khan/perseus/pull/1609) [`981047211`](https://github.com/Khan/perseus/commit/9810472110434f22d8f446e9e6bf4bd69cdc3136) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph] Remove the start-coords-ui flags

* [#1607](https://github.com/Khan/perseus/pull/1607) [`1b340b197`](https://github.com/Khan/perseus/commit/1b340b197be03c4ee0c6fbaa4eb1871e68b4a915) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Use Wonder Blocks TextArea in the graph description settings UI

- [#1610](https://github.com/Khan/perseus/pull/1610) [`e9b317ca0`](https://github.com/Khan/perseus/commit/e9b317ca0398bb39de7b3605247d2abec09d791a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Remove the start coords UI if the graph is static

* [#1608](https://github.com/Khan/perseus/pull/1608) [`737fe30b4`](https://github.com/Khan/perseus/commit/737fe30b492c598c70b7bb1cebad00adf9a25c93) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph] Remove the interactive-graph-locked-feature-m2b flag

* Updated dependencies [[`981047211`](https://github.com/Khan/perseus/commit/9810472110434f22d8f446e9e6bf4bd69cdc3136), [`e9b317ca0`](https://github.com/Khan/perseus/commit/e9b317ca0398bb39de7b3605247d2abec09d791a), [`737fe30b4`](https://github.com/Khan/perseus/commit/737fe30b492c598c70b7bb1cebad00adf9a25c93), [`3980a36fa`](https://github.com/Khan/perseus/commit/3980a36fa2eb66c61d648d82e73d323ab8b8f5b0)]:
- @khanacademy/perseus@33.1.0

## 14.1.0

### Minor 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": "14.1.0",
"version": "14.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@khanacademy/keypad-context": "^1.0.1",
"@khanacademy/kmath": "^0.1.13",
"@khanacademy/math-input": "^21.0.2",
"@khanacademy/perseus": "^33.0.0",
"@khanacademy/perseus": "^33.1.0",
"@khanacademy/perseus-core": "1.5.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @khanacademy/perseus

## 33.1.0

### Minor Changes

- [#1452](https://github.com/Khan/perseus/pull/1452) [`3980a36fa`](https://github.com/Khan/perseus/commit/3980a36fa2eb66c61d648d82e73d323ab8b8f5b0) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Implementation of SVG-based Axis Tick Labels for Interactive Graph

### Patch Changes

- [#1609](https://github.com/Khan/perseus/pull/1609) [`981047211`](https://github.com/Khan/perseus/commit/9810472110434f22d8f446e9e6bf4bd69cdc3136) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph] Remove the start-coords-ui flags

* [#1610](https://github.com/Khan/perseus/pull/1610) [`e9b317ca0`](https://github.com/Khan/perseus/commit/e9b317ca0398bb39de7b3605247d2abec09d791a) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph Editor] Remove the start coords UI if the graph is static

- [#1608](https://github.com/Khan/perseus/pull/1608) [`737fe30b4`](https://github.com/Khan/perseus/commit/737fe30b492c598c70b7bb1cebad00adf9a25c93) Thanks [@nishasy](https://github.com/nishasy)! - [Interactive Graph] Remove the interactive-graph-locked-feature-m2b flag

## 33.0.0

### Major 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": "33.0.0",
"version": "33.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 7c4e4b1

Please sign in to comment.