@fluentui-react-native/pressable 0.8.18 → 0.8.22
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 +67 -1
- package/CHANGELOG.md +35 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,73 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 18 Feb 2022 23:25:56 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/pressable_v0.8.22",
|
|
7
|
+
"version": "0.8.22",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/pressable",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.8.3",
|
|
14
|
+
"commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/pressable",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.3",
|
|
20
|
+
"commit": "597b1e6bd7b3791df8fad2e0ec83810872261c54"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 17 Feb 2022 02:13:07 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/pressable_v0.8.21",
|
|
28
|
+
"version": "0.8.21",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/pressable",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.2",
|
|
35
|
+
"commit": "616c894f75769553fe97f8f2d4550bbd615f2396"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Thu, 17 Feb 2022 01:22:02 GMT",
|
|
42
|
+
"tag": "@fluentui-react-native/pressable_v0.8.20",
|
|
43
|
+
"version": "0.8.20",
|
|
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.1",
|
|
50
|
+
"commit": "039a993d13ae01ff2212e8b91295d1ed5676c82d"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Wed, 09 Feb 2022 20:14:50 GMT",
|
|
57
|
+
"tag": "@fluentui-react-native/pressable_v0.8.19",
|
|
58
|
+
"version": "0.8.19",
|
|
59
|
+
"comments": {
|
|
60
|
+
"patch": [
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/pressable",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.0",
|
|
65
|
+
"commit": "f7264338409e4a7e4cbb4f4fb815d4ab32276d8a"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Wed, 02 Feb 2022 02:29:07 GMT",
|
|
6
72
|
"tag": "@fluentui-react-native/pressable_v0.8.18",
|
|
7
73
|
"version": "0.8.18",
|
|
8
74
|
"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
|
|
3
|
+
This log was last generated on Fri, 18 Feb 2022 23:25:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.22
|
|
8
|
+
|
|
9
|
+
Fri, 18 Feb 2022 23:25:56 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/adapters to v0.8.3
|
|
14
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.13.3
|
|
15
|
+
|
|
16
|
+
## 0.8.21
|
|
17
|
+
|
|
18
|
+
Thu, 17 Feb 2022 02:13:07 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.13.2
|
|
23
|
+
|
|
24
|
+
## 0.8.20
|
|
25
|
+
|
|
26
|
+
Thu, 17 Feb 2022 01:22:02 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.13.1
|
|
31
|
+
|
|
32
|
+
## 0.8.19
|
|
33
|
+
|
|
34
|
+
Wed, 09 Feb 2022 20:14:50 GMT
|
|
35
|
+
|
|
36
|
+
### Patches
|
|
37
|
+
|
|
38
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.13.0
|
|
39
|
+
|
|
7
40
|
## 0.8.18
|
|
8
41
|
|
|
9
|
-
Wed, 02 Feb 2022 02:
|
|
42
|
+
Wed, 02 Feb 2022 02:29:07 GMT
|
|
10
43
|
|
|
11
44
|
### Patches
|
|
12
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.22",
|
|
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.
|
|
26
|
-
"@fluentui-react-native/interactive-hooks": ">=0.
|
|
25
|
+
"@fluentui-react-native/adapters": ">=0.8.3 <1.0.0",
|
|
26
|
+
"@fluentui-react-native/interactive-hooks": ">=0.13.3 <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
|
},
|