@fluentui/react-card 9.0.0-beta.11 → 9.0.0-beta.12
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 +28 -7
- package/CHANGELOG.md +18 -8
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,28 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 25 Apr 2022 09:31:20 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.12",
|
7
|
+
"version": "9.0.0-beta.12",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
14
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.7",
|
20
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Tue, 19 Apr 2022 19:17:14 GMT",
|
6
27
|
"tag": "@fluentui/react-card_v9.0.0-beta.11",
|
7
28
|
"version": "9.0.0-beta.11",
|
8
29
|
"comments": {
|
@@ -52,37 +73,37 @@
|
|
52
73
|
"author": "beachball",
|
53
74
|
"package": "@fluentui/react-card",
|
54
75
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
55
|
-
"commit": "
|
76
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
56
77
|
},
|
57
78
|
{
|
58
79
|
"author": "beachball",
|
59
80
|
"package": "@fluentui/react-card",
|
60
81
|
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
61
|
-
"commit": "
|
82
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
62
83
|
},
|
63
84
|
{
|
64
85
|
"author": "beachball",
|
65
86
|
"package": "@fluentui/react-card",
|
66
87
|
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
67
|
-
"commit": "
|
88
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
68
89
|
},
|
69
90
|
{
|
70
91
|
"author": "beachball",
|
71
92
|
"package": "@fluentui/react-card",
|
72
93
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
73
|
-
"commit": "
|
94
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
74
95
|
},
|
75
96
|
{
|
76
97
|
"author": "beachball",
|
77
98
|
"package": "@fluentui/react-card",
|
78
99
|
"comment": "Bump @fluentui/react-text to v9.0.0-rc.6",
|
79
|
-
"commit": "
|
100
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
80
101
|
},
|
81
102
|
{
|
82
103
|
"author": "beachball",
|
83
104
|
"package": "@fluentui/react-card",
|
84
105
|
"comment": "Bump @fluentui/react-button to v9.0.0-rc.6",
|
85
|
-
"commit": "
|
106
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
86
107
|
}
|
87
108
|
]
|
88
109
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,34 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.12)
|
8
|
+
|
9
|
+
Mon, 25 Apr 2022 09:31:20 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.11..@fluentui/react-card_v9.0.0-beta.12)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
15
|
+
- Bump @fluentui/react-button to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
16
|
+
|
7
17
|
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.11)
|
8
18
|
|
9
|
-
Tue, 19 Apr 2022 19:14
|
19
|
+
Tue, 19 Apr 2022 19:17:14 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.10..@fluentui/react-card_v9.0.0-beta.11)
|
11
21
|
|
12
22
|
### Changes
|
13
23
|
|
14
24
|
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
15
25
|
- Add static classnames to Card ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
16
|
-
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #
|
17
|
-
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #
|
18
|
-
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #
|
20
|
-
- Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #
|
21
|
-
- Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #
|
26
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
27
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
28
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
29
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
30
|
+
- Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
31
|
+
- Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
22
32
|
|
23
33
|
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.10)
|
24
34
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-card",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.12",
|
4
4
|
"private": false,
|
5
5
|
"description": "Card container components for Fluent UI React.",
|
6
6
|
"main": "lib-commonjs/index.js",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@fluentui/react-conformance-griffel": "9.0.0-beta.4",
|
33
33
|
"@fluentui/scripts": "^1.0.0",
|
34
34
|
"@fluentui/react-text": "9.0.0-rc.6",
|
35
|
-
"@fluentui/react-button": "9.0.0-rc.
|
35
|
+
"@fluentui/react-button": "9.0.0-rc.7"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"@griffel/react": "1.0.3",
|
39
39
|
"@fluentui/react-utilities": "9.0.0-rc.6",
|
40
|
-
"@fluentui/react-tabster": "9.0.0-rc.
|
40
|
+
"@fluentui/react-tabster": "9.0.0-rc.7",
|
41
41
|
"@fluentui/react-theme": "9.0.0-rc.5",
|
42
42
|
"tslib": "^2.1.0"
|
43
43
|
},
|