Skip to content

Commit

Permalink
Version Packages (#1648)
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/perseus@34.1.0

### Minor Changes

-   [#1642](#1642) [`75e19c557`](75e19c5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] View locked line labels


-   [#1647](#1647) [`49bf45573`](49bf455) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add labels to locked lines' defining points in the graph and editor


-   [#1644](#1644) [`136b6e54c`](136b6e5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add/edit/delete locked line labels

### Patch Changes

-   [#1646](#1646) [`7822ea63c`](7822ea6) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Keyboard support for unlimited point graphs


-   [#1651](#1651) [`1080a628b`](1080a62) Thanks [@handeyeco](https://github.com/handeyeco)! - Consolidate Measurer and DeprecatedStandin to use noopValidator


-   [#1640](#1640) [`d766b33dd`](d766b33) Thanks [@Myranae](https://github.com/Myranae)! - Move validation logic out of the Input Number widget


-   [#1657](#1657) [`25d45af95`](25d45af) Thanks [@benchristel](https://github.com/benchristel)! - Internal: delete an outdated comment


-   [#1649](#1649) [`b5594e81d`](b5594e8) Thanks [@handeyeco](https://github.com/handeyeco)! - Custom Jest matchers for PerseusScore


-   [#1641](#1641) [`f5ceabb7d`](f5ceabb) Thanks [@Myranae](https://github.com/Myranae)! - Move validation logic out of the Categorizer widget


-   [#1636](#1636) [`64bcde0a1`](64bcde0) Thanks [@handeyeco](https://github.com/handeyeco)! - Small tweak to validation logic for non-interactive widgets

## @khanacademy/perseus-editor@14.4.0

### Minor Changes

-   [#1642](#1642) [`75e19c557`](75e19c5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] View locked line labels


-   [#1647](#1647) [`49bf45573`](49bf455) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add labels to locked lines' defining points in the graph and editor


-   [#1644](#1644) [`136b6e54c`](136b6e5) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add/edit/delete locked line labels


-   [#1643](#1643) [`2950ec33f`](2950ec3) Thanks [@anniegallagher](https://github.com/anniegallagher)! - Make widget editors expanded by default. Add ability to expand/collapse all widget editors on a page externally.

### Patch Changes

-   Updated dependencies \[[`7822ea63c`](7822ea6), [`75e19c557`](75e19c5), [`49bf45573`](49bf455), [`1080a628b`](1080a62), [`d766b33dd`](d766b33), [`25d45af95`](25d45af), [`b5594e81d`](b5594e8), [`f5ceabb7d`](f5ceabb), [`136b6e54c`](136b6e5), [`64bcde0a1`](64bcde0)]:
    -   @khanacademy/perseus@34.1.0

Author: khan-actions-bot

Reviewers: jeremywiebe

Required Reviewers:

Approved By: jeremywiebe

Checks: ✅ codecov/project, ✅ codecov/patch, ✅ Upload Coverage (ubuntu-latest, 20.x), ⏭️  Publish npm snapshot, ✅ Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x), ✅ Jest Coverage (ubuntu-latest, 20.x), ✅ Cypress (ubuntu-latest, 20.x), ✅ Check builds for changes in size (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ✅ gerald

Pull Request URL: #1648
  • Loading branch information
khan-actions-bot committed Sep 23, 2024
1 parent 7822ea6 commit ebf97db
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-hats-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-moles-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-foxes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cameras-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-dancers-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-dingos-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-zebras-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bottles-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-parrots-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-trees-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-scissors-punch.md

This file was deleted.

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

## 14.4.0

### Minor Changes

- [#1642](https://github.com/Khan/perseus/pull/1642) [`75e19c557`](https://github.com/Khan/perseus/commit/75e19c557a0439b6645d09c3a0586d7f09d06539) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] View locked line labels

* [#1647](https://github.com/Khan/perseus/pull/1647) [`49bf45573`](https://github.com/Khan/perseus/commit/49bf4557313c7d69d5a287095991cf11cbc81752) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add labels to locked lines' defining points in the graph and editor

- [#1644](https://github.com/Khan/perseus/pull/1644) [`136b6e54c`](https://github.com/Khan/perseus/commit/136b6e54cf6ab1a8514533bad03ac7f752532084) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add/edit/delete locked line labels

* [#1643](https://github.com/Khan/perseus/pull/1643) [`2950ec33f`](https://github.com/Khan/perseus/commit/2950ec33ff6bcea92ffc3bf035fff6fdffa22804) Thanks [@anniegallagher](https://github.com/anniegallagher)! - Make widget editors expanded by default. Add ability to expand/collapse all widget editors on a page externally.

### Patch Changes

- Updated dependencies [[`7822ea63c`](https://github.com/Khan/perseus/commit/7822ea63c9f91adebe2b6ea0841db1ae62c9d088), [`75e19c557`](https://github.com/Khan/perseus/commit/75e19c557a0439b6645d09c3a0586d7f09d06539), [`49bf45573`](https://github.com/Khan/perseus/commit/49bf4557313c7d69d5a287095991cf11cbc81752), [`1080a628b`](https://github.com/Khan/perseus/commit/1080a628bd77139be91987763153273318dd8792), [`d766b33dd`](https://github.com/Khan/perseus/commit/d766b33dd70d63e2441fa1655ca30230432a6418), [`25d45af95`](https://github.com/Khan/perseus/commit/25d45af95aaacf302a7ea0cceae9d4c0cf1cab0b), [`b5594e81d`](https://github.com/Khan/perseus/commit/b5594e81d81bbc9dcd100bfc35dbca98c2241c51), [`f5ceabb7d`](https://github.com/Khan/perseus/commit/f5ceabb7dbdfc984d08eed0ea55cf4202ca276e2), [`136b6e54c`](https://github.com/Khan/perseus/commit/136b6e54cf6ab1a8514533bad03ac7f752532084), [`64bcde0a1`](https://github.com/Khan/perseus/commit/64bcde0a1f98b4232e5347a06f4c8cad7265d006)]:
- @khanacademy/perseus@34.1.0

## 14.3.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.3.0",
"version": "14.4.0",
"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": "^34.0.0",
"@khanacademy/perseus": "^34.1.0",
"@khanacademy/perseus-core": "1.5.0",
"mafs": "^0.19.0"
},
Expand Down
26 changes: 26 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @khanacademy/perseus

## 34.1.0

### Minor Changes

- [#1642](https://github.com/Khan/perseus/pull/1642) [`75e19c557`](https://github.com/Khan/perseus/commit/75e19c557a0439b6645d09c3a0586d7f09d06539) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] View locked line labels

* [#1647](https://github.com/Khan/perseus/pull/1647) [`49bf45573`](https://github.com/Khan/perseus/commit/49bf4557313c7d69d5a287095991cf11cbc81752) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add labels to locked lines' defining points in the graph and editor

- [#1644](https://github.com/Khan/perseus/pull/1644) [`136b6e54c`](https://github.com/Khan/perseus/commit/136b6e54cf6ab1a8514533bad03ac7f752532084) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Add/edit/delete locked line labels

### Patch Changes

- [#1646](https://github.com/Khan/perseus/pull/1646) [`7822ea63c`](https://github.com/Khan/perseus/commit/7822ea63c9f91adebe2b6ea0841db1ae62c9d088) Thanks [@nicolecomputer](https://github.com/nicolecomputer)! - Keyboard support for unlimited point graphs

* [#1651](https://github.com/Khan/perseus/pull/1651) [`1080a628b`](https://github.com/Khan/perseus/commit/1080a628bd77139be91987763153273318dd8792) Thanks [@handeyeco](https://github.com/handeyeco)! - Consolidate Measurer and DeprecatedStandin to use noopValidator

- [#1640](https://github.com/Khan/perseus/pull/1640) [`d766b33dd`](https://github.com/Khan/perseus/commit/d766b33dd70d63e2441fa1655ca30230432a6418) Thanks [@Myranae](https://github.com/Myranae)! - Move validation logic out of the Input Number widget

* [#1657](https://github.com/Khan/perseus/pull/1657) [`25d45af95`](https://github.com/Khan/perseus/commit/25d45af95aaacf302a7ea0cceae9d4c0cf1cab0b) Thanks [@benchristel](https://github.com/benchristel)! - Internal: delete an outdated comment

- [#1649](https://github.com/Khan/perseus/pull/1649) [`b5594e81d`](https://github.com/Khan/perseus/commit/b5594e81d81bbc9dcd100bfc35dbca98c2241c51) Thanks [@handeyeco](https://github.com/handeyeco)! - Custom Jest matchers for PerseusScore

* [#1641](https://github.com/Khan/perseus/pull/1641) [`f5ceabb7d`](https://github.com/Khan/perseus/commit/f5ceabb7dbdfc984d08eed0ea55cf4202ca276e2) Thanks [@Myranae](https://github.com/Myranae)! - Move validation logic out of the Categorizer widget

- [#1636](https://github.com/Khan/perseus/pull/1636) [`64bcde0a1`](https://github.com/Khan/perseus/commit/64bcde0a1f98b4232e5347a06f4c8cad7265d006) Thanks [@handeyeco](https://github.com/handeyeco)! - Small tweak to validation logic for non-interactive widgets

## 34.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": "34.0.0",
"version": "34.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ebf97db

Please sign in to comment.