@fluentui/react-card 9.0.49 → 9.0.51

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,37 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Oct 2023 17:47:37 GMT",
5
+ "date": "Sat, 28 Oct 2023 23:32:06 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.51",
7
+ "version": "9.0.51",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-card",
13
+ "comment": "Bump @fluentui/react-tabster to v9.14.2",
14
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 23 Oct 2023 09:51:57 GMT",
21
+ "tag": "@fluentui/react-card_v9.0.50",
22
+ "version": "9.0.50",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-card",
28
+ "comment": "Bump @fluentui/react-tabster to v9.14.1",
29
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 18 Oct 2023 17:54:08 GMT",
6
36
  "tag": "@fluentui/react-card_v9.0.49",
7
37
  "version": "9.0.49",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 28 Oct 2023 23:32:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.51)
8
+
9
+ Sat, 28 Oct 2023 23:32:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.50..@fluentui/react-card_v9.0.51)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
15
+
16
+ ## [9.0.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.50)
17
+
18
+ Mon, 23 Oct 2023 09:51:57 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.49..@fluentui/react-card_v9.0.50)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
24
+
7
25
  ## [9.0.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.49)
8
26
 
9
- Wed, 18 Oct 2023 17:47:37 GMT
27
+ Wed, 18 Oct 2023 17:54:08 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.48..@fluentui/react-card_v9.0.49)
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.49",
3
+ "version": "9.0.51",
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.6",
42
- "@fluentui/react-tabster": "^9.14.0",
42
+ "@fluentui/react-tabster": "^9.14.2",
43
43
  "@fluentui/react-theme": "^9.1.14",
44
44
  "@fluentui/react-utilities": "^9.15.1",
45
45
  "@fluentui/react-jsx-runtime": "^9.0.18",