@khanacademy/perseus-core 0.0.0-PR860-20231207042746 → 0.0.0-PR861-20231207045146

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,10 +1,10 @@
1
1
  # @khanacademy/perseus-core
2
2
 
3
- ## 0.0.0-PR860-20231207042746
3
+ ## 0.0.0-PR861-20231207045146
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#860](https://github.com/Khan/perseus/pull/860) [`84f90e96`](https://github.com/Khan/perseus/commit/84f90e96e414cc9eb22a6f03d8fb94729fdd7df7) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Add hover states in label-image widget
7
+ - [#861](https://github.com/Khan/perseus/pull/861) [`00c023fb`](https://github.com/Khan/perseus/commit/00c023fb38a936d05157bda69e84ce35a1fb396d) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Bug fix: dont hide chevron in label image on focus
8
8
 
9
9
  * [#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
10
10
 
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-PR860-20231207042746",
6
+ "version": "0.0.0-PR861-20231207045146",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },