@fluentui/react-menu 9.12.34 → 9.12.35
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
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
|
+
|
7
20
|
## [9.12.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.34)
|
8
21
|
|
9
|
-
Mon, 20 Nov 2023 09:
|
22
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.33..@fluentui/react-menu_v9.12.34)
|
11
24
|
|
12
25
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-menu",
|
3
|
-
"version": "9.12.
|
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.
|
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.
|
44
|
-
"@fluentui/react-positioning": "^9.10.
|
43
|
+
"@fluentui/react-portal": "^9.4.3",
|
44
|
+
"@fluentui/react-positioning": "^9.10.2",
|
45
45
|
"@fluentui/react-shared-contexts": "^9.13.0",
|
46
|
-
"@fluentui/react-tabster": "^9.
|
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.
|
49
|
+
"@fluentui/react-jsx-runtime": "^9.0.20",
|
50
50
|
"@griffel/react": "^1.5.14",
|
51
51
|
"@swc/helpers": "^0.5.1"
|
52
52
|
},
|