@fluentui/react-card 9.0.0-beta.38 → 9.0.0-beta.39
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 +39 -4
- package/CHANGELOG.md +15 -5
- package/package.json +6 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,42 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Mon,
|
5
|
+
"date": "Mon, 16 Jan 2023 08:35:32 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.39",
|
7
|
+
"version": "9.0.0-beta.39",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "marcosvmmoura@gmail.com",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"commit": "87dc68c62fc7796a2ffbe04ce9fe9aecc240286f",
|
14
|
+
"comment": "docs: add migration guide for cards from V0 to V9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "martinhochel@microsoft.com",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
|
20
|
+
"comment": "chore: migrate to packaged scripts"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-card",
|
27
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.7",
|
28
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-card",
|
33
|
+
"comment": "Bump @fluentui/react-button to v9.1.15",
|
34
|
+
"commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
|
35
|
+
}
|
36
|
+
]
|
37
|
+
}
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"date": "Mon, 09 Jan 2023 14:34:55 GMT",
|
6
41
|
"tag": "@fluentui/react-card_v9.0.0-beta.38",
|
7
42
|
"version": "9.0.0-beta.38",
|
8
43
|
"comments": {
|
@@ -19,19 +54,19 @@
|
|
19
54
|
"author": "beachball",
|
20
55
|
"package": "@fluentui/react-card",
|
21
56
|
"comment": "Bump @fluentui/react-tabster to v9.3.6",
|
22
|
-
"commit": "
|
57
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
23
58
|
},
|
24
59
|
{
|
25
60
|
"author": "beachball",
|
26
61
|
"package": "@fluentui/react-card",
|
27
62
|
"comment": "Bump @fluentui/react-utilities to v9.4.0",
|
28
|
-
"commit": "
|
63
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
29
64
|
},
|
30
65
|
{
|
31
66
|
"author": "beachball",
|
32
67
|
"package": "@fluentui/react-card",
|
33
68
|
"comment": "Bump @fluentui/react-button to v9.1.14",
|
34
|
-
"commit": "
|
69
|
+
"commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
|
35
70
|
}
|
36
71
|
]
|
37
72
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,29 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
3
|
+
This log was last generated on Mon, 16 Jan 2023 08:35:32 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.39)
|
8
|
+
|
9
|
+
Mon, 16 Jan 2023 08:35:32 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.38..@fluentui/react-card_v9.0.0-beta.39)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.3.7 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
15
|
+
- Bump @fluentui/react-button to v9.1.15 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
|
16
|
+
|
7
17
|
## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.38)
|
8
18
|
|
9
|
-
Mon, 09 Jan 2023 14:
|
19
|
+
Mon, 09 Jan 2023 14:34:55 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.37..@fluentui/react-card_v9.0.0-beta.38)
|
11
21
|
|
12
22
|
### Changes
|
13
23
|
|
14
|
-
- Bump @fluentui/react-tabster to v9.3.6 ([PR #
|
15
|
-
- Bump @fluentui/react-utilities to v9.4.0 ([PR #
|
16
|
-
- Bump @fluentui/react-button to v9.1.14 ([PR #
|
24
|
+
- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
25
|
+
- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
26
|
+
- Bump @fluentui/react-button to v9.1.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
|
17
27
|
|
18
28
|
## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.37)
|
19
29
|
|
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.39",
|
4
4
|
"private": false,
|
5
5
|
"description": "Card container components for Fluent UI React.",
|
6
6
|
"main": "lib-commonjs/index.js",
|
@@ -31,12 +31,14 @@
|
|
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.
|
35
|
-
"@fluentui/scripts": "*"
|
34
|
+
"@fluentui/react-button": "^9.1.15",
|
35
|
+
"@fluentui/scripts-api-extractor": "*",
|
36
|
+
"@fluentui/scripts-cypress": "*",
|
37
|
+
"@fluentui/scripts-tasks": "*"
|
36
38
|
},
|
37
39
|
"dependencies": {
|
38
40
|
"@fluentui/keyboard-keys": "^9.0.1",
|
39
|
-
"@fluentui/react-tabster": "^9.3.
|
41
|
+
"@fluentui/react-tabster": "^9.3.7",
|
40
42
|
"@fluentui/react-theme": "^9.1.5",
|
41
43
|
"@fluentui/react-utilities": "^9.4.0",
|
42
44
|
"@griffel/react": "^1.5.2",
|