@fluentui-react-native/menu 1.14.0 → 1.14.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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-react-native/menu",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:34 GMT",
5
+ "date": "Fri, 12 Apr 2024 21:00:10 GMT",
6
+ "version": "1.14.1",
7
+ "tag": "@fluentui-react-native/menu_v1.14.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "055bddda6b613c5c2045cc20a455a94c5a4b53dd",
14
+ "comment": "chore: Update react-native-svg to 15.1.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 11 Apr 2024 18:08:38 GMT",
6
21
  "version": "1.14.0",
7
22
  "tag": "@fluentui-react-native/menu_v1.14.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/menu
2
2
 
3
- This log was last generated on Thu, 11 Apr 2024 18:02:34 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 Apr 2024 21:00:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.14.1
8
+
9
+ Fri, 12 Apr 2024 21:00:10 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore: Update react-native-svg to 15.1.0 (sanajmi@microsoft.com)
14
+
7
15
  ## 1.14.0
8
16
 
9
- Thu, 11 Apr 2024 18:02:34 GMT
17
+ Thu, 11 Apr 2024 18:08:38 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.14.0",
3
+ "version": "1.14.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",
@@ -26,7 +26,7 @@
26
26
  "@fluentui-react-native/callout": "0.26.0",
27
27
  "@fluentui-react-native/focus-zone": "0.17.0",
28
28
  "@fluentui-react-native/framework": "0.14.0",
29
- "@fluentui-react-native/icon": "0.21.0",
29
+ "@fluentui-react-native/icon": "0.21.1",
30
30
  "@fluentui-react-native/interactive-hooks": "0.27.0",
31
31
  "@fluentui-react-native/text": "0.23.0",
32
32
  "@fluentui-react-native/theme-tokens": "0.27.0",
@@ -35,7 +35,7 @@
35
35
  "tslib": "^2.3.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluentui-react-native/button": "0.37.0",
38
+ "@fluentui-react-native/button": "0.37.1",
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",
@@ -51,7 +51,7 @@
51
51
  "react": "18.2.0",
52
52
  "react-native": "^0.73.0",
53
53
  "react-native-macos": "^0.73.0",
54
- "react-native-svg": "^14.0.0",
54
+ "react-native-svg": "^15.0.0",
55
55
  "react-native-windows": "^0.73.0"
56
56
  },
57
57
  "author": "",