Skip to content

Commit

Permalink
Version Packages (#1755)
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/kas@0.3.15

### Patch Changes

-   [#1747](#1747) [`81ee69b0a`](81ee69b) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Update nodes.js to use ES6 classes


-   [#1748](#1748) [`93bd39b6b`](93bd39b) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Convert nodes.js to use TypeScript

## @khanacademy/perseus@38.0.1

### Patch Changes

-   [#1751](#1751) [`c95d08056`](c95d080) Thanks [@Myranae](https://github.com/Myranae)! - Refine InputNumber's rubric type


-   [#1756](#1756) [`3a208ba12`](3a208ba) Thanks [@Myranae](https://github.com/Myranae)! - Refine LabelImage's Rubric type


-   [#1762](#1762) [`a0f438fd7`](a0f438f) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Number Line] - Some exercises with fractions wouldn't render

-   Updated dependencies \[[`81ee69b0a`](81ee69b), [`93bd39b6b`](93bd39b)]:
    -   @khanacademy/kas@0.3.15

## @khanacademy/perseus-editor@14.8.1

### Patch Changes

-   Updated dependencies \[[`81ee69b0a`](81ee69b), [`c95d08056`](c95d080), [`93bd39b6b`](93bd39b), [`3a208ba12`](3a208ba), [`a0f438fd7`](a0f438f)]:
    -   @khanacademy/kas@0.3.15
    -   @khanacademy/perseus@38.0.1

## @khanacademy/perseus-dev-ui@3.0.9

### Patch Changes

-   Updated dependencies \[[`81ee69b0a`](81ee69b), [`93bd39b6b`](93bd39b)]:
    -   @khanacademy/kas@0.3.15

Author: khan-actions-bot

Reviewers: mark-fitzgerald

Required Reviewers:

Approved By: mark-fitzgerald

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

Pull Request URL: #1755
  • Loading branch information
khan-actions-bot authored Oct 17, 2024
1 parent a0f438f commit 94342fc
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-queens-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-baboons-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-pumas-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-points-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-horses-scream.md

This file was deleted.

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

## 3.0.9

### Patch Changes

- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921)]:
- @khanacademy/kas@0.3.15

## 3.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Perseus dev UI",
"author": "Khan Academy",
"license": "MIT",
"version": "3.0.8",
"version": "3.0.9",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.3.14",
"@khanacademy/kas": "^0.3.15",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.0",
"@khanacademy/perseus-core": "1.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/kas

## 0.3.15

### Patch Changes

- [#1747](https://github.com/Khan/perseus/pull/1747) [`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Update nodes.js to use ES6 classes

* [#1748](https://github.com/Khan/perseus/pull/1748) [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921) Thanks [@kevinb-khan](https://github.com/kevinb-khan)! - Convert nodes.js to use TypeScript

## 0.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
"author": "Khan Academy",
"license": "MIT",
"version": "0.3.14",
"version": "0.3.15",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/perseus-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @khanacademy/perseus-editor

## 14.8.1

### Patch Changes

- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`c95d08056`](https://github.com/Khan/perseus/commit/c95d0805624f553718ec2c1a18108cc86e712f93), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921), [`3a208ba12`](https://github.com/Khan/perseus/commit/3a208ba127da6145dd26ef80c7fd3b2809a1b768), [`a0f438fd7`](https://github.com/Khan/perseus/commit/a0f438fd7ef564e2df348c2f42809f46c7216194)]:
- @khanacademy/kas@0.3.15
- @khanacademy/perseus@38.0.1

## 14.8.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.8.0",
"version": "14.8.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.3.14",
"@khanacademy/kas": "^0.3.15",
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.0",
"@khanacademy/perseus": "^38.0.0",
"@khanacademy/perseus": "^38.0.1",
"@khanacademy/perseus-core": "1.5.2",
"mafs": "^0.19.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/perseus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @khanacademy/perseus

## 38.0.1

### Patch Changes

- [#1751](https://github.com/Khan/perseus/pull/1751) [`c95d08056`](https://github.com/Khan/perseus/commit/c95d0805624f553718ec2c1a18108cc86e712f93) Thanks [@Myranae](https://github.com/Myranae)! - Refine InputNumber's rubric type

* [#1756](https://github.com/Khan/perseus/pull/1756) [`3a208ba12`](https://github.com/Khan/perseus/commit/3a208ba127da6145dd26ef80c7fd3b2809a1b768) Thanks [@Myranae](https://github.com/Myranae)! - Refine LabelImage's Rubric type

- [#1762](https://github.com/Khan/perseus/pull/1762) [`a0f438fd7`](https://github.com/Khan/perseus/commit/a0f438fd7ef564e2df348c2f42809f46c7216194) Thanks [@mark-fitzgerald](https://github.com/mark-fitzgerald)! - BUGFIX - [Number Line] - Some exercises with fractions wouldn't render

- Updated dependencies [[`81ee69b0a`](https://github.com/Khan/perseus/commit/81ee69b0aa5fd5746a63567dce633ae0358d7ff9), [`93bd39b6b`](https://github.com/Khan/perseus/commit/93bd39b6b3d7751ef269bd2ac8b7380c52886921)]:
- @khanacademy/kas@0.3.15

## 38.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "38.0.0",
"version": "38.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
},
"dependencies": {
"@khanacademy/kas": "^0.3.14",
"@khanacademy/kas": "^0.3.15",
"@khanacademy/keypad-context": "^1.0.3",
"@khanacademy/kmath": "^0.1.15",
"@khanacademy/math-input": "^21.1.0",
Expand Down

0 comments on commit 94342fc

Please sign in to comment.