@fluentui/react-menu 9.12.40 → 9.12.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Mon, 08 Jan 2024 16:20:02 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Jan 2024 09:02:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.42)
8
+
9
+ Thu, 11 Jan 2024 09:02:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.41..@fluentui/react-menu_v9.12.42)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.7.0 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.12.1 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
16
+
17
+ ## [9.12.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.41)
18
+
19
+ Tue, 09 Jan 2024 10:21:34 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.40..@fluentui/react-menu_v9.12.41)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-positioning to v9.12.0 ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by beachball)
25
+
7
26
  ## [9.12.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.40)
8
27
 
9
- Mon, 08 Jan 2024 16:20:02 GMT
28
+ Mon, 08 Jan 2024 16:24:22 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.39..@fluentui/react-menu_v9.12.40)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-menu",
3
- "version": "9.12.40",
3
+ "version": "9.12.42",
4
4
  "description": "Fluent UI menu component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.7",
40
- "@fluentui/react-aria": "^9.6.2",
40
+ "@fluentui/react-aria": "^9.7.0",
41
41
  "@fluentui/react-context-selector": "^9.1.46",
42
42
  "@fluentui/react-icons": "^2.0.224",
43
43
  "@fluentui/react-portal": "^9.4.7",
44
- "@fluentui/react-positioning": "^9.11.0",
44
+ "@fluentui/react-positioning": "^9.12.1",
45
45
  "@fluentui/react-shared-contexts": "^9.13.2",
46
46
  "@fluentui/react-tabster": "^9.17.0",
47
47
  "@fluentui/react-theme": "^9.1.16",