@fluentui-react-native/pressable 0.8.0 → 0.8.4

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,88 @@
2
2
  "name": "@fluentui-react-native/pressable",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 17 Nov 2021 19:23:57 GMT",
5
+ "date": "Fri, 17 Dec 2021 22:04:25 GMT",
6
+ "tag": "@fluentui-react-native/pressable_v0.8.4",
7
+ "version": "0.8.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/pressable",
13
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.4",
14
+ "commit": "b9ea5eb1409f37305169f75398fa7f41229cefbd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 17 Dec 2021 19:53:21 GMT",
21
+ "tag": "@fluentui-react-native/pressable_v0.8.3",
22
+ "version": "0.8.3",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/pressable",
28
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.3",
29
+ "commit": "3012e075ca89e36931357442679b73d20540af8b"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 17 Dec 2021 01:26:42 GMT",
36
+ "tag": "@fluentui-react-native/pressable_v0.8.2",
37
+ "version": "0.8.2",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/pressable",
43
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.2",
44
+ "commit": "511aeb31982a5fb9dd2f7196c0c7217cc4a3dbc6"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 16 Dec 2021 23:00:57 GMT",
51
+ "tag": "@fluentui-react-native/pressable_v0.8.1",
52
+ "version": "0.8.1",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "dannyvv@microsoft.com",
57
+ "package": "@fluentui-react-native/pressable",
58
+ "commit": "25b3989739737bc598a5d699a941af4c0b4a421f",
59
+ "comment": "📦 applying package updates ***NO_CI***"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Thu, 16 Dec 2021 19:10:31 GMT",
66
+ "tag": "@fluentui-react-native/pressable_v0.8.1",
67
+ "version": "0.8.1",
68
+ "comments": {
69
+ "patch": [
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui-react-native/pressable",
73
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.1",
74
+ "commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui-react-native/pressable",
79
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.1",
80
+ "commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ {
86
+ "date": "Wed, 17 Nov 2021 19:28:07 GMT",
6
87
  "tag": "@fluentui-react-native/pressable_v0.8.0",
7
88
  "version": "0.8.0",
8
89
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui-react-native/pressable
2
2
 
3
- This log was last generated on Wed, 17 Nov 2021 19:23:57 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Dec 2021 22:04:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.4
8
+
9
+ Fri, 17 Dec 2021 22:04:25 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.4
14
+
15
+ ## 0.8.3
16
+
17
+ Fri, 17 Dec 2021 19:53:21 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.3
22
+
23
+ ## 0.8.2
24
+
25
+ Fri, 17 Dec 2021 01:26:42 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.2
30
+
31
+ ## 0.8.1
32
+
33
+ Thu, 16 Dec 2021 19:10:31 GMT
34
+
35
+ ### Patches
36
+
37
+ - Bump @fluentui-react-native/adapters to v0.8.1
38
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.1
39
+
7
40
  ## 0.8.0
8
41
 
9
- Wed, 17 Nov 2021 19:23:57 GMT
42
+ Wed, 17 Nov 2021 19:28:07 GMT
10
43
 
11
44
  ### Minor changes
12
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/pressable",
3
- "version": "0.8.0",
3
+ "version": "0.8.4",
4
4
  "description": "A cross-platform Pressable component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -17,8 +17,8 @@
17
17
  "prettier-fix": "fluentui-scripts prettier --fix true"
18
18
  },
19
19
  "dependencies": {
20
- "@fluentui-react-native/adapters": ">=0.8.0 <1.0.0",
21
- "@fluentui-react-native/interactive-hooks": ">=0.11.0 <1.0.0",
20
+ "@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
21
+ "@fluentui-react-native/interactive-hooks": ">=0.11.4 <1.0.0",
22
22
  "@uifabricshared/foundation-composable": ">=0.10.0 <1.0.0",
23
23
  "@uifabricshared/foundation-settings": ">=0.11.0 <1.0.0"
24
24
  },