@fluentui-react-native/experimental-shimmer 0.7.23 → 0.8.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,43 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 01 Dec 2022 03:10:03 GMT",
5
+ "date": "Tue, 06 Dec 2022 02:01:55 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.8.0",
7
+ "version": "0.8.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "winlarry@microsoft.com",
12
+ "package": "@fluentui-react-native/experimental-shimmer",
13
+ "commit": "d64b7100cfa70fd9763d2c593ee606bc899801ee",
14
+ "comment": "Bump react-native-svg: 12.3.0 -> 12.5.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 06 Dec 2022 00:46:41 GMT",
21
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.7.24",
22
+ "version": "0.7.24",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui-react-native/experimental-shimmer",
28
+ "comment": "Bump @fluentui-react-native/framework to v0.8.23",
29
+ "commit": "8e94deaeff8869396c506ca186a614eb0acd9f93"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/experimental-shimmer",
34
+ "comment": "Bump @fluentui-react-native/tokens to v0.19.0",
35
+ "commit": "8e94deaeff8869396c506ca186a614eb0acd9f93"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 01 Dec 2022 03:12:20 GMT",
6
42
  "tag": "@fluentui-react-native/experimental-shimmer_v0.7.23",
7
43
  "version": "0.7.23",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Thu, 01 Dec 2022 03:10:03 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 06 Dec 2022 02:01:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.0
8
+
9
+ Tue, 06 Dec 2022 02:01:55 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump react-native-svg: 12.3.0 -> 12.5.0 (winlarry@microsoft.com)
14
+
15
+ ## 0.7.24
16
+
17
+ Tue, 06 Dec 2022 00:46:41 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @fluentui-react-native/framework to v0.8.23
22
+ - Bump @fluentui-react-native/tokens to v0.19.0
23
+
7
24
  ## 0.7.23
8
25
 
9
- Thu, 01 Dec 2022 03:10:03 GMT
26
+ Thu, 01 Dec 2022 03:12:20 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.7.23",
3
+ "version": "0.8.0",
4
4
  "description": "A cross-platform Fluent Shimmer component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,9 +19,9 @@
19
19
  "directory": "packages/experimental/Shimmer"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui-react-native/framework": "0.8.22",
23
- "@fluentui-react-native/tokens": ">=0.18.1 <1.0.0",
24
- "react-native-svg": "12.3.0"
22
+ "@fluentui-react-native/framework": "0.8.23",
23
+ "@fluentui-react-native/tokens": ">=0.19.0 <1.0.0",
24
+ "react-native-svg": "12.5.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",