@fluentui-react-native/experimental-shimmer 0.6.28 → 0.6.29

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,28 @@
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 28 Apr 2022 19:07:57 GMT",
5
+ "date": "Wed, 04 May 2022 21:04:45 GMT",
6
+ "tag": "@fluentui-react-native/experimental-shimmer_v0.6.29",
7
+ "version": "0.6.29",
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.26",
14
+ "commit": "d503e2af4e84ba5c8c1c40ea3698fcbd1691dda6"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/experimental-shimmer",
19
+ "comment": "Bump @fluentui-react-native/tokens to v0.12.0",
20
+ "commit": "d503e2af4e84ba5c8c1c40ea3698fcbd1691dda6"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 28 Apr 2022 19:09:51 GMT",
6
27
  "tag": "@fluentui-react-native/experimental-shimmer_v0.6.28",
7
28
  "version": "0.6.28",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-react-native/experimental-shimmer
2
2
 
3
- This log was last generated on Thu, 28 Apr 2022 19:07:57 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 21:04:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.6.29
8
+
9
+ Wed, 04 May 2022 21:04:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/framework to v0.7.26
14
+ - Bump @fluentui-react-native/tokens to v0.12.0
15
+
7
16
  ## 0.6.28
8
17
 
9
- Thu, 28 Apr 2022 19:07:57 GMT
18
+ Thu, 28 Apr 2022 19:09:51 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/experimental-shimmer",
3
- "version": "0.6.28",
3
+ "version": "0.6.29",
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.25",
23
- "@fluentui-react-native/tokens": ">=0.11.11 <1.0.0",
22
+ "@fluentui-react-native/framework": "0.7.26",
23
+ "@fluentui-react-native/tokens": ">=0.12.0 <1.0.0",
24
24
  "react-native-svg": "^12.3.0"
25
25
  },
26
26
  "devDependencies": {