@fluentui-react-native/menu 1.14.41 → 1.14.42
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 +21 -0
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Sat, 22 Nov 2025 00:55:50 GMT",
|
|
6
|
+
"version": "1.14.42",
|
|
7
|
+
"tag": "@fluentui-react-native/menu_v1.14.42",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/menu",
|
|
13
|
+
"commit": "b91dda380b291d3368f567d4bf8815b2094a38a5",
|
|
14
|
+
"comment": "Lock down `react-native-svg` version to avoid breaking changes"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "sanajmi@microsoft.com",
|
|
18
|
+
"package": "@fluentui-react-native/menu",
|
|
19
|
+
"commit": "e986858243200966d730f4e546ef366132ebb545",
|
|
20
|
+
"comment": "beachball sync"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
4
25
|
{
|
|
5
26
|
"date": "Tue, 05 Aug 2025 18:50:40 GMT",
|
|
6
27
|
"version": "1.14.34",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.42",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/core": "^7.20.0",
|
|
47
47
|
"@fluentui-react-native/babel-config": "0.1.1",
|
|
48
|
-
"@fluentui-react-native/button": "0.39.
|
|
48
|
+
"@fluentui-react-native/button": "0.39.22",
|
|
49
49
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
50
50
|
"@fluentui-react-native/jest-config": "0.1.1",
|
|
51
51
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react": "18.2.0",
|
|
60
60
|
"react-native": "^0.74.0",
|
|
61
61
|
"react-native-macos": "^0.74.0",
|
|
62
|
-
"react-native-svg": "
|
|
62
|
+
"react-native-svg": ">=15.4.0 <15.13.0",
|
|
63
63
|
"react-native-windows": "^0.74.0",
|
|
64
64
|
"react-test-renderer": "18.2.0"
|
|
65
65
|
},
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"react": "18.2.0",
|
|
69
69
|
"react-native": "^0.73.0 || ^0.74.0",
|
|
70
70
|
"react-native-macos": "^0.73.0 || ^0.74.0",
|
|
71
|
-
"react-native-svg": "
|
|
71
|
+
"react-native-svg": ">=15.0.0 <15.13.0 || >=15.4.0 <15.13.0",
|
|
72
72
|
"react-native-windows": "^0.73.0 || ^0.74.0"
|
|
73
73
|
},
|
|
74
74
|
"author": "",
|