@fluentui-react-native/menu 1.12.21 → 1.12.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +2 -2
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri, 01 Mar 2024 20:
|
|
3
|
+
This log was last generated on Fri, 01 Mar 2024 20:39:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## 1.12.21
|
|
8
8
|
|
|
9
|
-
Fri, 01 Mar 2024 20:
|
|
9
|
+
Fri, 01 Mar 2024 20:39:11 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.23",
|
|
4
4
|
"description": "A cross-platform Menu component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": "0.12.1",
|
|
26
|
-
"@fluentui-react-native/callout": "0.25.
|
|
27
|
-
"@fluentui-react-native/focus-zone": "0.16.
|
|
26
|
+
"@fluentui-react-native/callout": "0.25.13",
|
|
27
|
+
"@fluentui-react-native/focus-zone": "0.16.12",
|
|
28
28
|
"@fluentui-react-native/framework": "0.13.8",
|
|
29
|
-
"@fluentui-react-native/icon": "0.20.
|
|
30
|
-
"@fluentui-react-native/interactive-hooks": "0.26.
|
|
31
|
-
"@fluentui-react-native/text": "0.22.
|
|
29
|
+
"@fluentui-react-native/icon": "0.20.13",
|
|
30
|
+
"@fluentui-react-native/interactive-hooks": "0.26.2",
|
|
31
|
+
"@fluentui-react-native/text": "0.22.12",
|
|
32
32
|
"@fluentui-react-native/theme-tokens": "0.26.7",
|
|
33
33
|
"@fluentui-react-native/tokens": "0.22.7",
|
|
34
34
|
"@fluentui-react-native/use-styling": "0.12.1",
|
|
35
35
|
"tslib": "^2.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fluentui-react-native/button": "0.36.
|
|
38
|
+
"@fluentui-react-native/button": "0.36.15",
|
|
39
39
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
40
40
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
41
41
|
"@fluentui-react-native/test-tools": "0.1.1",
|