@fluentui/react-card 9.0.0-alpha.10 → 9.0.0-alpha.11

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,22 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 29 Sep 2021 08:05:12 GMT",
5
+ "date": "Thu, 30 Sep 2021 09:18:04 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-alpha.11",
7
+ "version": "9.0.0-alpha.11",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-card",
13
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.95",
14
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
6
21
  "tag": "@fluentui/react-card_v9.0.0-alpha.10",
7
22
  "version": "9.0.0-alpha.10",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Wed, 29 Sep 2021 08:05:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Sep 2021 09:18:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.11)
8
+
9
+ Thu, 30 Sep 2021 09:18:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.10..@fluentui/react-card_v9.0.0-alpha.11)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-button to v9.0.0-alpha.95 ([PR #19802](https://github.com/microsoft/fluentui/pull/19802) by beachball)
15
+
7
16
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.10)
8
17
 
9
- Wed, 29 Sep 2021 08:05:12 GMT
18
+ Wed, 29 Sep 2021 08:06:11 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.9..@fluentui/react-card_v9.0.0-alpha.10)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.0-alpha.10",
3
+ "version": "9.0.0-alpha.11",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -32,7 +32,7 @@
32
32
  "@fluentui/react-conformance-make-styles": "9.0.0-alpha.18",
33
33
  "@fluentui/scripts": "^1.0.0",
34
34
  "@fluentui/react-text": "9.0.0-alpha.23",
35
- "@fluentui/react-button": "9.0.0-alpha.94",
35
+ "@fluentui/react-button": "9.0.0-alpha.95",
36
36
  "@types/enzyme": "3.10.3",
37
37
  "@types/enzyme-adapter-react-16": "1.0.3",
38
38
  "@types/react": "16.9.42",