@fluentui-react-native/experimental-activity-indicator 0.5.15 → 0.5.18
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 +52 -1
- package/CHANGELOG.md +27 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-activity-indicator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 31 Mar 2022 07:25:45 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.18",
|
|
7
|
+
"version": "0.5.18",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.19",
|
|
14
|
+
"commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 23 Mar 2022 17:24:05 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.17",
|
|
22
|
+
"version": "0.5.17",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "ruaraki@microsoft.com",
|
|
27
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
28
|
+
"commit": "0bf66a0c909d3e3c6e372ec5604b50e0af8b57d4",
|
|
29
|
+
"comment": "Update minimum rn svg version"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
34
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.18",
|
|
35
|
+
"commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Mon, 07 Mar 2022 19:15:33 GMT",
|
|
42
|
+
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.16",
|
|
43
|
+
"version": "0.5.16",
|
|
44
|
+
"comments": {
|
|
45
|
+
"patch": [
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui-react-native/experimental-activity-indicator",
|
|
49
|
+
"comment": "Bump @fluentui-react-native/framework to v0.7.17",
|
|
50
|
+
"commit": "d437b204aa63de4c9d4dd2f58ccf541c388ddaee"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Fri, 04 Mar 2022 23:43:09 GMT",
|
|
6
57
|
"tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.15",
|
|
7
58
|
"version": "0.5.15",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-activity-indicator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 31 Mar 2022 07:25:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.18
|
|
8
|
+
|
|
9
|
+
Thu, 31 Mar 2022 07:25:45 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.7.19
|
|
14
|
+
|
|
15
|
+
## 0.5.17
|
|
16
|
+
|
|
17
|
+
Wed, 23 Mar 2022 17:24:05 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Update minimum rn svg version (ruaraki@microsoft.com)
|
|
22
|
+
- Bump @fluentui-react-native/framework to v0.7.18
|
|
23
|
+
|
|
24
|
+
## 0.5.16
|
|
25
|
+
|
|
26
|
+
Mon, 07 Mar 2022 19:15:33 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- Bump @fluentui-react-native/framework to v0.7.17
|
|
31
|
+
|
|
7
32
|
## 0.5.15
|
|
8
33
|
|
|
9
|
-
Fri, 04 Mar 2022 23:
|
|
34
|
+
Fri, 04 Mar 2022 23:43:09 GMT
|
|
10
35
|
|
|
11
36
|
### Patches
|
|
12
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-activity-indicator",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.18",
|
|
4
4
|
"description": "A cross-platform Fluent Activity Indicator component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"directory": "packages/experimental/ActivityIndicator"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": "0.7.
|
|
25
|
+
"@fluentui-react-native/framework": "0.7.19",
|
|
26
26
|
"assert-never": "^1.2.1",
|
|
27
|
-
"react-native-svg": "^12.
|
|
27
|
+
"react-native-svg": "^12.3.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|