@fluentui-react-native/menu 1.12.20 → 1.12.22

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": "Fri, 01 Mar 2024 01:03:51 GMT",
5
+ "date": "Fri, 01 Mar 2024 20:39:11 GMT",
6
+ "version": "1.12.21",
7
+ "tag": "@fluentui-react-native/menu_v1.12.21",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/menu",
13
+ "commit": "17c82b22513a177eaaee6941e5d4bbc2d2654030",
14
+ "comment": "Use workspace for version of local package"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 01 Mar 2024 01:04:35 GMT",
6
21
  "version": "1.12.20",
7
22
  "tag": "@fluentui-react-native/menu_v1.12.20",
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 Fri, 01 Mar 2024 01:03:51 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Mar 2024 20:39:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.12.21
8
+
9
+ Fri, 01 Mar 2024 20:39:11 GMT
10
+
11
+ ### Patches
12
+
13
+ - Use workspace for version of local package (ruaraki@microsoft.com)
14
+
7
15
  ## 1.12.20
8
16
 
9
- Fri, 01 Mar 2024 01:03:51 GMT
17
+ Fri, 01 Mar 2024 01:04:35 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/menu",
3
- "version": "1.12.20",
3
+ "version": "1.12.22",
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,23 +22,23 @@
22
22
  "directory": "packages/components/menu"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": "^0.12.0",
26
- "@fluentui-react-native/callout": "^0.25.10",
27
- "@fluentui-react-native/focus-zone": "^0.16.9",
28
- "@fluentui-react-native/framework": "0.13.7",
29
- "@fluentui-react-native/icon": "^0.20.10",
30
- "@fluentui-react-native/interactive-hooks": "^0.26.0",
31
- "@fluentui-react-native/text": "^0.22.9",
32
- "@fluentui-react-native/theme-tokens": "^0.26.6",
33
- "@fluentui-react-native/tokens": "^0.22.6",
34
- "@fluentui-react-native/use-styling": "^0.12.0",
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",
32
+ "@fluentui-react-native/theme-tokens": "0.26.7",
33
+ "@fluentui-react-native/tokens": "0.22.7",
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.12",
39
- "@fluentui-react-native/eslint-config-rules": "^0.1.1",
40
- "@fluentui-react-native/scripts": "^0.1.1",
41
- "@fluentui-react-native/test-tools": "^0.1.1",
38
+ "@fluentui-react-native/button": "0.36.14",
39
+ "@fluentui-react-native/eslint-config-rules": "0.1.1",
40
+ "@fluentui-react-native/scripts": "0.1.1",
41
+ "@fluentui-react-native/test-tools": "0.1.1",
42
42
  "@office-iss/react-native-win32": "^0.72.0",
43
43
  "@react-native/metro-config": "^0.72.0",
44
44
  "react": "18.2.0",