@fluentui/react-card 9.0.0-beta.40 → 9.0.0-beta.42
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 +55 -1
- package/CHANGELOG.md +24 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,61 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 31 Jan 2023 19:50:42 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.42",
|
7
|
+
"version": "9.0.0-beta.42",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"comment": "Bump @fluentui/react-tabster to v9.4.2",
|
14
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.1",
|
20
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"comment": "Bump @fluentui/react-button to v9.2.1",
|
26
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Thu, 26 Jan 2023 13:31:03 GMT",
|
33
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.41",
|
34
|
+
"version": "9.0.0-beta.41",
|
35
|
+
"comments": {
|
36
|
+
"prerelease": [
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-card",
|
40
|
+
"comment": "Bump @fluentui/react-tabster to v9.4.1",
|
41
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-card",
|
46
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.0",
|
47
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "beachball",
|
51
|
+
"package": "@fluentui/react-card",
|
52
|
+
"comment": "Bump @fluentui/react-button to v9.2.0",
|
53
|
+
"commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
|
54
|
+
}
|
55
|
+
]
|
56
|
+
}
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"date": "Wed, 18 Jan 2023 16:32:57 GMT",
|
6
60
|
"tag": "@fluentui/react-card_v9.0.0-beta.40",
|
7
61
|
"version": "9.0.0-beta.40",
|
8
62
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +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 Tue, 31 Jan 2023 19:50:42 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.42)
|
8
|
+
|
9
|
+
Tue, 31 Jan 2023 19:50:42 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.41..@fluentui/react-card_v9.0.0-beta.42)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.4.2 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
15
|
+
- Bump @fluentui/react-utilities to v9.5.1 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
16
|
+
- Bump @fluentui/react-button to v9.2.1 ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by beachball)
|
17
|
+
|
18
|
+
## [9.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.41)
|
19
|
+
|
20
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
21
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.40..@fluentui/react-card_v9.0.0-beta.41)
|
22
|
+
|
23
|
+
### Changes
|
24
|
+
|
25
|
+
- Bump @fluentui/react-tabster to v9.4.1 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
26
|
+
- Bump @fluentui/react-utilities to v9.5.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
27
|
+
- Bump @fluentui/react-button to v9.2.0 ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by beachball)
|
28
|
+
|
7
29
|
## [9.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.40)
|
8
30
|
|
9
|
-
Wed, 18 Jan 2023 16:
|
31
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
10
32
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.39..@fluentui/react-card_v9.0.0-beta.40)
|
11
33
|
|
12
34
|
### Changes
|
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.42",
|
4
4
|
"private": false,
|
5
5
|
"description": "Card container components for Fluent UI React.",
|
6
6
|
"main": "lib-commonjs/index.js",
|
@@ -31,16 +31,16 @@
|
|
31
31
|
"@fluentui/eslint-plugin": "*",
|
32
32
|
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
|
33
33
|
"@fluentui/react-conformance": "*",
|
34
|
-
"@fluentui/react-button": "^9.1
|
34
|
+
"@fluentui/react-button": "^9.2.1",
|
35
35
|
"@fluentui/scripts-api-extractor": "*",
|
36
36
|
"@fluentui/scripts-cypress": "*",
|
37
37
|
"@fluentui/scripts-tasks": "*"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@fluentui/keyboard-keys": "^9.0.1",
|
41
|
-
"@fluentui/react-tabster": "^9.4.
|
41
|
+
"@fluentui/react-tabster": "^9.4.2",
|
42
42
|
"@fluentui/react-theme": "^9.1.5",
|
43
|
-
"@fluentui/react-utilities": "^9.
|
43
|
+
"@fluentui/react-utilities": "^9.5.1",
|
44
44
|
"@griffel/react": "^1.5.2",
|
45
45
|
"tslib": "^2.1.0"
|
46
46
|
},
|