@instructure/ui-navigation 11.7.4-snapshot-5 → 11.7.4-snapshot-183

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 +12 -2
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -3,9 +3,19 @@
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-5](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-5) (2026-05-12)
6
+ ## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-navigation
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
+ * **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
13
+
14
+
15
+ ### Features
16
+
17
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
18
+ * **ui-navigation:** rework AppNav ([9a26490](https://github.com/instructure/instructure-ui/commit/9a2649091b1abd6cdbd018e1e4cadcf58d10fa88))
9
19
 
10
20
 
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "11.7.4-snapshot-5",
3
+ "version": "11.7.4-snapshot-183",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,33 +15,33 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.2",
18
- "@instructure/console": "11.7.4-snapshot-5",
19
- "@instructure/debounce": "11.7.4-snapshot-5",
20
- "@instructure/emotion": "11.7.4-snapshot-5",
21
- "@instructure/shared-types": "11.7.4-snapshot-5",
22
- "@instructure/ui-a11y-content": "11.7.4-snapshot-5",
23
- "@instructure/ui-badge": "11.7.4-snapshot-5",
24
- "@instructure/ui-dom-utils": "11.7.4-snapshot-5",
25
- "@instructure/ui-a11y-utils": "11.7.4-snapshot-5",
26
- "@instructure/ui-icons": "11.7.4-snapshot-5",
27
- "@instructure/ui-menu": "11.7.4-snapshot-5",
28
- "@instructure/ui-focusable": "11.7.4-snapshot-5",
29
- "@instructure/ui-themes": "11.7.4-snapshot-5",
30
- "@instructure/ui-react-utils": "11.7.4-snapshot-5",
31
- "@instructure/ui-truncate-list": "11.7.4-snapshot-5",
32
- "@instructure/ui-tooltip": "11.7.4-snapshot-5",
33
- "@instructure/ui-utils": "11.7.4-snapshot-5",
34
- "@instructure/ui-view": "11.7.4-snapshot-5"
18
+ "@instructure/console": "11.7.4-snapshot-183",
19
+ "@instructure/debounce": "11.7.4-snapshot-183",
20
+ "@instructure/emotion": "11.7.4-snapshot-183",
21
+ "@instructure/shared-types": "11.7.4-snapshot-183",
22
+ "@instructure/ui-a11y-content": "11.7.4-snapshot-183",
23
+ "@instructure/ui-dom-utils": "11.7.4-snapshot-183",
24
+ "@instructure/ui-badge": "11.7.4-snapshot-183",
25
+ "@instructure/ui-focusable": "11.7.4-snapshot-183",
26
+ "@instructure/ui-a11y-utils": "11.7.4-snapshot-183",
27
+ "@instructure/ui-icons": "11.7.4-snapshot-183",
28
+ "@instructure/ui-themes": "11.7.4-snapshot-183",
29
+ "@instructure/ui-menu": "11.7.4-snapshot-183",
30
+ "@instructure/ui-react-utils": "11.7.4-snapshot-183",
31
+ "@instructure/ui-tooltip": "11.7.4-snapshot-183",
32
+ "@instructure/ui-truncate-list": "11.7.4-snapshot-183",
33
+ "@instructure/ui-utils": "11.7.4-snapshot-183",
34
+ "@instructure/ui-view": "11.7.4-snapshot-183"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@testing-library/jest-dom": "^6.6.3",
38
38
  "@testing-library/react": "15.0.7",
39
39
  "@testing-library/user-event": "^14.6.1",
40
40
  "vitest": "^3.2.2",
41
- "@instructure/ui-axe-check": "11.7.4-snapshot-5",
42
- "@instructure/ui-color-utils": "11.7.4-snapshot-5",
43
- "@instructure/ui-babel-preset": "11.7.4-snapshot-5",
44
- "@instructure/ui-scripts": "11.7.4-snapshot-5"
41
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-183",
42
+ "@instructure/ui-axe-check": "11.7.4-snapshot-183",
43
+ "@instructure/ui-color-utils": "11.7.4-snapshot-183",
44
+ "@instructure/ui-scripts": "11.7.4-snapshot-183"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=18 <=19"