@fluentui-react-native/focus-trap-zone 0.8.25 → 0.8.28

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": "Fri, 04 Mar 2022 23:41:59 GMT",
5
+ "date": "Mon, 28 Mar 2022 15:01:45 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.28",
7
+ "version": "0.8.28",
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.5",
14
+ "commit": "c85943cf17fb111a721e006e1619084e27650b39"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 23 Mar 2022 17:24:05 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.27",
22
+ "version": "0.8.27",
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.4",
29
+ "commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 07 Mar 2022 19:15:33 GMT",
36
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.26",
37
+ "version": "0.8.26",
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.4",
44
+ "commit": "d437b204aa63de4c9d4dd2f58ccf541c388ddaee"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/focus-trap-zone",
49
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.3",
50
+ "commit": "d437b204aa63de4c9d4dd2f58ccf541c388ddaee"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Fri, 04 Mar 2022 23:43:10 GMT",
6
57
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.25",
7
58
  "version": "0.8.25",
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 Fri, 04 Mar 2022 23:41:59 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 28 Mar 2022 15:01:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.28
8
+
9
+ Mon, 28 Mar 2022 15:01:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.5
14
+
15
+ ## 0.8.27
16
+
17
+ Wed, 23 Mar 2022 17:24:05 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.4
22
+
23
+ ## 0.8.26
24
+
25
+ Mon, 07 Mar 2022 19:15:33 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/adapters to v0.8.4
30
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.3
31
+
7
32
  ## 0.8.25
8
33
 
9
- Fri, 04 Mar 2022 23:41:59 GMT
34
+ Fri, 04 Mar 2022 23:43:10 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.25",
3
+ "version": "0.8.28",
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.3 <1.0.0",
25
+ "@fluentui-react-native/adapters": ">=0.8.4 <1.0.0",
26
26
  "@fluentui-react-native/component-cache": "^1.3.1",
27
- "@fluentui-react-native/interactive-hooks": ">=0.14.2 <1.0.0",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.14.5 <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
  },