@instructure/ui-icons 11.7.4-snapshot-185 → 11.7.4-snapshot-8

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 -20
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,27 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.7.4-snapshot-185](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-185) (2026-05-15)
6
+ ## [11.7.4-snapshot-8](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-8) (2026-05-19)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
12
-
13
-
14
- ### Features
15
-
16
- * **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([2c43c6c](https://github.com/instructure/instructure-ui/commit/2c43c6c0d98780f97ddc6bf9922365751cbe4fb1))
17
- * **ui-icons,ui-billboard:** migrate to new theming system ([fb42132](https://github.com/instructure/instructure-ui/commit/fb42132f5f5fc9b0ecfe2b28773c2e1c10fa0c86))
18
- * **ui-rating,ui-icons:** rework Rating ([32e8a9c](https://github.com/instructure/instructure-ui/commit/32e8a9c91b3eab15368da8436ff9b53f040068f5))
19
- * **ui-scripts,ui-icons,ui-codemods:** add build-time generation of custom/brand icon components and migration codemod ([e20d974](https://github.com/instructure/instructure-ui/commit/e20d9743ae3fd37e0863af3ee050676dec53cc9a))
20
-
21
-
22
- ### BREAKING CHANGES
23
-
24
- * **ui-rating,ui-icons:** contains breaking changes due to component using the new theming system
25
-
26
- INSTUI-4806
8
+ **Note:** Version bump only for package @instructure/ui-icons
27
9
 
28
10
 
29
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-icons",
3
- "version": "11.7.4-snapshot-185",
3
+ "version": "11.7.4-snapshot-8",
4
4
  "description": "Icon set for Instructure, Inc. products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -19,17 +19,17 @@
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
21
  "@types/node": "^22.5.4",
22
- "@instructure/ui-babel-preset": "11.7.4-snapshot-185"
22
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-8"
23
23
  },
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.29.2",
26
26
  "lucide-react": "1.7.0",
27
- "@instructure/emotion": "11.7.4-snapshot-185",
28
- "@instructure/ui-svg-images": "11.7.4-snapshot-185",
29
- "@instructure/ui-react-utils": "11.7.4-snapshot-185",
30
- "@instructure/ui-themes": "11.7.4-snapshot-185",
31
- "@instructure/shared-types": "11.7.4-snapshot-185",
32
- "@instructure/ui-utils": "11.7.4-snapshot-185"
27
+ "@instructure/emotion": "11.7.4-snapshot-8",
28
+ "@instructure/shared-types": "11.7.4-snapshot-8",
29
+ "@instructure/ui-svg-images": "11.7.4-snapshot-8",
30
+ "@instructure/ui-react-utils": "11.7.4-snapshot-8",
31
+ "@instructure/ui-themes": "11.7.4-snapshot-8",
32
+ "@instructure/ui-utils": "11.7.4-snapshot-8"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18 <=19"