@fluentui-react-native/experimental-shimmer 0.5.13 → 0.5.17

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,112 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 10 Sep 2021 18:14:32 GMT",
5
+ "date": "Fri, 01 Oct 2021 17:51:08 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.17",
7
+ "version": "0.5.17",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump @fluentui-react-native/framework to v0.6.0",
12
+ "author": "ruaraki@microsoft.com",
13
+ "commit": "cb59746a9358af9ae32ea386aad1cfaa1922605d",
14
+ "package": "@fluentui-react-native/experimental-shimmer"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 28 Sep 2021 21:08:25 GMT",
21
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.16",
22
+ "version": "0.5.16",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "comment": "Delete NativeButton",
27
+ "author": "67026167+chiuam@users.noreply.github.com",
28
+ "commit": "335503904094894a91e53c6de328bf13e13bcc1c",
29
+ "package": "@fluentui-react-native/experimental-shimmer"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 21 Sep 2021 19:08:16 GMT",
36
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.15",
37
+ "version": "0.5.15",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "comment": "Bump @fluentui-react-native/framework to v0.5.39",
42
+ "author": "ruaraki@microsoft.com",
43
+ "commit": "e52c9b3d031599af4f43c261cb0a0327bc68a5ab",
44
+ "package": "@fluentui-react-native/experimental-shimmer"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 21 Sep 2021 16:32:12 GMT",
51
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.15",
52
+ "version": "0.5.15",
53
+ "comments": {
54
+ "patch": [
55
+ {
56
+ "comment": "adding an adapter for macOS",
57
+ "author": "67026167+chiuam@users.noreply.github.com",
58
+ "commit": "2d8e314d1cbdbccbd87251fbe125b14b1014486e",
59
+ "package": "@fluentui-react-native/experimental-shimmer"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Tue, 14 Sep 2021 19:31:04 GMT",
66
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.14",
67
+ "version": "0.5.14",
68
+ "comments": {
69
+ "none": [
70
+ {
71
+ "comment": "Bump @fluentui-react-native/framework to v0.5.38",
72
+ "author": "ruaraki@microsoft.com",
73
+ "commit": "c3eefc2cd6e8e23d64ca72460586f33120edc336",
74
+ "package": "@fluentui-react-native/experimental-shimmer"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Mon, 13 Sep 2021 23:22:43 GMT",
81
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.14",
82
+ "version": "0.5.14",
83
+ "comments": {
84
+ "patch": [
85
+ {
86
+ "comment": "Bump @fluentui-react-native/framework to v0.5.38",
87
+ "author": "ruaraki@microsoft.com",
88
+ "commit": "a7179bb7cc1b8d1da09a0a11831b7b1712b8b720",
89
+ "package": "@fluentui-react-native/experimental-shimmer"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Fri, 10 Sep 2021 21:30:12 GMT",
96
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.5.13",
97
+ "version": "0.5.13",
98
+ "comments": {
99
+ "none": [
100
+ {
101
+ "comment": "Bump @fluentui-react-native/framework to v0.5.37",
102
+ "author": "ruaraki@microsoft.com",
103
+ "commit": "7ac71c6add6f05230c649dad60b5f7442f08cbb3",
104
+ "package": "@fluentui-react-native/experimental-shimmer"
105
+ }
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "date": "Fri, 10 Sep 2021 18:16:59 GMT",
6
111
  "tag": "@fluentui-react-native/experimental-shimmer_v0.5.13",
7
112
  "version": "0.5.13",
8
113
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Fri, 10 Sep 2021 18:14:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Oct 2021 17:51:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.17
8
+
9
+ Fri, 01 Oct 2021 17:51:08 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.6.0 (ruaraki@microsoft.com)
14
+
15
+ ## 0.5.16
16
+
17
+ Tue, 28 Sep 2021 21:08:25 GMT
18
+
19
+ ### Patches
20
+
21
+ - Delete NativeButton (67026167+chiuam@users.noreply.github.com)
22
+
23
+ ## 0.5.15
24
+
25
+ Tue, 21 Sep 2021 16:32:12 GMT
26
+
27
+ ### Patches
28
+
29
+ - adding an adapter for macOS (67026167+chiuam@users.noreply.github.com)
30
+
31
+ ## 0.5.14
32
+
33
+ Mon, 13 Sep 2021 23:22:43 GMT
34
+
35
+ ### Patches
36
+
37
+ - Bump @fluentui-react-native/framework to v0.5.38 (ruaraki@microsoft.com)
38
+
7
39
  ## 0.5.13
8
40
 
9
- Fri, 10 Sep 2021 18:14:32 GMT
41
+ Fri, 10 Sep 2021 18:16:59 GMT
10
42
 
11
43
  ### Patches
12
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.5.13",
3
+ "version": "0.5.17",
4
4
  "description": "A cross-platform Fluent Shimmer component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -14,8 +14,8 @@
14
14
  "prettier-fix": "fluentui-scripts prettier --fix true"
15
15
  },
16
16
  "dependencies": {
17
- "@fluentui-react-native/framework": "0.5.37",
18
- "@fluentui-react-native/tokens": ">=0.9.23 <1.0.0",
17
+ "@fluentui-react-native/framework": "0.6.0",
18
+ "@fluentui-react-native/tokens": ">=0.9.25 <1.0.0",
19
19
  "react-native-svg": "^12.1.1"
20
20
  },
21
21
  "devDependencies": {