@fluentui-react-native/focus-trap-zone 0.8.16 → 0.8.20

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,67 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 26 Jan 2022 17:00:53 GMT",
5
+ "date": "Thu, 17 Feb 2022 01:19:23 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.20",
7
+ "version": "0.8.20",
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.13.1",
14
+ "commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 09 Feb 2022 20:14:50 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.19",
22
+ "version": "0.8.19",
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.13.0",
29
+ "commit": "f7264338409e4a7e4cbb4f4fb815d4ab32276d8a"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 02 Feb 2022 02:29:07 GMT",
36
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.18",
37
+ "version": "0.8.18",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/focus-trap-zone",
43
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.12.2",
44
+ "commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 26 Jan 2022 20:31:04 GMT",
51
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.17",
52
+ "version": "0.8.17",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui-react-native/focus-trap-zone",
58
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.12.1",
59
+ "commit": "1f6a66699e8a06bfd55a613ee9019ba8ca27d0b4"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Wed, 26 Jan 2022 17:02:27 GMT",
6
66
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.16",
7
67
  "version": "0.8.16",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Wed, 26 Jan 2022 17:00:53 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 01:19:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.20
8
+
9
+ Thu, 17 Feb 2022 01:19:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.13.1
14
+
15
+ ## 0.8.19
16
+
17
+ Wed, 09 Feb 2022 20:14:50 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.13.0
22
+
23
+ ## 0.8.18
24
+
25
+ Wed, 02 Feb 2022 02:29:07 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/interactive-hooks to v0.12.2
30
+
31
+ ## 0.8.17
32
+
33
+ Wed, 26 Jan 2022 20:31:04 GMT
34
+
35
+ ### Patches
36
+
37
+ - Bump @fluentui-react-native/interactive-hooks to v0.12.1
38
+
7
39
  ## 0.8.16
8
40
 
9
- Wed, 26 Jan 2022 17:00:53 GMT
41
+ Wed, 26 Jan 2022 17:02:27 GMT
10
42
 
11
43
  ### Patches
12
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.16",
3
+ "version": "0.8.20",
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",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
26
26
  "@fluentui-react-native/component-cache": "^1.3.1",
27
- "@fluentui-react-native/interactive-hooks": ">=0.12.0 <1.0.0",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.13.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
  },