@fluentui-react-native/pressable 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,46 @@
2
2
  "name": "@fluentui-react-native/pressable",
3
3
  "entries": [
4
4
  {
5
- "date": "Sun, 19 Dec 2021 05:06:17 GMT",
5
+ "date": "Mon, 20 Dec 2021 22:51:36 GMT",
6
+ "tag": "@fluentui-react-native/pressable_v0.8.7",
7
+ "version": "0.8.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ruaraki@microsoft.com",
12
+ "package": "@fluentui-react-native/pressable",
13
+ "commit": "f4a5b4f5c9c190400e3e34c4a33b3ed30696d41e",
14
+ "comment": "Add repository property to all package.json files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/pressable",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.2",
20
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/pressable",
25
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.7",
26
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/pressable",
31
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.2",
32
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/pressable",
37
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.2",
38
+ "commit": "32b4aee7297f4dee329ceb27ccf92ae254b2561f"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Sun, 19 Dec 2021 05:07:36 GMT",
6
45
  "tag": "@fluentui-react-native/pressable_v0.8.6",
7
46
  "version": "0.8.6",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui-react-native/pressable
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:36 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:36 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/interactive-hooks to v0.11.7
16
+ - Bump @uifabricshared/foundation-composable to v0.10.2
17
+ - Bump @uifabricshared/foundation-settings to v0.11.2
18
+
7
19
  ## 0.8.6
8
20
 
9
- Sun, 19 Dec 2021 05:06:17 GMT
21
+ Sun, 19 Dec 2021 05:07:36 GMT
10
22
 
11
23
  ### Patches
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/pressable",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "A cross-platform Pressable component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,11 +16,16 @@
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/Pressable"
23
+ },
19
24
  "dependencies": {
20
- "@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
21
- "@fluentui-react-native/interactive-hooks": ">=0.11.6 <1.0.0",
22
- "@uifabricshared/foundation-composable": ">=0.10.1 <1.0.0",
23
- "@uifabricshared/foundation-settings": ">=0.11.1 <1.0.0"
25
+ "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
26
+ "@fluentui-react-native/interactive-hooks": ">=0.11.7 <1.0.0",
27
+ "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
28
+ "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
24
29
  },
25
30
  "devDependencies": {
26
31
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",