@fluentui-react-native/experimental-shimmer 0.6.24 → 0.6.27

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-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Apr 2022 22:56:55 GMT",
5
+ "date": "Wed, 27 Apr 2022 19:28:58 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.27",
7
+ "version": "0.6.27",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/experimental-shimmer",
13
+ "comment": "Bump @fluentui-react-native/framework to v0.7.24",
14
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-shimmer",
19
+ "comment": "Bump @fluentui-react-native/tokens to v0.11.10",
20
+ "commit": "f3481f50e20c6ab33f7f3ffca63e9f1e424fe2c1"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 21 Apr 2022 21:50:03 GMT",
27
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.26",
28
+ "version": "0.6.26",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-shimmer",
34
+ "comment": "Bump @fluentui-react-native/framework to v0.7.23",
35
+ "commit": "9d96c6b126ce5293d5315054216af4bd3a447fbe"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Tue, 19 Apr 2022 16:54:55 GMT",
42
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.25",
43
+ "version": "0.6.25",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/experimental-shimmer",
49
+ "comment": "Bump @fluentui-react-native/framework to v0.7.22",
50
+ "commit": "cf5789633ef5230512cb21ab923cc9f71bfed4c1"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Wed, 06 Apr 2022 22:58:22 GMT",
6
57
  "tag": "@fluentui-react-native/experimental-shimmer_v0.6.24",
7
58
  "version": "0.6.24",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Wed, 06 Apr 2022 22:56:55 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Apr 2022 19:28:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.27
8
+
9
+ Wed, 27 Apr 2022 19:28:58 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.24
14
+ - Bump @fluentui-react-native/tokens to v0.11.10
15
+
16
+ ## 0.6.26
17
+
18
+ Thu, 21 Apr 2022 21:50:03 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @fluentui-react-native/framework to v0.7.23
23
+
24
+ ## 0.6.25
25
+
26
+ Tue, 19 Apr 2022 16:54:55 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/framework to v0.7.22
31
+
7
32
  ## 0.6.24
8
33
 
9
- Wed, 06 Apr 2022 22:56:55 GMT
34
+ Wed, 06 Apr 2022 22:58:22 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-shimmer",
3
- "version": "0.6.24",
3
+ "version": "0.6.27",
4
4
  "description": "A cross-platform Fluent Shimmer component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,8 +19,8 @@
19
19
  "directory": "packages/experimental/Shimmer"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui-react-native/framework": "0.7.21",
23
- "@fluentui-react-native/tokens": ">=0.11.9 <1.0.0",
22
+ "@fluentui-react-native/framework": "0.7.24",
23
+ "@fluentui-react-native/tokens": ">=0.11.10 <1.0.0",
24
24
  "react-native-svg": "^12.3.0"
25
25
  },
26
26
  "devDependencies": {