@fluentui/react-card 9.0.0-beta.20 → 9.0.0-beta.21

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,46 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:38 GMT",
5
+ "date": "Tue, 28 Jun 2022 17:37:47 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-beta.21",
7
+ "version": "9.0.0-beta.21",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
14
+ "comment": "fix: Use caret dependency range for Griffel"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-card",
19
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
20
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-card",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
26
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-text to v9.0.1",
32
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-card",
37
+ "comment": "Bump @fluentui/react-button to v9.0.1",
38
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 28 Jun 2022 15:13:27 GMT",
6
45
  "tag": "@fluentui/react-card_v9.0.0-beta.20",
7
46
  "version": "9.0.0-beta.20",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 17:37:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.21)
8
+
9
+ Tue, 28 Jun 2022 17:37:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.20..@fluentui/react-card_v9.0.0-beta.21)
11
+
12
+ ### Changes
13
+
14
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
17
+ - Bump @fluentui/react-text to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
18
+ - Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
19
+
7
20
  ## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.20)
8
21
 
9
- Tue, 28 Jun 2022 15:08:38 GMT
22
+ Tue, 28 Jun 2022 15:13:27 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.19..@fluentui/react-card_v9.0.0-beta.20)
11
24
 
12
25
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.0-beta.20",
3
+ "version": "9.0.0-beta.21",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -31,15 +31,15 @@
31
31
  "devDependencies": {
32
32
  "@fluentui/eslint-plugin": "*",
33
33
  "@fluentui/react-conformance": "*",
34
- "@fluentui/react-conformance-griffel": "9.0.0-beta.9",
34
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.10",
35
35
  "@fluentui/scripts": "^1.0.0",
36
- "@fluentui/react-text": "^9.0.0",
37
- "@fluentui/react-button": "^9.0.0"
36
+ "@fluentui/react-text": "^9.0.1",
37
+ "@fluentui/react-button": "^9.0.1"
38
38
  },
39
39
  "dependencies": {
40
- "@griffel/react": "1.2.0",
40
+ "@griffel/react": "^1.2.0",
41
41
  "@fluentui/react-utilities": "^9.0.0",
42
- "@fluentui/react-tabster": "^9.0.0",
42
+ "@fluentui/react-tabster": "^9.0.1",
43
43
  "@fluentui/react-theme": "^9.0.0",
44
44
  "tslib": "^2.1.0"
45
45
  },