@fluentui/react-menu 9.0.0-rc.3 → 9.0.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "@fluentui/react-menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 13:33:47 GMT",
5
+ "date": "Tue, 01 Mar 2022 02:16:11 GMT",
6
+ "tag": "@fluentui/react-menu_v9.0.0-rc.4",
7
+ "version": "9.0.0-rc.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-menu",
13
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
14
+ "comment": "fix: Add react-theme as dependency"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-menu",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.4",
20
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-menu",
25
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
26
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-menu",
31
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
32
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-menu",
37
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
38
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-menu",
43
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
44
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 18 Feb 2022 13:35:33 GMT",
6
51
  "tag": "@fluentui/react-menu_v9.0.0-rc.3",
7
52
  "version": "9.0.0-rc.3",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 13:33:47 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 02:16:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
8
+
9
+ Tue, 01 Mar 2022 02:16:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
11
+
12
+ ### Changes
13
+
14
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
16
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
20
+
7
21
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
8
22
 
9
- Fri, 18 Feb 2022 13:33:47 GMT
23
+ Fri, 18 Feb 2022 13:35:33 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
11
25
 
12
26
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-menu",
3
- "version": "9.0.0-rc.3",
3
+ "version": "9.0.0-rc.4",
4
4
  "description": "Fluent UI menu component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -44,14 +44,15 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@fluentui/keyboard-keys": "9.0.0-rc.3",
47
- "@fluentui/react-context-selector": "9.0.0-rc.3",
47
+ "@fluentui/react-context-selector": "9.0.0-rc.4",
48
48
  "@fluentui/react-icons": "^2.0.159-beta.10",
49
49
  "@griffel/react": "1.0.0",
50
- "@fluentui/react-portal": "9.0.0-rc.3",
51
- "@fluentui/react-positioning": "9.0.0-rc.3",
50
+ "@fluentui/react-portal": "9.0.0-rc.4",
51
+ "@fluentui/react-positioning": "9.0.0-rc.4",
52
52
  "@fluentui/react-shared-contexts": "9.0.0-rc.3",
53
- "@fluentui/react-tabster": "9.0.0-rc.3",
54
- "@fluentui/react-utilities": "9.0.0-rc.3",
53
+ "@fluentui/react-tabster": "9.0.0-rc.4",
54
+ "@fluentui/react-theme": "9.0.0-rc.3",
55
+ "@fluentui/react-utilities": "9.0.0-rc.4",
55
56
  "tslib": "^2.1.0"
56
57
  },
57
58
  "peerDependencies": {