@fluentui/react-card 9.0.53 → 9.0.55

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Thu, 09 Nov 2023 17:23:21 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Nov 2023 09:51:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.55)
8
+
9
+ Mon, 20 Nov 2023 09:51:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.54..@fluentui/react-card_v9.0.55)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
15
+
16
+ ## [9.0.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.54)
17
+
18
+ Tue, 14 Nov 2023 17:51:27 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.53..@fluentui/react-card_v9.0.54)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-tabster to v9.14.5 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
24
+
7
25
  ## [9.0.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.53)
8
26
 
9
- Thu, 09 Nov 2023 17:23:21 GMT
27
+ Thu, 09 Nov 2023 17:29:51 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.52..@fluentui/react-card_v9.0.53)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.53",
3
+ "version": "9.0.55",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@fluentui/keyboard-keys": "^9.0.7",
42
- "@fluentui/react-tabster": "^9.14.4",
42
+ "@fluentui/react-tabster": "^9.14.6",
43
43
  "@fluentui/react-theme": "^9.1.16",
44
44
  "@fluentui/react-utilities": "^9.15.2",
45
45
  "@fluentui/react-jsx-runtime": "^9.0.19",