@fluentui-react-native/menu 1.14.6 → 1.14.8

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": "Wed, 10 Jul 2024 19:11:12 GMT",
5
+ "date": "Wed, 10 Jul 2024 19:11:52 GMT",
6
6
  "version": "1.14.6",
7
7
  "tag": "@fluentui-react-native/menu_v1.14.6",
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 Wed, 10 Jul 2024 19:11:12 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 10 Jul 2024 19:11:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 1.14.6
8
8
 
9
- Wed, 10 Jul 2024 19:11:12 GMT
9
+ Wed, 10 Jul 2024 19:11:52 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.14.6",
3
+ "version": "1.14.8",
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",
@@ -24,11 +24,11 @@
24
24
  "dependencies": {
25
25
  "@fluentui-react-native/adapters": "0.13.0",
26
26
  "@fluentui-react-native/callout": "0.26.1",
27
- "@fluentui-react-native/focus-zone": "0.17.1",
27
+ "@fluentui-react-native/focus-zone": "0.18.0",
28
28
  "@fluentui-react-native/framework": "0.14.0",
29
- "@fluentui-react-native/icon": "0.21.2",
29
+ "@fluentui-react-native/icon": "0.21.3",
30
30
  "@fluentui-react-native/interactive-hooks": "0.27.0",
31
- "@fluentui-react-native/text": "0.24.0",
31
+ "@fluentui-react-native/text": "0.24.1",
32
32
  "@fluentui-react-native/theme-tokens": "0.27.0",
33
33
  "@fluentui-react-native/theming-utils": "0.26.0",
34
34
  "@fluentui-react-native/tokens": "0.23.0",
@@ -36,7 +36,7 @@
36
36
  "tslib": "^2.3.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@fluentui-react-native/button": "0.37.3",
39
+ "@fluentui-react-native/button": "0.37.4",
40
40
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
41
41
  "@fluentui-react-native/scripts": "0.1.1",
42
42
  "@fluentui-react-native/test-tools": "0.1.1",