@fluentui-react-native/experimental-shimmer 0.11.0 → 0.11.2
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 +43 -1
- package/CHANGELOG.md +20 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shimmer",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 29 Aug 2023 22:51:54 GMT",
|
|
6
|
+
"version": "0.11.2",
|
|
7
|
+
"tag": "@fluentui-react-native/experimental-shimmer_v0.11.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.11.6",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/theming-utils to v0.24.4",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/tokens to v0.21.3",
|
|
26
|
+
"commit": "not available"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Wed, 23 Aug 2023 18:55:23 GMT",
|
|
33
|
+
"version": "0.11.1",
|
|
34
|
+
"tag": "@fluentui-react-native/experimental-shimmer_v0.11.1",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "ruaraki@microsoft.com",
|
|
39
|
+
"package": "@fluentui-react-native/experimental-shimmer",
|
|
40
|
+
"commit": "565d51b9f2769d1e566e59249d062b26338f408b",
|
|
41
|
+
"comment": "Update SVG dependencies"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Wed, 16 Aug 2023 23:34:27 GMT",
|
|
6
48
|
"version": "0.11.0",
|
|
7
49
|
"tag": "@fluentui-react-native/experimental-shimmer_v0.11.0",
|
|
8
50
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/experimental-shimmer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 29 Aug 2023 22:51:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.11.2
|
|
8
|
+
|
|
9
|
+
Tue, 29 Aug 2023 22:51:54 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.11.6
|
|
14
|
+
- Bump @fluentui-react-native/theming-utils to v0.24.4
|
|
15
|
+
- Bump @fluentui-react-native/tokens to v0.21.3
|
|
16
|
+
|
|
17
|
+
## 0.11.1
|
|
18
|
+
|
|
19
|
+
Wed, 23 Aug 2023 18:55:23 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Update SVG dependencies (ruaraki@microsoft.com)
|
|
24
|
+
|
|
7
25
|
## 0.11.0
|
|
8
26
|
|
|
9
|
-
Wed, 16 Aug 2023 23:
|
|
27
|
+
Wed, 16 Aug 2023 23:34:27 GMT
|
|
10
28
|
|
|
11
29
|
### Minor changes
|
|
12
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/experimental-shimmer",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "A cross-platform Fluent Shimmer component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@fluentui-react-native/component-cache": "^1.5.1",
|
|
26
|
-
"@fluentui-react-native/framework": "0.11.
|
|
27
|
-
"@fluentui-react-native/theming-utils": ">=0.24.
|
|
28
|
-
"@fluentui-react-native/tokens": ">=0.21.
|
|
26
|
+
"@fluentui-react-native/framework": "0.11.6",
|
|
27
|
+
"@fluentui-react-native/theming-utils": ">=0.24.4 <1.0.0",
|
|
28
|
+
"@fluentui-react-native/tokens": ">=0.21.3 <1.0.0",
|
|
29
29
|
"@fluentui-react-native/use-styling": "^0.11.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"assert-never": "^1.2.1",
|
|
35
35
|
"react": "18.2.0",
|
|
36
36
|
"react-native": "^0.71.0",
|
|
37
|
-
"react-native-svg": "^13.
|
|
37
|
+
"react-native-svg": "^13.9.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "18.2.0",
|
|
41
41
|
"react-native": "^0.71.0",
|
|
42
|
-
"react-native-svg": "^13.
|
|
42
|
+
"react-native-svg": "^13.9.0"
|
|
43
43
|
},
|
|
44
44
|
"author": "",
|
|
45
45
|
"license": "MIT",
|