@fluentui/react-components 9.37.2 → 9.37.3

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,38 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Nov 2023 19:15:30 GMT",
5
+ "date": "Thu, 02 Nov 2023 17:38:19 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.3",
7
+ "version": "9.37.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "marcosvmmoura@gmail.com",
12
+ "package": "@fluentui/react-drawer",
13
+ "commit": "b4b696c7dd574454581ff697b03381650eb00f9c",
14
+ "comment": "breaking: open prop now only accepts a boolean instead of MotionShorthand "
15
+ }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "yuanboxue@microsoft.com",
20
+ "package": "@fluentui/react-timepicker-compat-preview",
21
+ "commit": "727224140e113363c3e5bb1f26b092b81da2ccb9",
22
+ "comment": "chore: add bundle size fixture."
23
+ }
24
+ ],
25
+ "patch": [
26
+ {
27
+ "author": "bernardo.sunderhus@gmail.com",
28
+ "package": "@fluentui/react-tree",
29
+ "commit": "9b59f49f035e556aab24cfd8ad8da429815db061",
30
+ "comment": "chore: throws if FlatTree is used as a subtree"
31
+ }
32
+ ]
33
+ }
34
+ },
35
+ {
36
+ "date": "Wed, 01 Nov 2023 19:15:55 GMT",
6
37
  "tag": "@fluentui/react-components_v9.37.2",
7
38
  "version": "9.37.2",
8
39
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 19:15:30 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Nov 2023 17:38:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.3)
8
+
9
+ Thu, 02 Nov 2023 17:38:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.2..@fluentui/react-components_v9.37.3)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-tree`
15
+ - chore: throws if FlatTree is used as a subtree ([PR #29729](https://github.com/microsoft/fluentui/pull/29729) by bernardo.sunderhus@gmail.com)
16
+
17
+ ### Changes
18
+
19
+ - `@fluentui/react-drawer`
20
+ - breaking: open prop now only accepts a boolean instead of MotionShorthand ([PR #29736](https://github.com/microsoft/fluentui/pull/29736) by marcosvmmoura@gmail.com)
21
+
7
22
  ## [9.37.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.2)
8
23
 
9
- Wed, 01 Nov 2023 19:15:30 GMT
24
+ Wed, 01 Nov 2023 19:15:55 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.1..@fluentui/react-components_v9.37.2)
11
26
 
12
27
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.37.2",
3
+ "version": "9.37.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -41,7 +41,7 @@
41
41
  "@fluentui/react-combobox": "^9.5.28",
42
42
  "@fluentui/react-dialog": "^9.8.2",
43
43
  "@fluentui/react-divider": "^9.2.48",
44
- "@fluentui/react-drawer": "9.0.0-beta.39",
44
+ "@fluentui/react-drawer": "9.0.0-beta.40",
45
45
  "@fluentui/react-field": "^9.1.40",
46
46
  "@fluentui/react-image": "^9.1.45",
47
47
  "@fluentui/react-infobutton": "9.0.0-beta.74",
@@ -77,7 +77,7 @@
77
77
  "@fluentui/react-utilities": "^9.15.1",
78
78
  "@fluentui/react-text": "^9.3.45",
79
79
  "@fluentui/react-virtualizer": "9.0.0-alpha.55",
80
- "@fluentui/react-tree": "^9.4.10",
80
+ "@fluentui/react-tree": "^9.4.11",
81
81
  "@griffel/react": "^1.5.14",
82
82
  "@swc/helpers": "^0.5.1",
83
83
  "@fluentui/react-message-bar": "^9.0.4"