@fluentui/react-card 9.0.0-beta.32 → 9.0.0-beta.33

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,42 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 11 Nov 2022 14:53:43 GMT",
5
+ "date": "Thu, 17 Nov 2022 23:02:32 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-beta.33",
7
+ "version": "9.0.0-beta.33",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
14
+ "comment": "chore: update package scaffold"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-card",
21
+ "comment": "Bump @fluentui/react-tabster to v9.3.1",
22
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-card",
27
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
28
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-card",
33
+ "comment": "Bump @fluentui/react-button to v9.1.9",
34
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Fri, 11 Nov 2022 14:57:56 GMT",
6
41
  "tag": "@fluentui/react-card_v9.0.0-beta.32",
7
42
  "version": "9.0.0-beta.32",
8
43
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Fri, 11 Nov 2022 14:53:43 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Nov 2022 23:02:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.33)
8
+
9
+ Thu, 17 Nov 2022 23:02:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.32..@fluentui/react-card_v9.0.0-beta.33)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.3.1 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.2.2 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
16
+ - Bump @fluentui/react-button to v9.1.9 ([PR #25683](https://github.com/microsoft/fluentui/pull/25683) by beachball)
17
+
7
18
  ## [9.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.32)
8
19
 
9
- Fri, 11 Nov 2022 14:53:43 GMT
20
+ Fri, 11 Nov 2022 14:57:56 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.31..@fluentui/react-card_v9.0.0-beta.32)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-card",
3
- "version": "9.0.0-beta.32",
3
+ "version": "9.0.0-beta.33",
4
4
  "private": false,
5
5
  "description": "Card container components for Fluent UI React.",
6
6
  "main": "lib-commonjs/index.js",
@@ -31,14 +31,14 @@
31
31
  "@fluentui/eslint-plugin": "*",
32
32
  "@fluentui/react-conformance-griffel": "9.0.0-beta.18",
33
33
  "@fluentui/react-conformance": "*",
34
- "@fluentui/react-button": "^9.1.8",
34
+ "@fluentui/react-button": "^9.1.9",
35
35
  "@fluentui/scripts": "^1.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.1",
39
- "@fluentui/react-tabster": "^9.3.0",
39
+ "@fluentui/react-tabster": "^9.3.1",
40
40
  "@fluentui/react-theme": "^9.1.2",
41
- "@fluentui/react-utilities": "^9.2.1",
41
+ "@fluentui/react-utilities": "^9.2.2",
42
42
  "@griffel/react": "^1.4.2",
43
43
  "tslib": "^2.1.0"
44
44
  },