@fluentui-react-native/menu 1.13.1 → 1.14.0

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
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 11 Apr 2024 18:02:34 GMT",
6
+ "version": "1.14.0",
7
+ "tag": "@fluentui-react-native/menu_v1.14.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "6164473627c321b03d301376c48227f4abd8e947",
14
+ "comment": "Update to RN 0.73"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Tue, 19 Mar 2024 20:00:34 GMT",
6
21
  "version": "1.13.0",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @fluentui-react-native/menu
2
2
 
3
- This log was last generated on Tue, 19 Mar 2024 20:00:34 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Apr 2024 18:02:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.14.0
8
+
9
+ Thu, 11 Apr 2024 18:02:34 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update to RN 0.73 (30809111+acoates-ms@users.noreply.github.com)
14
+
7
15
  ## 1.13.0
8
16
 
9
17
  Tue, 19 Mar 2024 20:00:34 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
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",
@@ -22,36 +22,37 @@
22
22
  "directory": "packages/components/menu"
23
23
  },
24
24
  "dependencies": {
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",
28
- "@fluentui-react-native/framework": "0.13.10",
29
- "@fluentui-react-native/icon": "0.20.15",
30
- "@fluentui-react-native/interactive-hooks": "0.26.4",
31
- "@fluentui-react-native/text": "0.22.14",
32
- "@fluentui-react-native/theme-tokens": "0.26.7",
33
- "@fluentui-react-native/tokens": "0.22.9",
34
- "@fluentui-react-native/use-styling": "0.12.1",
25
+ "@fluentui-react-native/adapters": "0.13.0",
26
+ "@fluentui-react-native/callout": "0.26.0",
27
+ "@fluentui-react-native/focus-zone": "0.17.0",
28
+ "@fluentui-react-native/framework": "0.14.0",
29
+ "@fluentui-react-native/icon": "0.21.0",
30
+ "@fluentui-react-native/interactive-hooks": "0.27.0",
31
+ "@fluentui-react-native/text": "0.23.0",
32
+ "@fluentui-react-native/theme-tokens": "0.27.0",
33
+ "@fluentui-react-native/tokens": "0.23.0",
34
+ "@fluentui-react-native/use-styling": "0.13.0",
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluentui-react-native/button": "0.36.18",
38
+ "@fluentui-react-native/button": "0.37.0",
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",
42
- "@office-iss/react-native-win32": "^0.72.0",
43
- "@react-native/metro-config": "^0.72.0",
42
+ "@office-iss/react-native-win32": "^0.73.0",
43
+ "@react-native/babel-preset": "^0.73.0",
44
+ "@react-native/metro-config": "^0.73.0",
44
45
  "react": "18.2.0",
45
- "react-native": "^0.72.0",
46
- "react-native-svg": "^13.14.0"
46
+ "react-native": "^0.73.0",
47
+ "react-native-svg": "^14.0.0"
47
48
  },
48
49
  "peerDependencies": {
49
- "@office-iss/react-native-win32": "^0.72.0",
50
+ "@office-iss/react-native-win32": "^0.73.0",
50
51
  "react": "18.2.0",
51
- "react-native": "^0.72.0",
52
- "react-native-macos": "^0.72.0",
53
- "react-native-svg": "^13.14.0",
54
- "react-native-windows": "^0.72.0"
52
+ "react-native": "^0.73.0",
53
+ "react-native-macos": "^0.73.0",
54
+ "react-native-svg": "^14.0.0",
55
+ "react-native-windows": "^0.73.0"
55
56
  },
56
57
  "author": "",
57
58
  "license": "MIT",
@@ -63,7 +64,7 @@
63
64
  "microsoft/react-native"
64
65
  ],
65
66
  "requirements": [
66
- "react-native@0.72"
67
+ "react-native@0.73"
67
68
  ],
68
69
  "capabilities": [
69
70
  "core",