@fluentui/react-card 9.0.0 → 9.0.1

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,40 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Mar 2023 08:54:59 GMT",
5
+ "date": "Wed, 15 Mar 2023 10:17:02 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.1",
7
+ "version": "9.0.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "marcosvmmoura@gmail.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "5835524f6f0ed2e463e8cae0b5ae29252b6bfbc4",
14
+ "comment": "docs: improve readme description"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-card",
19
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
20
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-card",
25
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
26
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-button to v9.3.3",
32
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 13 Mar 2023 08:58:23 GMT",
6
39
  "tag": "@fluentui/react-card_v9.0.0",
7
40
  "version": "9.0.0",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Mon, 13 Mar 2023 08:54:59 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Mar 2023 10:17:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.1)
8
+
9
+ Wed, 15 Mar 2023 10:17:02 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0..@fluentui/react-card_v9.0.1)
11
+
12
+ ### Patches
13
+
14
+ - docs: improve readme description ([PR #27181](https://github.com/microsoft/fluentui/pull/27181) by marcosvmmoura@gmail.com)
15
+ - Bump @fluentui/react-tabster to v9.5.7 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
17
+ - Bump @fluentui/react-button to v9.3.3 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
18
+
7
19
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0)
8
20
 
9
- Mon, 13 Mar 2023 08:54:59 GMT
21
+ Mon, 13 Mar 2023 08:58:23 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-rc.2..@fluentui/react-card_v9.0.0)
11
23
 
12
24
  ### Patches
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
- # @fluentui/react-card [ALPHA]
1
+ # @fluentui/react-card
2
2
 
3
3
  **React Card components for [Fluent UI React](https://react.fluentui.dev)**
4
4
 
5
- **⚠️ Please note that functionality is still being added to this package. Due to lockstep versioning, the version of this package is aligned with the others in _react-components_.**
6
-
7
- These are not production-ready components and **should never be used in a product**. This space is useful for testing new components whose APIs might change before final release.
5
+ A card is a container that holds information and actions related to a single concept or object, like a document or a contact.
8
6
 
9
7
  ## Usage
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
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
  "@fluentui/eslint-plugin": "*",
32
32
  "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
33
33
  "@fluentui/react-conformance": "*",
34
- "@fluentui/react-button": "^9.3.2",
34
+ "@fluentui/react-button": "^9.3.3",
35
35
  "@fluentui/scripts-api-extractor": "*",
36
36
  "@fluentui/scripts-cypress": "*",
37
37
  "@fluentui/scripts-tasks": "*"
38
38
  },
39
39
  "dependencies": {
40
40
  "@fluentui/keyboard-keys": "^9.0.1",
41
- "@fluentui/react-tabster": "^9.5.6",
42
- "@fluentui/react-theme": "^9.1.5",
41
+ "@fluentui/react-tabster": "^9.5.7",
42
+ "@fluentui/react-theme": "^9.1.6",
43
43
  "@fluentui/react-utilities": "^9.7.0",
44
44
  "@griffel/react": "^1.5.2",
45
45
  "tslib": "^2.1.0"