@instructure/ui-icons 11.7.2-snapshot-60 → 11.7.2
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.
- package/CHANGELOG.md +2 -2
- package/package.json +8 -8
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.2
|
|
6
|
+
## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
@@ -13,7 +13,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
13
13
|
|
|
14
14
|
### BREAKING CHANGES
|
|
15
15
|
|
|
16
|
-
* **ui-rating,ui-icons:**
|
|
16
|
+
* **ui-rating,ui-icons:** the component got a new version in this release
|
|
17
17
|
|
|
18
18
|
INSTUI-4806
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "11.7.2
|
|
3
|
+
"version": "11.7.2",
|
|
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.2
|
|
22
|
+
"@instructure/ui-babel-preset": "11.7.2"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.27.6",
|
|
26
26
|
"lucide-react": "1.7.0",
|
|
27
|
-
"@instructure/emotion": "11.7.2
|
|
28
|
-
"@instructure/shared-types": "11.7.2
|
|
29
|
-
"@instructure/ui-react-utils": "11.7.2
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-utils": "11.7.2
|
|
27
|
+
"@instructure/emotion": "11.7.2",
|
|
28
|
+
"@instructure/shared-types": "11.7.2",
|
|
29
|
+
"@instructure/ui-react-utils": "11.7.2",
|
|
30
|
+
"@instructure/ui-svg-images": "11.7.2",
|
|
31
|
+
"@instructure/ui-themes": "11.7.2",
|
|
32
|
+
"@instructure/ui-utils": "11.7.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18 <=19"
|