@fluentui-react-native/focus-trap-zone 0.8.6 → 0.8.7

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,52 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 19 Dec 2021 05:06:17 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:35 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.7",
7
+ "version": "0.8.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/focus-trap-zone",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/focus-trap-zone",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/focus-trap-zone",
25
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.1",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/focus-trap-zone",
31
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.7",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/focus-trap-zone",
37
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.2",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/focus-trap-zone",
43
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.2",
44
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Sun, 19 Dec 2021 05:07:36 GMT",
6
51
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.6",
7
52
  "version": "0.8.6",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Sun, 19 Dec 2021 05:06:17 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Dec 2021 22:51:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.7
8
+
9
+ Mon, 20 Dec 2021 22:51:35 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add repository property to all package.json files (ruaraki@microsoft.com)
14
+ - Bump @fluentui-react-native/adapters to v0.8.2
15
+ - Bump @fluentui-react-native/component-cache to v1.3.1
16
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.7
17
+ - Bump @uifabricshared/foundation-composable to v0.10.2
18
+ - Bump @uifabricshared/foundation-settings to v0.11.2
19
+
7
20
  ## 0.8.6
8
21
 
9
- Sun, 19 Dec 2021 05:06:17 GMT
22
+ Sun, 19 Dec 2021 05:07:36 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
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.6 <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.7 <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",