@fluentui-react-native/experimental-shadow 0.2.21 → 0.2.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 +61 -1
- package/CHANGELOG.md +23 -2
- package/package.json +19 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,67 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shadow",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 30 Sep 2022 08:02:26 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-shadow_v0.2.23",
|
|
7
|
+
"version": "0.2.23",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.6",
|
|
14
|
+
"commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/pressable to v0.9.15",
|
|
20
|
+
"commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/theme-types to v0.20.0",
|
|
26
|
+
"commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Fri, 30 Sep 2022 00:54:35 GMT",
|
|
33
|
+
"tag": "@fluentui-react-native/experimental-shadow_v0.2.22",
|
|
34
|
+
"version": "0.2.22",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "krsiler@microsoft.com",
|
|
39
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
40
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b",
|
|
41
|
+
"comment": "Update react-native to 0.68"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
46
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.5",
|
|
47
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
52
|
+
"comment": "Bump @fluentui-react-native/pressable to v0.9.14",
|
|
53
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui-react-native/experimental-shadow",
|
|
58
|
+
"comment": "Bump @fluentui-react-native/theme-types to v0.19.2",
|
|
59
|
+
"commit": "de9ddf75304295843613e144473e4fef3190f14b"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Mon, 26 Sep 2022 02:39:40 GMT",
|
|
6
66
|
"tag": "@fluentui-react-native/experimental-shadow_v0.2.21",
|
|
7
67
|
"version": "0.2.21",
|
|
8
68
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-shadow
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 30 Sep 2022 08:02:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.23
|
|
8
|
+
|
|
9
|
+
Fri, 30 Sep 2022 08:02:26 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.8.6
|
|
14
|
+
- Bump @fluentui-react-native/pressable to v0.9.15
|
|
15
|
+
- Bump @fluentui-react-native/theme-types to v0.20.0
|
|
16
|
+
|
|
17
|
+
## 0.2.22
|
|
18
|
+
|
|
19
|
+
Fri, 30 Sep 2022 00:54:35 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Update react-native to 0.68 (krsiler@microsoft.com)
|
|
24
|
+
- Bump @fluentui-react-native/framework to v0.8.5
|
|
25
|
+
- Bump @fluentui-react-native/pressable to v0.9.14
|
|
26
|
+
- Bump @fluentui-react-native/theme-types to v0.19.2
|
|
27
|
+
|
|
7
28
|
## 0.2.21
|
|
8
29
|
|
|
9
|
-
Mon, 26 Sep 2022 02:
|
|
30
|
+
Mon, 26 Sep 2022 02:39:40 GMT
|
|
10
31
|
|
|
11
32
|
### Patches
|
|
12
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shadow",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"description": "A cross-platform Shadow component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,21 +22,32 @@
|
|
|
22
22
|
"directory": "packages/experimental/Shadow"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": "0.8.
|
|
26
|
-
"@fluentui-react-native/pressable": "0.9.
|
|
27
|
-
"@fluentui-react-native/theme-types": "0.
|
|
25
|
+
"@fluentui-react-native/framework": "0.8.6",
|
|
26
|
+
"@fluentui-react-native/pressable": "0.9.15",
|
|
27
|
+
"@fluentui-react-native/theme-types": "0.20.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
31
|
-
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
|
32
31
|
"@fluentui-react-native/scripts": "^0.1.1",
|
|
32
|
+
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
|
33
33
|
"react": "17.0.2",
|
|
34
|
-
"react-native": "^0.
|
|
34
|
+
"react-native": "^0.68.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "17.0.2",
|
|
38
|
-
"react-native": "^0.
|
|
38
|
+
"react-native": "^0.68.0"
|
|
39
39
|
},
|
|
40
40
|
"author": "",
|
|
41
|
-
"license": "MIT"
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"rnx-kit": {
|
|
43
|
+
"reactNativeVersion": "^0.68",
|
|
44
|
+
"reactNativeDevVersion": "^0.68",
|
|
45
|
+
"kitType": "library",
|
|
46
|
+
"capabilities": [
|
|
47
|
+
"core",
|
|
48
|
+
"core-android",
|
|
49
|
+
"core-ios",
|
|
50
|
+
"react"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
42
53
|
}
|