@fluentui/react-menu 9.7.12 → 9.7.13

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": "Thu, 18 May 2023 00:35:40 GMT",
5
+ "date": "Thu, 18 May 2023 13:08:33 GMT",
6
+ "tag": "@fluentui/react-menu_v9.7.13",
7
+ "version": "9.7.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-menu",
13
+ "comment": "Bump @fluentui/react-portal to v9.2.9",
14
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-menu",
19
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
20
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 18 May 2023 00:39:09 GMT",
6
27
  "tag": "@fluentui/react-menu_v9.7.12",
7
28
  "version": "9.7.12",
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 Thu, 18 May 2023 00:35:40 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 May 2023 13:08:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.13)
8
+
9
+ Thu, 18 May 2023 13:08:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.12..@fluentui/react-menu_v9.7.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.2.9 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.7.2 ([PR #27540](https://github.com/microsoft/fluentui/pull/27540) by beachball)
16
+
7
17
  ## [9.7.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.12)
8
18
 
9
- Thu, 18 May 2023 00:35:40 GMT
19
+ Thu, 18 May 2023 00:39:09 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.11..@fluentui/react-menu_v9.7.12)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-menu",
3
- "version": "9.7.12",
3
+ "version": "9.7.13",
4
4
  "description": "Fluent UI menu component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,10 +40,10 @@
40
40
  "@fluentui/react-aria": "^9.3.20",
41
41
  "@fluentui/react-context-selector": "^9.1.20",
42
42
  "@fluentui/react-icons": "^2.0.196",
43
- "@fluentui/react-portal": "^9.2.8",
43
+ "@fluentui/react-portal": "^9.2.9",
44
44
  "@fluentui/react-positioning": "^9.5.12",
45
45
  "@fluentui/react-shared-contexts": "^9.4.0",
46
- "@fluentui/react-tabster": "^9.7.1",
46
+ "@fluentui/react-tabster": "^9.7.2",
47
47
  "@fluentui/react-theme": "^9.1.8",
48
48
  "@fluentui/react-utilities": "^9.9.0",
49
49
  "@fluentui/react-jsx-runtime": "9.0.0-alpha.4",