@fluentui-react-native/menu 1.12.22 → 1.12.24

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": "Fri, 15 Mar 2024 16:21:21 GMT",
6
+ "version": "1.12.24",
7
+ "tag": "@fluentui-react-native/menu_v1.12.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "194bbd615495b39bef4bdf29abdf2204f3163311",
14
+ "comment": "Add many missing peerDependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Fri, 01 Mar 2024 20:39:11 GMT",
6
21
  "version": "1.12.21",
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 Fri, 01 Mar 2024 20:39:11 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 15 Mar 2024 16:21:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.12.24
8
+
9
+ Fri, 15 Mar 2024 16:21:21 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add many missing peerDependencies (30809111+acoates-ms@users.noreply.github.com)
14
+
7
15
  ## 1.12.21
8
16
 
9
17
  Fri, 01 Mar 2024 20:39:11 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.12.22",
3
+ "version": "1.12.24",
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,20 +22,20 @@
22
22
  "directory": "packages/components/menu"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": "0.12.1",
26
- "@fluentui-react-native/callout": "0.25.12",
27
- "@fluentui-react-native/focus-zone": "0.16.11",
28
- "@fluentui-react-native/framework": "0.13.8",
29
- "@fluentui-react-native/icon": "0.20.12",
30
- "@fluentui-react-native/interactive-hooks": "0.26.2",
31
- "@fluentui-react-native/text": "0.22.11",
25
+ "@fluentui-react-native/adapters": "0.12.2",
26
+ "@fluentui-react-native/callout": "0.25.14",
27
+ "@fluentui-react-native/focus-zone": "0.16.13",
28
+ "@fluentui-react-native/framework": "0.13.9",
29
+ "@fluentui-react-native/icon": "0.20.14",
30
+ "@fluentui-react-native/interactive-hooks": "0.26.3",
31
+ "@fluentui-react-native/text": "0.22.13",
32
32
  "@fluentui-react-native/theme-tokens": "0.26.7",
33
- "@fluentui-react-native/tokens": "0.22.7",
33
+ "@fluentui-react-native/tokens": "0.22.8",
34
34
  "@fluentui-react-native/use-styling": "0.12.1",
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluentui-react-native/button": "0.36.14",
38
+ "@fluentui-react-native/button": "0.36.16",
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",
@@ -46,9 +46,12 @@
46
46
  "react-native-svg": "^13.14.0"
47
47
  },
48
48
  "peerDependencies": {
49
+ "@office-iss/react-native-win32": "^0.72.0",
49
50
  "react": "18.2.0",
50
51
  "react-native": "^0.72.0",
51
- "react-native-svg": "^13.14.0"
52
+ "react-native-macos": "^0.72.0",
53
+ "react-native-svg": "^13.14.0",
54
+ "react-native-windows": "^0.72.0"
52
55
  },
53
56
  "author": "",
54
57
  "license": "MIT",
@@ -70,5 +73,16 @@
70
73
  "svg"
71
74
  ]
72
75
  }
76
+ },
77
+ "peerDependenciesMeta": {
78
+ "@office-iss/react-native-win32": {
79
+ "optional": true
80
+ },
81
+ "react-native-macos": {
82
+ "optional": true
83
+ },
84
+ "react-native-windows": {
85
+ "optional": true
86
+ }
73
87
  }
74
88
  }