@fluentui/react-card 9.0.0-alpha.2 → 9.0.0-alpha.3

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": "Thu, 16 Sep 2021 07:35:43 GMT",
5
+ "date": "Fri, 17 Sep 2021 07:32:57 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-alpha.3",
7
+ "version": "9.0.0-alpha.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
14
+ "comment": "Bump @fluentui/react-card to v9.0.0-alpha.3"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
6
21
  "tag": "@fluentui/react-card_v9.0.0-alpha.2",
7
22
  "version": "9.0.0-alpha.2",
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 Thu, 16 Sep 2021 07:35:43 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Sep 2021 07:32:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.3)
8
+
9
+ Fri, 17 Sep 2021 07:32:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.2..@fluentui/react-card_v9.0.0-alpha.3)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-card to v9.0.0-alpha.3 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
15
+
7
16
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.2)
8
17
 
9
- Thu, 16 Sep 2021 07:35:43 GMT
18
+ Thu, 16 Sep 2021 07:38:39 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.1..@fluentui/react-card_v9.0.0-alpha.2)
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.2",
3
+ "version": "9.0.0-alpha.3",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -25,14 +25,14 @@
25
25
  "storybook": "start-storybook -s assets"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluentui/babel-make-styles": "9.0.0-alpha.48",
28
+ "@fluentui/babel-make-styles": "9.0.0-alpha.49",
29
29
  "@fluentui/eslint-plugin": "^1.4.1",
30
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.41",
30
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.42",
31
31
  "@fluentui/react-conformance": "^0.5.0",
32
- "@fluentui/react-conformance-make-styles": "9.0.0-alpha.10",
32
+ "@fluentui/react-conformance-make-styles": "9.0.0-alpha.11",
33
33
  "@fluentui/scripts": "^1.0.0",
34
- "@fluentui/react-text": "^9.0.0-alpha.15",
35
- "@fluentui/react-button": "^9.0.0-alpha.86",
34
+ "@fluentui/react-text": "^9.0.0-alpha.16",
35
+ "@fluentui/react-button": "^9.0.0-alpha.87",
36
36
  "@types/enzyme": "3.10.3",
37
37
  "@types/enzyme-adapter-react-16": "1.0.3",
38
38
  "@types/react": "16.9.42",
@@ -45,8 +45,8 @@
45
45
  "react-test-renderer": "^16.3.0"
46
46
  },
47
47
  "dependencies": {
48
- "@fluentui/react-make-styles": "9.0.0-alpha.66",
49
- "@fluentui/react-utilities": "9.0.0-alpha.48",
48
+ "@fluentui/react-make-styles": "9.0.0-alpha.67",
49
+ "@fluentui/react-utilities": "9.0.0-alpha.49",
50
50
  "tslib": "^2.1.0"
51
51
  },
52
52
  "peerDependencies": {