@fluentui/react-card 9.0.0-beta.25 → 9.0.0-beta.26

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,34 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 15 Sep 2022 09:45:19 GMT",
5
+ "date": "Tue, 20 Sep 2022 20:54:08 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-beta.26",
7
+ "version": "9.0.0-beta.26",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-card",
13
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
14
+ "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-card",
19
+ "comment": "Bump @fluentui/react-text to v9.1.1",
20
+ "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-card",
25
+ "comment": "Bump @fluentui/react-button to v9.1.2",
26
+ "commit": "9617a5a46ef4c5e310a066a5374ff2ed61db3c66"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Thu, 15 Sep 2022 09:49:58 GMT",
6
33
  "tag": "@fluentui/react-card_v9.0.0-beta.25",
7
34
  "version": "9.0.0-beta.25",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Thu, 15 Sep 2022 09:45:19 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Sep 2022 20:54:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.26)
8
+
9
+ Tue, 20 Sep 2022 20:54:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.25..@fluentui/react-card_v9.0.0-beta.26)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
15
+ - Bump @fluentui/react-text to v9.1.1 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
16
+ - Bump @fluentui/react-button to v9.1.2 ([PR #24870](https://github.com/microsoft/fluentui/pull/24870) by beachball)
17
+
7
18
  ## [9.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.25)
8
19
 
9
- Thu, 15 Sep 2022 09:45:19 GMT
20
+ Thu, 15 Sep 2022 09:49:58 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.24..@fluentui/react-card_v9.0.0-beta.25)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.0-beta.25",
3
+ "version": "9.0.0-beta.26",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -31,10 +31,10 @@
31
31
  "devDependencies": {
32
32
  "@fluentui/eslint-plugin": "*",
33
33
  "@fluentui/react-conformance": "*",
34
- "@fluentui/react-conformance-griffel": "9.0.0-beta.13",
34
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.14",
35
35
  "@fluentui/scripts": "^1.0.0",
36
- "@fluentui/react-text": "^9.1.0",
37
- "@fluentui/react-button": "^9.1.1"
36
+ "@fluentui/react-text": "^9.1.1",
37
+ "@fluentui/react-button": "^9.1.2"
38
38
  },
39
39
  "dependencies": {
40
40
  "@griffel/react": "^1.3.0",