@fluentui-react-native/experimental-shimmer 0.6.33 → 0.7.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,76 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 18:41:23 GMT",
5
+ "date": "Thu, 14 Jul 2022 18:07:21 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.7.0",
7
+ "version": "0.7.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-shimmer",
13
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b",
14
+ "comment": "Update to React Native 0.66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-shimmer",
19
+ "comment": "Bump @fluentui-react-native/framework to v0.8.0",
20
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/experimental-shimmer",
25
+ "comment": "Bump @fluentui-react-native/tokens to v0.16.0",
26
+ "commit": "155145b496a51b06bba73f8f9c6b89dc7b348c4b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 08 Jul 2022 21:23:37 GMT",
33
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.35",
34
+ "version": "0.6.35",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/experimental-shimmer",
40
+ "comment": "Bump @fluentui-react-native/framework to v0.7.32",
41
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui-react-native/experimental-shimmer",
46
+ "comment": "Bump @fluentui-react-native/tokens to v0.15.1",
47
+ "commit": "c489bb685c8dbe94b7b6fe88957e7ce4d3c2d000"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 07 Jul 2022 21:24:07 GMT",
54
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.34",
55
+ "version": "0.6.34",
56
+ "comments": {
57
+ "patch": [
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui-react-native/experimental-shimmer",
61
+ "comment": "Bump @fluentui-react-native/framework to v0.7.31",
62
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui-react-native/experimental-shimmer",
67
+ "comment": "Bump @fluentui-react-native/tokens to v0.15.0",
68
+ "commit": "b4030a050a2c7223f45f498f3ab8cfc7f87059d9"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Wed, 25 May 2022 18:43:08 GMT",
6
75
  "tag": "@fluentui-react-native/experimental-shimmer_v0.6.33",
7
76
  "version": "0.6.33",
8
77
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Wed, 25 May 2022 18:41:23 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.7.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
+ - Bump @fluentui-react-native/tokens to v0.16.0
16
+
17
+ ## 0.6.35
18
+
19
+ Fri, 08 Jul 2022 21:23:37 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui-react-native/framework to v0.7.32
24
+ - Bump @fluentui-react-native/tokens to v0.15.1
25
+
26
+ ## 0.6.34
27
+
28
+ Thu, 07 Jul 2022 21:24:07 GMT
29
+
30
+ ### Patches
31
+
32
+ - Bump @fluentui-react-native/framework to v0.7.31
33
+ - Bump @fluentui-react-native/tokens to v0.15.0
34
+
7
35
  ## 0.6.33
8
36
 
9
- Wed, 25 May 2022 18:41:23 GMT
37
+ Wed, 25 May 2022 18:43:08 GMT
10
38
 
11
39
  ### Patches
12
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.6.33",
3
+ "version": "0.7.0",
4
4
  "description": "A cross-platform Fluent Shimmer component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,19 +19,19 @@
19
19
  "directory": "packages/experimental/Shimmer"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui-react-native/framework": "0.7.30",
23
- "@fluentui-react-native/tokens": ">=0.14.0 <1.0.0",
22
+ "@fluentui-react-native/framework": "0.8.0",
23
+ "@fluentui-react-native/tokens": ">=0.16.0 <1.0.0",
24
24
  "react-native-svg": "^12.3.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
28
- "@types/react-native": "^0.64.0",
28
+ "@types/react-native": "^0.66.0",
29
29
  "@fluentui-react-native/scripts": "^0.1.1",
30
30
  "assert-never": "^1.2.1",
31
- "react-native": "^0.64.3"
31
+ "react-native": "^0.66.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "react-native": ">=0.64.3"
34
+ "react-native": ">=0.66.0"
35
35
  },
36
36
  "author": "",
37
37
  "license": "MIT"