@fluentui-react-native/focus-trap-zone 0.8.21 → 0.8.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
@@ -2,7 +2,58 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Feb 2022 02:11:28 GMT",
5
+ "date": "Thu, 03 Mar 2022 20:18:16 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.24",
7
+ "version": "0.8.24",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/focus-trap-zone",
13
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.1",
14
+ "commit": "54222b74c7d5f16d1108fab470a6f549de8e9b45"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 01 Mar 2022 20:18:31 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.23",
22
+ "version": "0.8.23",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/focus-trap-zone",
28
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.0",
29
+ "commit": "6b5a35c07a9b7da4df7f250a4607f4fc6927d273"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
36
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.22",
37
+ "version": "0.8.22",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/focus-trap-zone",
43
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.3",
44
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/focus-trap-zone",
49
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.3",
50
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 17 Feb 2022 02:13:07 GMT",
6
57
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.21",
7
58
  "version": "0.8.21",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Thu, 17 Feb 2022 02:11:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Mar 2022 20:18:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.24
8
+
9
+ Thu, 03 Mar 2022 20:18:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.1
14
+
15
+ ## 0.8.23
16
+
17
+ Tue, 01 Mar 2022 20:18:31 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.0
22
+
23
+ ## 0.8.22
24
+
25
+ Fri, 18 Feb 2022 23:27:11 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/adapters to v0.8.3
30
+ - Bump @fluentui-react-native/interactive-hooks to v0.13.3
31
+
7
32
  ## 0.8.21
8
33
 
9
- Thu, 17 Feb 2022 02:11:28 GMT
34
+ Thu, 17 Feb 2022 02:13:07 GMT
10
35
 
11
36
  ### Patches
12
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.21",
3
+ "version": "0.8.24",
4
4
  "description": "A cross-platform FocusTrapZone component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,9 +22,9 @@
22
22
  "directory": "packages/components/FocusTrapZone"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
25
+ "@fluentui-react-native/adapters": ">=0.8.3 <1.0.0",
26
26
  "@fluentui-react-native/component-cache": "^1.3.1",
27
- "@fluentui-react-native/interactive-hooks": ">=0.13.2 <1.0.0",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.14.1 <1.0.0",
28
28
  "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
29
29
  "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
30
30
  },