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

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": "Fri, 14 Jan 2022 00:56:34 GMT",
5
+ "date": "Wed, 26 Jan 2022 17:00:53 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.16",
7
+ "version": "0.8.16",
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.12.0",
14
+ "commit": "883ef66b94a1efb5d429c5ecad015f312be3b4c3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 25 Jan 2022 21:55:31 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.15",
22
+ "version": "0.8.15",
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.11.15",
29
+ "commit": "ca505d0e9d6b3286c0025bde70305f4bbb49a7f2"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 25 Jan 2022 16:48:23 GMT",
36
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.14",
37
+ "version": "0.8.14",
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.11.14",
44
+ "commit": "f522217240f2b510443e2f898d212df2ee114398"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 14 Jan 2022 21:49:07 GMT",
51
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.13",
52
+ "version": "0.8.13",
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.11.13",
59
+ "commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Fri, 14 Jan 2022 01:00:02 GMT",
6
66
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.12",
7
67
  "version": "0.8.12",
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 Fri, 14 Jan 2022 00:56:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 26 Jan 2022 17:00:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.16
8
+
9
+ Wed, 26 Jan 2022 17:00:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.12.0
14
+
15
+ ## 0.8.15
16
+
17
+ Tue, 25 Jan 2022 21:55:31 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.15
22
+
23
+ ## 0.8.14
24
+
25
+ Tue, 25 Jan 2022 16:48:23 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.14
30
+
31
+ ## 0.8.13
32
+
33
+ Fri, 14 Jan 2022 21:49:07 GMT
34
+
35
+ ### Patches
36
+
37
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.13
38
+
7
39
  ## 0.8.12
8
40
 
9
- Fri, 14 Jan 2022 00:56:34 GMT
41
+ Fri, 14 Jan 2022 01:00:02 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.12",
3
+ "version": "0.8.16",
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.11.12 <1.0.0",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.12.0 <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
  },