@fluentui/react-menu 9.12.41 → 9.12.42
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
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
|
+
|
7
17
|
## [9.12.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.41)
|
8
18
|
|
9
|
-
Tue, 09 Jan 2024 10:
|
19
|
+
Tue, 09 Jan 2024 10:21:34 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.40..@fluentui/react-menu_v9.12.41)
|
11
21
|
|
12
22
|
### 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.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.
|
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.12.
|
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",
|