@instructure/ui-options 11.7.4-snapshot-185 → 11.7.4-snapshot-10

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,33 +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-10](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-10) (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 solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
17
- * **many:** rework Select, SimpleSelect and TimeSelect ([00773ea](https://github.com/instructure/instructure-ui/commit/00773ea86dab7991b414868eb5a2588a1fef3ca9))
18
- * **many:** rework TopNavBar ([eb6c23f](https://github.com/instructure/instructure-ui/commit/eb6c23f9f8f0e35981e331b46a05a3d8ab4b9902))
19
- * **ui,ui-options,ui-drilldown:** rework Drilldown ([b832099](https://github.com/instructure/instructure-ui/commit/b832099b294350e15d0512d5076e4249f91ea39a))
20
-
21
-
22
- ### BREAKING CHANGES
23
-
24
- * **many:** contains breaking changes due to component using the new theming system
25
-
26
- INSTUI-4967
27
- * **many:** contains breaking changes due to component using the new theming system
28
-
29
- INSTUI-4807
30
- * **ui,ui-options,ui-drilldown:** contains breaking changes due to component using the new theming system
31
-
32
- INSTUI-4792
8
+ **Note:** Version bump only for package @instructure/ui-options
33
9
 
34
10
 
35
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-options",
3
- "version": "11.7.4-snapshot-185",
3
+ "version": "11.7.4-snapshot-10",
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.29.2",
18
- "@instructure/emotion": "11.7.4-snapshot-185",
19
- "@instructure/shared-types": "11.7.4-snapshot-185",
20
- "@instructure/ui-icons": "11.7.4-snapshot-185",
21
- "@instructure/ui-themes": "11.7.4-snapshot-185",
22
- "@instructure/ui-react-utils": "11.7.4-snapshot-185",
23
- "@instructure/ui-utils": "11.7.4-snapshot-185",
24
- "@instructure/ui-view": "11.7.4-snapshot-185"
18
+ "@instructure/emotion": "11.7.4-snapshot-10",
19
+ "@instructure/shared-types": "11.7.4-snapshot-10",
20
+ "@instructure/ui-react-utils": "11.7.4-snapshot-10",
21
+ "@instructure/ui-icons": "11.7.4-snapshot-10",
22
+ "@instructure/ui-themes": "11.7.4-snapshot-10",
23
+ "@instructure/ui-utils": "11.7.4-snapshot-10",
24
+ "@instructure/ui-view": "11.7.4-snapshot-10"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/jest-dom": "^6.6.3",
28
28
  "@testing-library/react": "15.0.7",
29
29
  "@testing-library/user-event": "^14.6.1",
30
30
  "vitest": "^3.2.2",
31
- "@instructure/ui-axe-check": "11.7.4-snapshot-185",
32
- "@instructure/ui-babel-preset": "11.7.4-snapshot-185",
33
- "@instructure/ui-color-utils": "11.7.4-snapshot-185"
31
+ "@instructure/ui-axe-check": "11.7.4-snapshot-10",
32
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-10",
33
+ "@instructure/ui-color-utils": "11.7.4-snapshot-10"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": ">=18 <=19"