@fluentui-react-native/pressable 0.8.15 → 0.8.19
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 +61 -1
- package/CHANGELOG.md +34 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,67 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 09 Feb 2022 20:13:22 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/pressable_v0.8.19",
|
|
7
|
+
"version": "0.8.19",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/pressable",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.13.0",
|
|
14
|
+
"commit": "f7264338409e4a7e4cbb4f4fb815d4ab32276d8a"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 02 Feb 2022 02:29:07 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/pressable_v0.8.18",
|
|
22
|
+
"version": "0.8.18",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/pressable",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.12.2",
|
|
29
|
+
"commit": "c42dec6d24b24ded9a85dd11076e49d9b92980aa"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 26 Jan 2022 20:31:04 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/pressable_v0.8.17",
|
|
37
|
+
"version": "0.8.17",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui-react-native/pressable",
|
|
43
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.12.1",
|
|
44
|
+
"commit": "1f6a66699e8a06bfd55a613ee9019ba8ca27d0b4"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Wed, 26 Jan 2022 17:02:27 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/pressable_v0.8.16",
|
|
52
|
+
"version": "0.8.16",
|
|
53
|
+
"comments": {
|
|
54
|
+
"patch": [
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui-react-native/pressable",
|
|
58
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.12.0",
|
|
59
|
+
"commit": "883ef66b94a1efb5d429c5ecad015f312be3b4c3"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Tue, 25 Jan 2022 21:55:31 GMT",
|
|
6
66
|
"tag": "@fluentui-react-native/pressable_v0.8.15",
|
|
7
67
|
"version": "0.8.15",
|
|
8
68
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,44 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/pressable
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 09 Feb 2022 20:13:22 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.19
|
|
8
|
+
|
|
9
|
+
Wed, 09 Feb 2022 20:13:22 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.13.0
|
|
14
|
+
|
|
15
|
+
## 0.8.18
|
|
16
|
+
|
|
17
|
+
Wed, 02 Feb 2022 02:29:07 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.12.2
|
|
22
|
+
|
|
23
|
+
## 0.8.17
|
|
24
|
+
|
|
25
|
+
Wed, 26 Jan 2022 20:31:04 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.12.1
|
|
30
|
+
|
|
31
|
+
## 0.8.16
|
|
32
|
+
|
|
33
|
+
Wed, 26 Jan 2022 17:02:27 GMT
|
|
34
|
+
|
|
35
|
+
### Patches
|
|
36
|
+
|
|
37
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.12.0
|
|
38
|
+
|
|
7
39
|
## 0.8.15
|
|
8
40
|
|
|
9
|
-
Tue, 25 Jan 2022 21:
|
|
41
|
+
Tue, 25 Jan 2022 21:55:31 GMT
|
|
10
42
|
|
|
11
43
|
### Patches
|
|
12
44
|
|
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.19",
|
|
4
4
|
"description": "A cross-platform Pressable component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
|
|
26
|
-
"@fluentui-react-native/interactive-hooks": ">=0.
|
|
26
|
+
"@fluentui-react-native/interactive-hooks": ">=0.13.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
|
},
|