Skip to content

Commit

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

### Patch Changes

- [#1887](#1887)
[`4c2db8d38`](4c2db8d)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: add
snapshot tests for `parseAndTypecheckPerseusItem`.


- [#1872](#1872)
[`7ca5bbf0e`](7ca5bbf)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: make
the exhaustive test tool for PerseusItem parsing find the shortest input
file that repros each failure


- [#1871](#1871)
[`500315145`](5003151)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: Add
regression tests for PerseusItem parser


- [#1877](#1877)
[`44933f88e`](44933f8)
Thanks [@benchristel](https://github.com/benchristel)! - Internal: Add
README.md for packages/perseus/src/util/parse-perseus-json


- [#1888](#1888)
[`d0e7a0383`](d0e7a03)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Fixing issue with Input Numbers that have a value of 0

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`4c2db8d38`](4c2db8d),
[`7ca5bbf0e`](7ca5bbf),
[`500315145`](5003151),
[`44933f88e`](44933f8),
[`d0e7a0383`](d0e7a03)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Nov 20, 2024
2 parents d0e7a03 + c9c32c2 commit 4e00c12
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-jobs-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-sheep-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pens-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-boats-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-melons-sneeze.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

## 14.12.4

### Patch Changes

- Updated dependencies [[`4c2db8d38`](https://github.com/Khan/perseus/commit/4c2db8d384f5542cfc7f6aafd8294049a7afe1c3), [`7ca5bbf0e`](https://github.com/Khan/perseus/commit/7ca5bbf0e0f5c24a0bda5de9142703a913ce3fa8), [`500315145`](https://github.com/Khan/perseus/commit/5003151457ce737056950192225cb0ac522571a6), [`44933f88e`](https://github.com/Khan/perseus/commit/44933f88e90c4b8f15dc2d1d39a4297d69e21c39), [`d0e7a0383`](https://github.com/Khan/perseus/commit/d0e7a0383002414d874297ccc88bf5c9863b4ea5)]:
- @khanacademy/perseus@42.0.3

## 14.12.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": "14.12.3",
"version": "14.12.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus": "^42.0.2",
"@khanacademy/perseus": "^42.0.3",
"@khanacademy/perseus-core": "1.5.3",
"@khanacademy/pure-markdown": "^0.3.11",
"mafs": "^0.19.0"
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

## 42.0.3

### Patch Changes

- [#1887](https://github.com/Khan/perseus/pull/1887) [`4c2db8d38`](https://github.com/Khan/perseus/commit/4c2db8d384f5542cfc7f6aafd8294049a7afe1c3) Thanks [@benchristel](https://github.com/benchristel)! - Internal: add snapshot tests for `parseAndTypecheckPerseusItem`.

* [#1872](https://github.com/Khan/perseus/pull/1872) [`7ca5bbf0e`](https://github.com/Khan/perseus/commit/7ca5bbf0e0f5c24a0bda5de9142703a913ce3fa8) Thanks [@benchristel](https://github.com/benchristel)! - Internal: make the exhaustive test tool for PerseusItem parsing find the shortest input file that repros each failure

- [#1871](https://github.com/Khan/perseus/pull/1871) [`500315145`](https://github.com/Khan/perseus/commit/5003151457ce737056950192225cb0ac522571a6) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Add regression tests for PerseusItem parser

* [#1877](https://github.com/Khan/perseus/pull/1877) [`44933f88e`](https://github.com/Khan/perseus/commit/44933f88e90c4b8f15dc2d1d39a4297d69e21c39) Thanks [@benchristel](https://github.com/benchristel)! - Internal: Add README.md for packages/perseus/src/util/parse-perseus-json

- [#1888](https://github.com/Khan/perseus/pull/1888) [`d0e7a0383`](https://github.com/Khan/perseus/commit/d0e7a0383002414d874297ccc88bf5c9863b4ea5) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Hypothesis

## 42.0.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": "42.0.2",
"version": "42.0.3",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 4e00c12

Please sign in to comment.