Skip to content

Commit

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

- [#1851](#1851)
[`46dc13f10`](46dc13f)
Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Convert main
KAS file to TypeScript which enables types for the library

## @khanacademy/[email protected]

### Minor Changes

- [#1849](#1849)
[`f7160d66f`](f7160d6)
Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduce
validation function for `table` widget - useful for checking if the
learner has filled in the table sufficiently to score it (fully
client-side)

### Patch Changes

- [#1856](#1856)
[`281f5647e`](281f564)
Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels]
Fix bug that's causing the editor to crash when the label input is empty
(and on load)

- Updated dependencies
\[[`46dc13f10`](46dc13f)]:
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`f7160d66f`](f7160d6),
[`281f5647e`](281f564),
[`46dc13f10`](46dc13f)]:
    -   @khanacademy/[email protected]
    -   @khanacademy/[email protected]

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`46dc13f10`](46dc13f)]:
    -   @khanacademy/[email protected]
  • Loading branch information
nishasy authored Nov 14, 2024
2 parents 281f564 + 2dc742b commit a23f6e4
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-glasses-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-moles-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-cars-love.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.1.2

### Patch Changes

- Updated dependencies [[`46dc13f10`](https://github.com/Khan/perseus/commit/46dc13f10b97c22537e70e106540aa754c75b7b0)]:
- @khanacademy/kas@0.4.0

## 3.1.1

### 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.1.1",
"version": "3.1.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"dev": "vite"
},
"dependencies": {
"@khanacademy/kas": "^0.3.16",
"@khanacademy/kas": "^0.4.0",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus-core": "1.5.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/kas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @khanacademy/kas

## 0.4.0

### Minor Changes

- [#1851](https://github.com/Khan/perseus/pull/1851) [`46dc13f10`](https://github.com/Khan/perseus/commit/46dc13f10b97c22537e70e106540aa754c75b7b0) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Convert main KAS file to TypeScript which enables types for the library

## 0.3.16

### 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.16",
"version": "0.4.0",
"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.11.2

### Patch Changes

- Updated dependencies [[`f7160d66f`](https://github.com/Khan/perseus/commit/f7160d66f6e0185dd11d8b802ad88f94cf4b92dd), [`281f5647e`](https://github.com/Khan/perseus/commit/281f5647ea2cc6a944651466f0841140a7bc7d7b), [`46dc13f10`](https://github.com/Khan/perseus/commit/46dc13f10b97c22537e70e106540aa754c75b7b0)]:
- @khanacademy/perseus@41.4.0
- @khanacademy/kas@0.4.0

## 14.11.1

### Patch 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.11.1",
"version": "14.11.2",
"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.16",
"@khanacademy/kas": "^0.4.0",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
"@khanacademy/perseus": "^41.3.0",
"@khanacademy/perseus": "^41.4.0",
"@khanacademy/perseus-core": "1.5.3",
"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

## 41.4.0

### Minor Changes

- [#1849](https://github.com/Khan/perseus/pull/1849) [`f7160d66f`](https://github.com/Khan/perseus/commit/f7160d66f6e0185dd11d8b802ad88f94cf4b92dd) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Introduce validation function for `table` widget - useful for checking if the learner has filled in the table sufficiently to score it (fully client-side)

### Patch Changes

- [#1856](https://github.com/Khan/perseus/pull/1856) [`281f5647e`](https://github.com/Khan/perseus/commit/281f5647ea2cc6a944651466f0841140a7bc7d7b) Thanks [@nishasy](https://github.com/nishasy)! - [Locked Figure Labels] Fix bug that's causing the editor to crash when the label input is empty (and on load)

- Updated dependencies [[`46dc13f10`](https://github.com/Khan/perseus/commit/46dc13f10b97c22537e70e106540aa754c75b7b0)]:
- @khanacademy/kas@0.4.0

## 41.3.0

### Minor 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": "41.3.0",
"version": "41.4.0",
"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.16",
"@khanacademy/kas": "^0.4.0",
"@khanacademy/keypad-context": "^1.0.4",
"@khanacademy/kmath": "^0.1.16",
"@khanacademy/math-input": "^21.1.4",
Expand Down

0 comments on commit a23f6e4

Please sign in to comment.