@instructure/ui-navigation 8.30.1-snapshot-15 → 8.31.1-snapshot-0

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
- ## [8.30.1-snapshot-15](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.30.1-snapshot-15) (2022-11-21)
6
+ ## [8.31.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.31.1-snapshot-0) (2022-11-23)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-navigation
9
9
 
@@ -11,48 +11,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
14
+ # [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
15
15
 
16
16
  **Note:** Version bump only for package @instructure/ui-navigation
17
17
 
18
+ # [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
18
19
 
19
-
20
-
20
+ **Note:** Version bump only for package @instructure/ui-navigation
21
21
 
22
22
  # [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
23
23
 
24
24
  **Note:** Version bump only for package @instructure/ui-navigation
25
25
 
26
-
27
-
28
-
29
-
30
26
  ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
31
27
 
32
28
  **Note:** Version bump only for package @instructure/ui-navigation
33
29
 
34
-
35
-
36
-
37
-
38
30
  ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
39
31
 
40
32
  **Note:** Version bump only for package @instructure/ui-navigation
41
33
 
42
-
43
-
44
-
45
-
46
34
  # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
47
35
 
48
-
49
36
  ### Features
50
37
 
51
- * **ui-tray:** add `position` theme variable to Tray ([375ed68](https://github.com/instructure/instructure-ui/commit/375ed68a6c38c241d45d3a13f5bb757ed68b9ab2))
52
-
53
-
54
-
55
-
38
+ - **ui-tray:** add `position` theme variable to Tray ([375ed68](https://github.com/instructure/instructure-ui/commit/375ed68a6c38c241d45d3a13f5bb757ed68b9ab2))
56
39
 
57
40
  # [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
58
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-navigation",
3
- "version": "8.30.1-snapshot-15",
3
+ "version": "8.31.1-snapshot-0",
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,32 +23,32 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.30.1-snapshot-15",
27
- "@instructure/ui-color-utils": "8.30.1-snapshot-15",
28
- "@instructure/ui-test-locator": "8.30.1-snapshot-15",
29
- "@instructure/ui-test-utils": "8.30.1-snapshot-15",
30
- "@instructure/ui-themes": "8.30.1-snapshot-15"
26
+ "@instructure/ui-babel-preset": "8.31.1-snapshot-0",
27
+ "@instructure/ui-color-utils": "8.31.1-snapshot-0",
28
+ "@instructure/ui-test-locator": "8.31.1-snapshot-0",
29
+ "@instructure/ui-test-utils": "8.31.1-snapshot-0",
30
+ "@instructure/ui-themes": "8.31.1-snapshot-0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.13.10",
34
- "@instructure/console": "8.30.1-snapshot-15",
35
- "@instructure/debounce": "8.30.1-snapshot-15",
36
- "@instructure/emotion": "8.30.1-snapshot-15",
37
- "@instructure/shared-types": "8.30.1-snapshot-15",
38
- "@instructure/ui-a11y-content": "8.30.1-snapshot-15",
39
- "@instructure/ui-a11y-utils": "8.30.1-snapshot-15",
40
- "@instructure/ui-badge": "8.30.1-snapshot-15",
41
- "@instructure/ui-dom-utils": "8.30.1-snapshot-15",
42
- "@instructure/ui-focusable": "8.30.1-snapshot-15",
43
- "@instructure/ui-icons": "8.30.1-snapshot-15",
44
- "@instructure/ui-menu": "8.30.1-snapshot-15",
45
- "@instructure/ui-prop-types": "8.30.1-snapshot-15",
46
- "@instructure/ui-react-utils": "8.30.1-snapshot-15",
47
- "@instructure/ui-testable": "8.30.1-snapshot-15",
48
- "@instructure/ui-tooltip": "8.30.1-snapshot-15",
49
- "@instructure/ui-truncate-list": "8.30.1-snapshot-15",
50
- "@instructure/ui-utils": "8.30.1-snapshot-15",
51
- "@instructure/ui-view": "8.30.1-snapshot-15",
34
+ "@instructure/console": "8.31.1-snapshot-0",
35
+ "@instructure/debounce": "8.31.1-snapshot-0",
36
+ "@instructure/emotion": "8.31.1-snapshot-0",
37
+ "@instructure/shared-types": "8.31.1-snapshot-0",
38
+ "@instructure/ui-a11y-content": "8.31.1-snapshot-0",
39
+ "@instructure/ui-a11y-utils": "8.31.1-snapshot-0",
40
+ "@instructure/ui-badge": "8.31.1-snapshot-0",
41
+ "@instructure/ui-dom-utils": "8.31.1-snapshot-0",
42
+ "@instructure/ui-focusable": "8.31.1-snapshot-0",
43
+ "@instructure/ui-icons": "8.31.1-snapshot-0",
44
+ "@instructure/ui-menu": "8.31.1-snapshot-0",
45
+ "@instructure/ui-prop-types": "8.31.1-snapshot-0",
46
+ "@instructure/ui-react-utils": "8.31.1-snapshot-0",
47
+ "@instructure/ui-testable": "8.31.1-snapshot-0",
48
+ "@instructure/ui-tooltip": "8.31.1-snapshot-0",
49
+ "@instructure/ui-truncate-list": "8.31.1-snapshot-0",
50
+ "@instructure/ui-utils": "8.31.1-snapshot-0",
51
+ "@instructure/ui-view": "8.31.1-snapshot-0",
52
52
  "prop-types": "^15"
53
53
  },
54
54
  "peerDependencies": {