@fluentui-react-native/focus-trap-zone 0.8.5 → 0.8.9

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,97 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 04:11:32 GMT",
5
+ "date": "Wed, 05 Jan 2022 23:52:32 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.9",
7
+ "version": "0.8.9",
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.11.9",
14
+ "commit": "8622748288aa587df7a433e6741b5d3b9c53655b"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 21 Dec 2021 20:56:31 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.8",
22
+ "version": "0.8.8",
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.8",
29
+ "commit": "a7d19d410d5714e2bdb61529d2687182061020a5"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 20 Dec 2021 22:56:01 GMT",
36
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.7",
37
+ "version": "0.8.7",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "ruaraki@microsoft.com",
42
+ "package": "@fluentui-react-native/focus-trap-zone",
43
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
44
+ "comment": "Add repository property to all package.json files"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/focus-trap-zone",
49
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
50
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/focus-trap-zone",
55
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.1",
56
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/focus-trap-zone",
61
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.7",
62
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui-react-native/focus-trap-zone",
67
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.2",
68
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui-react-native/focus-trap-zone",
73
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.2",
74
+ "commit": "bc86b4fbf5f07c0bfbc950a1a99a3cf4b35807d1"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Sun, 19 Dec 2021 05:07:36 GMT",
81
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.6",
82
+ "version": "0.8.6",
83
+ "comments": {
84
+ "patch": [
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui-react-native/focus-trap-zone",
88
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.6",
89
+ "commit": "caa9260512544269d7e177c2d35f15b7f513965b"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Sat, 18 Dec 2021 04:15:05 GMT",
6
96
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.5",
7
97
  "version": "0.8.5",
8
98
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,49 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 05 Jan 2022 23:52:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.9
8
+
9
+ Wed, 05 Jan 2022 23:52:32 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.9
14
+
15
+ ## 0.8.8
16
+
17
+ Tue, 21 Dec 2021 20:56:31 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.8
22
+
23
+ ## 0.8.7
24
+
25
+ Mon, 20 Dec 2021 22:56:01 GMT
26
+
27
+ ### Patches
28
+
29
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
30
+ - Bump @fluentui-react-native/adapters to v0.8.2
31
+ - Bump @fluentui-react-native/component-cache to v1.3.1
32
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.7
33
+ - Bump @uifabricshared/foundation-composable to v0.10.2
34
+ - Bump @uifabricshared/foundation-settings to v0.11.2
35
+
36
+ ## 0.8.6
37
+
38
+ Sun, 19 Dec 2021 05:07:36 GMT
39
+
40
+ ### Patches
41
+
42
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.6
43
+
7
44
  ## 0.8.5
8
45
 
9
- Sat, 18 Dec 2021 04:11:32 GMT
46
+ Sat, 18 Dec 2021 04:15:05 GMT
10
47
 
11
48
  ### Patches
12
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.5",
3
+ "version": "0.8.9",
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",
@@ -16,12 +16,17 @@
16
16
  "prettier": "fluentui-scripts prettier",
17
17
  "prettier-fix": "fluentui-scripts prettier --fix true"
18
18
  },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/microsoft/fluentui-react-native.git",
22
+ "directory": "packages/components/FocusTrapZone"
23
+ },
19
24
  "dependencies": {
20
- "@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
21
- "@fluentui-react-native/component-cache": "^1.3.0",
22
- "@fluentui-react-native/interactive-hooks": ">=0.11.5 <1.0.0",
23
- "@uifabricshared/foundation-composable": ">=0.10.1 <1.0.0",
24
- "@uifabricshared/foundation-settings": ">=0.11.1 <1.0.0"
25
+ "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
26
+ "@fluentui-react-native/component-cache": "^1.3.1",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.11.9 <1.0.0",
28
+ "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
29
+ "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
25
30
  },
26
31
  "devDependencies": {
27
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",