@fluentui-react-native/menu 1.13.0 → 1.13.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Mar 2024 19:59:49 GMT",
5
+ "date": "Tue, 19 Mar 2024 20:00:34 GMT",
6
6
  "version": "1.13.0",
7
7
  "tag": "@fluentui-react-native/menu_v1.13.0",
8
8
  "comments": {
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 19:59:49 GMT and should not be manually modified.
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 19:59:49 GMT
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.0",
3
+ "version": "1.13.2",
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,8 +23,8 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@fluentui-react-native/adapters": "0.12.3",
26
- "@fluentui-react-native/callout": "0.25.15",
27
- "@fluentui-react-native/focus-zone": "0.16.14",
26
+ "@fluentui-react-native/callout": "0.25.16",
27
+ "@fluentui-react-native/focus-zone": "0.16.15",
28
28
  "@fluentui-react-native/framework": "0.13.10",
29
29
  "@fluentui-react-native/icon": "0.20.15",
30
30
  "@fluentui-react-native/interactive-hooks": "0.26.4",
@@ -35,7 +35,7 @@
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluentui-react-native/button": "0.36.17",
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",