@fluentui/react-menu 9.12.33 → 9.12.35

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 +27 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Tue, 14 Nov 2023 17:48:36 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Nov 2023 13:37:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.35)
8
+
9
+ Thu, 30 Nov 2023 13:37:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.34..@fluentui/react-menu_v9.12.35)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.4.0 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
15
+ - Bump @fluentui/react-portal to v9.4.3 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.10.2 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.15.0 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.20 ([PR #29957](https://github.com/microsoft/fluentui/pull/29957) by beachball)
19
+
20
+ ## [9.12.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.34)
21
+
22
+ Mon, 20 Nov 2023 09:55:10 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.33..@fluentui/react-menu_v9.12.34)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-portal to v9.4.2 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
28
+ - Bump @fluentui/react-positioning to v9.10.1 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
29
+ - Bump @fluentui/react-shared-contexts to v9.13.0 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
30
+ - Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
31
+
7
32
  ## [9.12.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.33)
8
33
 
9
- Tue, 14 Nov 2023 17:48:36 GMT
34
+ Tue, 14 Nov 2023 17:51:27 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.32..@fluentui/react-menu_v9.12.33)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-menu",
3
- "version": "9.12.33",
3
+ "version": "9.12.35",
4
4
  "description": "Fluent UI menu component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.7",
40
- "@fluentui/react-aria": "^9.3.44",
40
+ "@fluentui/react-aria": "^9.4.0",
41
41
  "@fluentui/react-context-selector": "^9.1.42",
42
42
  "@fluentui/react-icons": "^2.0.217",
43
- "@fluentui/react-portal": "^9.4.1",
44
- "@fluentui/react-positioning": "^9.10.0",
45
- "@fluentui/react-shared-contexts": "^9.12.0",
46
- "@fluentui/react-tabster": "^9.14.5",
43
+ "@fluentui/react-portal": "^9.4.3",
44
+ "@fluentui/react-positioning": "^9.10.2",
45
+ "@fluentui/react-shared-contexts": "^9.13.0",
46
+ "@fluentui/react-tabster": "^9.15.0",
47
47
  "@fluentui/react-theme": "^9.1.16",
48
48
  "@fluentui/react-utilities": "^9.15.2",
49
- "@fluentui/react-jsx-runtime": "^9.0.19",
49
+ "@fluentui/react-jsx-runtime": "^9.0.20",
50
50
  "@griffel/react": "^1.5.14",
51
51
  "@swc/helpers": "^0.5.1"
52
52
  },