@fluentui-react-native/experimental-activity-indicator 0.5.27 → 0.5.30

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,49 @@
2
2
  "name": "@fluentui-react-native/experimental-activity-indicator",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 21 May 2022 16:16:50 GMT",
5
+ "date": "Thu, 07 Jul 2022 21:22:09 GMT",
6
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.30",
7
+ "version": "0.5.30",
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.31",
14
+ "commit": "f10be0c3afa914ad42fcb639dc4d0a65a87c6425"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 25 May 2022 18:43:08 GMT",
21
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.29",
22
+ "version": "0.5.29",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "krsiler@microsoft.com",
27
+ "package": "@fluentui-react-native/experimental-activity-indicator",
28
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d",
29
+ "comment": "beachball sync"
30
+ },
31
+ {
32
+ "author": "krsiler@microsoft.com",
33
+ "package": "@fluentui-react-native/experimental-activity-indicator",
34
+ "commit": "7d1c5dba49eb5da6c18681b8c9295c7fa0d0353b",
35
+ "comment": "Version bump for packages to attempt to fix NPM publish pipeline"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-activity-indicator",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.7.30",
41
+ "commit": "f4e881a5caef5a8258094f2a2ba674c62321886d"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Sat, 21 May 2022 16:18:06 GMT",
6
48
  "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.27",
7
49
  "version": "0.5.27",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui-react-native/experimental-activity-indicator
2
2
 
3
- This log was last generated on Sat, 21 May 2022 16:16:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Jul 2022 21:22:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.30
8
+
9
+ Thu, 07 Jul 2022 21:22:09 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.31
14
+
15
+ ## 0.5.29
16
+
17
+ Wed, 25 May 2022 18:43:08 GMT
18
+
19
+ ### Patches
20
+
21
+ - beachball sync (krsiler@microsoft.com)
22
+ - Version bump for packages to attempt to fix NPM publish pipeline (krsiler@microsoft.com)
23
+ - Bump @fluentui-react-native/framework to v0.7.30
24
+
7
25
  ## 0.5.27
8
26
 
9
- Sat, 21 May 2022 16:16:50 GMT
27
+ Sat, 21 May 2022 16:18:06 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-activity-indicator",
3
- "version": "0.5.27",
3
+ "version": "0.5.30",
4
4
  "description": "A cross-platform Fluent Activity Indicator component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,7 +22,7 @@
22
22
  "directory": "packages/experimental/ActivityIndicator"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.7.28",
25
+ "@fluentui-react-native/framework": "0.7.31",
26
26
  "assert-never": "^1.2.1",
27
27
  "react-native-svg": "^12.3.0"
28
28
  },