@khanacademy/perseus-core 0.0.0-PR861-20231207045159 → 0.0.0-PR862-20231207182125

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-PR861-20231207045159
3
+ ## 0.0.0-PR862-20231207182125
4
4
 
5
5
  ### Patch Changes
6
6
 
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
7
+ - [#860](https://github.com/Khan/perseus/pull/860) [`1f4e17ba`](https://github.com/Khan/perseus/commit/1f4e17ba77e1491523813655af18a70285a25989) Thanks [@nixterrimus](https://github.com/nixterrimus)! - Add hover states in label-image widget
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-PR861-20231207045159",
6
+ "version": "0.0.0-PR862-20231207182125",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },