@fluentui-react-native/menu 1.13.0 → 1.13.1
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 +2 -2
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 Tue, 19 Mar 2024
|
|
3
|
+
This log was last generated on Tue, 19 Mar 2024 20:00:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## 1.13.0
|
|
8
8
|
|
|
9
|
-
Tue, 19 Mar 2024
|
|
9
|
+
Tue, 19 Mar 2024 20:00:34 GMT
|
|
10
10
|
|
|
11
11
|
### Minor changes
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/menu",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
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",
|
|
@@ -35,7 +35,7 @@
|
|
|
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.18",
|
|
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",
|