@fluentui-react-native/pressable 0.8.20 → 0.8.23

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/pressable",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Feb 2022 01:19:23 GMT",
5
+ "date": "Tue, 01 Mar 2022 20:17:46 GMT",
6
+ "tag": "@fluentui-react-native/pressable_v0.8.23",
7
+ "version": "0.8.23",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/pressable",
13
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.0",
14
+ "commit": "6b5a35c07a9b7da4df7f250a4607f4fc6927d273"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 18 Feb 2022 23:27:11 GMT",
21
+ "tag": "@fluentui-react-native/pressable_v0.8.22",
22
+ "version": "0.8.22",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/pressable",
28
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.3",
29
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/pressable",
34
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.3",
35
+ "commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 17 Feb 2022 02:13:07 GMT",
42
+ "tag": "@fluentui-react-native/pressable_v0.8.21",
43
+ "version": "0.8.21",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/pressable",
49
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.2",
50
+ "commit": "616c894f75769553fe97f8f2d4550bbd615f2396"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 17 Feb 2022 01:22:02 GMT",
6
57
  "tag": "@fluentui-react-native/pressable_v0.8.20",
7
58
  "version": "0.8.20",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/pressable
2
2
 
3
- This log was last generated on Thu, 17 Feb 2022 01:19:23 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 20:17:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.23
8
+
9
+ Tue, 01 Mar 2022 20:17:46 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.0
14
+
15
+ ## 0.8.22
16
+
17
+ Fri, 18 Feb 2022 23:27:11 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/adapters to v0.8.3
22
+ - Bump @fluentui-react-native/interactive-hooks to v0.13.3
23
+
24
+ ## 0.8.21
25
+
26
+ Thu, 17 Feb 2022 02:13:07 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/interactive-hooks to v0.13.2
31
+
7
32
  ## 0.8.20
8
33
 
9
- Thu, 17 Feb 2022 01:19:23 GMT
34
+ Thu, 17 Feb 2022 01:22:02 GMT
10
35
 
11
36
  ### Patches
12
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/pressable",
3
- "version": "0.8.20",
3
+ "version": "0.8.23",
4
4
  "description": "A cross-platform Pressable component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,8 +22,8 @@
22
22
  "directory": "packages/components/Pressable"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
26
- "@fluentui-react-native/interactive-hooks": ">=0.13.1 <1.0.0",
25
+ "@fluentui-react-native/adapters": ">=0.8.3 <1.0.0",
26
+ "@fluentui-react-native/interactive-hooks": ">=0.14.0 <1.0.0",
27
27
  "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
28
28
  "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
29
29
  },