@fluentui/react-card 9.0.31 → 9.0.32

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": "Wed, 23 Aug 2023 11:58:32 GMT",
5
+ "date": "Thu, 24 Aug 2023 10:23:05 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.32",
7
+ "version": "9.0.32",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "marcosvmmoura@gmail.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "44789c103b2c4a05c026c72f4a594a291fdb0141",
14
+ "comment": "docs: improve storybook and examples to better align with design guidelines"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-card",
19
+ "comment": "Bump @fluentui/react-tabster to v9.12.4",
20
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-card",
25
+ "comment": "Bump @fluentui/react-utilities to v9.12.0",
26
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
32
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 23 Aug 2023 12:01:49 GMT",
6
39
  "tag": "@fluentui/react-card_v9.0.31",
7
40
  "version": "9.0.31",
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 Wed, 23 Aug 2023 11:58:32 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Aug 2023 10:23:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.32)
8
+
9
+ Thu, 24 Aug 2023 10:23:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.31..@fluentui/react-card_v9.0.32)
11
+
12
+ ### Patches
13
+
14
+ - docs: improve storybook and examples to better align with design guidelines ([PR #28969](https://github.com/microsoft/fluentui/pull/28969) by marcosvmmoura@gmail.com)
15
+ - Bump @fluentui/react-tabster to v9.12.4 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.12.0 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.2 ([PR #28973](https://github.com/microsoft/fluentui/pull/28973) by beachball)
18
+
7
19
  ## [9.0.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.31)
8
20
 
9
- Wed, 23 Aug 2023 11:58:32 GMT
21
+ Wed, 23 Aug 2023 12:01:49 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.30..@fluentui/react-card_v9.0.31)
11
23
 
12
24
  ### Patches
package/README.md CHANGED
@@ -41,7 +41,7 @@ const App = () => (
41
41
  <CardPreview
42
42
  logo={
43
43
  <img
44
- src="https://raw.githubusercontent.com/microsoft/fluentui/master/packages/react-components/react-card/assets/word_logo.svg"
44
+ src="https://raw.githubusercontent.com/microsoft/fluentui/master/packages/react-components/react-card/assets/docx.png"
45
45
  alt="Microsoft Word logo"
46
46
  />
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.31",
3
+ "version": "9.0.32",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -39,10 +39,10 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@fluentui/keyboard-keys": "^9.0.3",
42
- "@fluentui/react-tabster": "^9.12.3",
42
+ "@fluentui/react-tabster": "^9.12.4",
43
43
  "@fluentui/react-theme": "^9.1.11",
44
- "@fluentui/react-utilities": "^9.11.2",
45
- "@fluentui/react-jsx-runtime": "^9.0.1",
44
+ "@fluentui/react-utilities": "^9.12.0",
45
+ "@fluentui/react-jsx-runtime": "^9.0.2",
46
46
  "@griffel/react": "^1.5.14",
47
47
  "@swc/helpers": "^0.4.14"
48
48
  },