@fluentui-react-native/experimental-activity-indicator 0.5.29 → 0.6.0

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,58 @@
2
2
  "name": "@fluentui-react-native/experimental-activity-indicator",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 18:41:22 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:21 GMT",
6
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.6.0",
7
+ "version": "0.6.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-activity-indicator",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "Update to React Native 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-activity-indicator",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
27
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.31",
28
+ "version": "0.5.31",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-activity-indicator",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
35
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
42
+ "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.30",
43
+ "version": "0.5.30",
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.31",
50
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 25 May 2022 18:43:08 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-activity-indicator_v0.5.29",
7
58
  "version": "0.5.29",
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 Wed, 25 May 2022 18:41:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 18:07:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.0
8
+
9
+ Thu, 14 Jul 2022 18:07:21 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update to React Native 0.66 (sanajmi@microsoft.com)
14
+ - Bump @fluentui-react-native/framework to v0.8.0
15
+
16
+ ## 0.5.31
17
+
18
+ Fri, 08 Jul 2022 21:23:37 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/framework to v0.7.32
23
+
24
+ ## 0.5.30
25
+
26
+ Thu, 07 Jul 2022 21:24:07 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/framework to v0.7.31
31
+
7
32
  ## 0.5.29
8
33
 
9
- Wed, 25 May 2022 18:41:22 GMT
34
+ Wed, 25 May 2022 18:43:08 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.29",
3
+ "version": "0.6.0",
4
4
  "description": "A cross-platform Fluent Activity Indicator component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,19 +22,19 @@
22
22
  "directory": "packages/experimental/ActivityIndicator"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/framework": "0.7.30",
25
+ "@fluentui-react-native/framework": "0.8.0",
26
26
  "assert-never": "^1.2.1",
27
27
  "react-native-svg": "^12.3.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
31
- "@types/react-native": "^0.64.0",
31
+ "@types/react-native": "^0.66.0",
32
32
  "@fluentui-react-native/scripts": "^0.1.1",
33
- "react-native": "^0.64.3"
33
+ "react-native": "^0.66.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "react": "17.0.1",
37
- "react-native": ">=0.64.3"
36
+ "react": "17.0.2",
37
+ "react-native": ">=0.66.0"
38
38
  },
39
39
  "author": "",
40
40
  "license": "MIT"