Skip to content

Commit

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

- [#2001](#2001)
[`ac07da03c`](ac07da0)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! -
Undoing changes to svg-image


- [#2004](#2004)
[`2135e0dc3`](2135e0d)
Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Fix
for svg-image loading issues.

### Patch Changes

- [#1928](#1928)
[`09d906cd2`](09d906c)
Thanks [@nishasy](https://github.com/nishasy)! - [SR] Add screenreader
support for circle graph


- [#1993](#1993)
[`99e55b623`](99e55b6)
Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Internal:
introduce `ValidationResult` for use in validation functions

## @khanacademy/[email protected]

### Patch Changes

- Updated dependencies
\[[`09d906cd2`](09d906c),
[`99e55b623`](99e55b6),
[`ac07da03c`](ac07da0),
[`2135e0dc3`](2135e0d)]:
    -   @khanacademy/[email protected]
  • Loading branch information
SonicScrewdriver authored Dec 13, 2024
2 parents 2135e0d + 5fc0033 commit cfbe3dc
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bulldogs-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-zoos-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hairs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-fireants-bake.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

## 16.0.4

### Patch Changes

- Updated dependencies [[`09d906cd2`](https://github.com/Khan/perseus/commit/09d906cd289a886bdc92b8a5df65ccbc8ad3f29e), [`99e55b623`](https://github.com/Khan/perseus/commit/99e55b623deef244f99b554d8aa7ef0fb45a4bbb), [`ac07da03c`](https://github.com/Khan/perseus/commit/ac07da03cb332f9dd9ebf82820e409b9fb0844be), [`2135e0dc3`](https://github.com/Khan/perseus/commit/2135e0dc3eddde1b3c842223e10e1ee94823c7e7)]:
- @khanacademy/perseus@48.2.0

## 16.0.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": "16.0.3",
"version": "16.0.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@khanacademy/keypad-context": "^1.0.5",
"@khanacademy/kmath": "^0.1.17",
"@khanacademy/math-input": "^21.1.7",
"@khanacademy/perseus": "^48.1.0",
"@khanacademy/perseus": "^48.2.0",
"@khanacademy/perseus-core": "2.0.0",
"@khanacademy/pure-markdown": "^0.3.14",
"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

## 48.2.0

### Minor Changes

- [#2001](https://github.com/Khan/perseus/pull/2001) [`ac07da03c`](https://github.com/Khan/perseus/commit/ac07da03cb332f9dd9ebf82820e409b9fb0844be) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Undoing changes to svg-image

* [#2004](https://github.com/Khan/perseus/pull/2004) [`2135e0dc3`](https://github.com/Khan/perseus/commit/2135e0dc3eddde1b3c842223e10e1ee94823c7e7) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Fix for svg-image loading issues.

### Patch Changes

- [#1928](https://github.com/Khan/perseus/pull/1928) [`09d906cd2`](https://github.com/Khan/perseus/commit/09d906cd289a886bdc92b8a5df65ccbc8ad3f29e) Thanks [@nishasy](https://github.com/nishasy)! - [SR] Add screenreader support for circle graph

* [#1993](https://github.com/Khan/perseus/pull/1993) [`99e55b623`](https://github.com/Khan/perseus/commit/99e55b623deef244f99b554d8aa7ef0fb45a4bbb) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Internal: introduce `ValidationResult` for use in validation functions

## 48.1.0

### Minor 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": "48.1.0",
"version": "48.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit cfbe3dc

Please sign in to comment.