@fluentui/react-menu 9.6.2 → 9.6.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:40 GMT",
5
+ "date": "Wed, 18 Jan 2023 16:30:58 GMT",
6
+ "tag": "@fluentui/react-menu_v9.6.3",
7
+ "version": "9.6.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-menu",
13
+ "comment": "Bump @fluentui/react-portal to v9.1.2",
14
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-menu",
19
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
20
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 16 Jan 2023 08:39:04 GMT",
6
27
  "tag": "@fluentui/react-menu_v9.6.2",
7
28
  "version": "9.6.2",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Mon, 16 Jan 2023 08:35:40 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jan 2023 16:30:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.3)
8
+
9
+ Wed, 18 Jan 2023 16:30:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.2..@fluentui/react-menu_v9.6.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.1.2 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.4.0 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
16
+
7
17
  ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.2)
8
18
 
9
- Mon, 16 Jan 2023 08:35:40 GMT
19
+ Mon, 16 Jan 2023 08:39:04 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.1..@fluentui/react-menu_v9.6.2)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-menu",
3
- "version": "9.6.2",
3
+ "version": "9.6.3",
4
4
  "description": "Fluent UI menu component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -39,10 +39,10 @@
39
39
  "@fluentui/keyboard-keys": "^9.0.1",
40
40
  "@fluentui/react-context-selector": "^9.1.5",
41
41
  "@fluentui/react-icons": "^2.0.175",
42
- "@fluentui/react-portal": "^9.1.1",
42
+ "@fluentui/react-portal": "^9.1.2",
43
43
  "@fluentui/react-positioning": "^9.3.8",
44
44
  "@fluentui/react-shared-contexts": "^9.1.5",
45
- "@fluentui/react-tabster": "^9.3.7",
45
+ "@fluentui/react-tabster": "^9.4.0",
46
46
  "@fluentui/react-theme": "^9.1.5",
47
47
  "@fluentui/react-utilities": "^9.4.0",
48
48
  "@griffel/react": "^1.5.2",