@instructure/ui-navigation 10.4.1-snapshot-2 → 10.4.1-snapshot-4

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 (3) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/README.md +1 -1
  3. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
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
- ## [10.4.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-2) (2024-10-18)
6
+ ## [10.4.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-4) (2024-10-28)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-navigation
8
+
9
+ ### Bug Fixes
10
+
11
+ * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
9
12
 
10
13
 
11
14
 
package/README.md CHANGED
@@ -27,6 +27,6 @@ For detailed usage and documentation, see individual component examples.
27
27
  [npm]: https://img.shields.io/npm/v/@instructure/ui-navigation.svg
28
28
  [npm-url]: https://npmjs.com/package/@instructure/ui-navigation
29
29
  [license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
30
- [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE
30
+ [license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
31
31
  [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
32
32
  [coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "10.4.1-snapshot-2",
3
+ "version": "10.4.1-snapshot-4",
4
4
  "description": "Main and application level navigational components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-axe-check": "10.4.1-snapshot-2",
27
- "@instructure/ui-babel-preset": "10.4.1-snapshot-2",
28
- "@instructure/ui-color-utils": "10.4.1-snapshot-2",
29
- "@instructure/ui-scripts": "10.4.1-snapshot-2",
30
- "@instructure/ui-test-utils": "10.4.1-snapshot-2",
31
- "@instructure/ui-themes": "10.4.1-snapshot-2",
26
+ "@instructure/ui-axe-check": "10.4.1-snapshot-4",
27
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-4",
28
+ "@instructure/ui-color-utils": "10.4.1-snapshot-4",
29
+ "@instructure/ui-scripts": "10.4.1-snapshot-4",
30
+ "@instructure/ui-test-utils": "10.4.1-snapshot-4",
31
+ "@instructure/ui-themes": "10.4.1-snapshot-4",
32
32
  "@testing-library/jest-dom": "^6.4.6",
33
33
  "@testing-library/react": "^16.0.1",
34
34
  "@testing-library/user-event": "^14.5.2",
@@ -36,24 +36,24 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.25.6",
39
- "@instructure/console": "10.4.1-snapshot-2",
40
- "@instructure/debounce": "10.4.1-snapshot-2",
41
- "@instructure/emotion": "10.4.1-snapshot-2",
42
- "@instructure/shared-types": "10.4.1-snapshot-2",
43
- "@instructure/ui-a11y-content": "10.4.1-snapshot-2",
44
- "@instructure/ui-a11y-utils": "10.4.1-snapshot-2",
45
- "@instructure/ui-badge": "10.4.1-snapshot-2",
46
- "@instructure/ui-dom-utils": "10.4.1-snapshot-2",
47
- "@instructure/ui-focusable": "10.4.1-snapshot-2",
48
- "@instructure/ui-icons": "10.4.1-snapshot-2",
49
- "@instructure/ui-menu": "10.4.1-snapshot-2",
50
- "@instructure/ui-prop-types": "10.4.1-snapshot-2",
51
- "@instructure/ui-react-utils": "10.4.1-snapshot-2",
52
- "@instructure/ui-testable": "10.4.1-snapshot-2",
53
- "@instructure/ui-tooltip": "10.4.1-snapshot-2",
54
- "@instructure/ui-truncate-list": "10.4.1-snapshot-2",
55
- "@instructure/ui-utils": "10.4.1-snapshot-2",
56
- "@instructure/ui-view": "10.4.1-snapshot-2",
39
+ "@instructure/console": "10.4.1-snapshot-4",
40
+ "@instructure/debounce": "10.4.1-snapshot-4",
41
+ "@instructure/emotion": "10.4.1-snapshot-4",
42
+ "@instructure/shared-types": "10.4.1-snapshot-4",
43
+ "@instructure/ui-a11y-content": "10.4.1-snapshot-4",
44
+ "@instructure/ui-a11y-utils": "10.4.1-snapshot-4",
45
+ "@instructure/ui-badge": "10.4.1-snapshot-4",
46
+ "@instructure/ui-dom-utils": "10.4.1-snapshot-4",
47
+ "@instructure/ui-focusable": "10.4.1-snapshot-4",
48
+ "@instructure/ui-icons": "10.4.1-snapshot-4",
49
+ "@instructure/ui-menu": "10.4.1-snapshot-4",
50
+ "@instructure/ui-prop-types": "10.4.1-snapshot-4",
51
+ "@instructure/ui-react-utils": "10.4.1-snapshot-4",
52
+ "@instructure/ui-testable": "10.4.1-snapshot-4",
53
+ "@instructure/ui-tooltip": "10.4.1-snapshot-4",
54
+ "@instructure/ui-truncate-list": "10.4.1-snapshot-4",
55
+ "@instructure/ui-utils": "10.4.1-snapshot-4",
56
+ "@instructure/ui-view": "10.4.1-snapshot-4",
57
57
  "prop-types": "^15.8.1"
58
58
  },
59
59
  "peerDependencies": {