@khanacademy/perseus-core 0.0.0-PR848-20231205185520 → 0.0.0-PR851-20231205214334

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @khanacademy/perseus-core
2
2
 
3
- ## 0.0.0-PR848-20231205185520
3
+ ## 0.0.0-PR851-20231205214334
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - [#848](https://github.com/Khan/perseus/pull/848) [`d9e746da`](https://github.com/Khan/perseus/commit/d9e746da59608a9ae3844c01f34c5d201179bd5a) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Add analytics for label image
11
+ - [#848](https://github.com/Khan/perseus/pull/848) [`8857950b`](https://github.com/Khan/perseus/commit/8857950bdeeb6e13bc3766b1c6545289b21cbe2a) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Add analytics for label image
12
12
 
13
13
  * [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).
14
14
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared Perseus infrastructure",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.0.0-PR848-20231205185520",
6
+ "version": "0.0.0-PR851-20231205214334",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },