@instructure/ui-options 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 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-snapshot-60](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-60) (2026-04-23)
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
@@ -15,13 +15,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
15
 
16
16
  ### BREAKING CHANGES
17
17
 
18
- * **many:** contains breaking changes due to component using the new theming system
18
+ * **many:** the component got a new version in this release
19
19
 
20
20
  INSTUI-4967
21
- * **many:** contains breaking changes due to component using the new theming system
21
+ * **many:** the component got a new version in this release
22
22
 
23
23
  INSTUI-4807
24
- * **ui,ui-options,ui-drilldown:** contains breaking changes due to component using the new theming system
24
+ * **ui,ui-options,ui-drilldown:** the component got a new version in this release
25
25
 
26
26
  INSTUI-4792
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-options",
3
- "version": "11.7.2-snapshot-60",
3
+ "version": "11.7.2",
4
4
  "description": "A view-only component for composing interactive lists and menus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,22 +15,22 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/shared-types": "11.7.2-snapshot-60",
19
- "@instructure/ui-react-utils": "11.7.2-snapshot-60",
20
- "@instructure/emotion": "11.7.2-snapshot-60",
21
- "@instructure/ui-utils": "11.7.2-snapshot-60",
22
- "@instructure/ui-icons": "11.7.2-snapshot-60",
23
- "@instructure/ui-view": "11.7.2-snapshot-60"
18
+ "@instructure/shared-types": "11.7.2",
19
+ "@instructure/emotion": "11.7.2",
20
+ "@instructure/ui-icons": "11.7.2",
21
+ "@instructure/ui-react-utils": "11.7.2",
22
+ "@instructure/ui-utils": "11.7.2",
23
+ "@instructure/ui-view": "11.7.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@testing-library/jest-dom": "^6.6.3",
27
27
  "@testing-library/react": "15.0.7",
28
28
  "@testing-library/user-event": "^14.6.1",
29
29
  "vitest": "^3.2.2",
30
- "@instructure/ui-axe-check": "11.7.2-snapshot-60",
31
- "@instructure/ui-babel-preset": "11.7.2-snapshot-60",
32
- "@instructure/ui-color-utils": "11.7.2-snapshot-60",
33
- "@instructure/ui-themes": "11.7.2-snapshot-60"
30
+ "@instructure/ui-babel-preset": "11.7.2",
31
+ "@instructure/ui-color-utils": "11.7.2",
32
+ "@instructure/ui-themes": "11.7.2",
33
+ "@instructure/ui-axe-check": "11.7.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"