@fluentui/react-components 9.37.1 → 9.37.2

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,30 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Nov 2023 12:51:06 GMT",
5
+ "date": "Wed, 01 Nov 2023 19:15:30 GMT",
6
+ "tag": "@fluentui/react-components_v9.37.2",
7
+ "version": "9.37.2",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "vkozlova@microsoft.com",
12
+ "package": "@fluentui/react-breadcrumb-preview",
13
+ "commit": "877aa5574a2028398fba63f5d5d696b3dcccb21e",
14
+ "comment": "feat: made BreadcrumbButton semantically as a link"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "bernardo.sunderhus@gmail.com",
20
+ "package": "@fluentui/react-tree",
21
+ "commit": "88574cc717e7bffe6f8f0f5fce191350066e7a62",
22
+ "comment": "chore: stop unnecessary re-rendering when no actions are available"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 01 Nov 2023 12:55:58 GMT",
6
29
  "tag": "@fluentui/react-components_v9.37.1",
7
30
  "version": "9.37.1",
8
31
  "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 12:51:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Nov 2023 19:15:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.37.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.2)
8
+
9
+ Wed, 01 Nov 2023 19:15:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.1..@fluentui/react-components_v9.37.2)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-breadcrumb-preview`
15
+ - feat: made BreadcrumbButton semantically as a link ([PR #29679](https://github.com/microsoft/fluentui/pull/29679) by vkozlova@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-tree`
20
+ - chore: stop unnecessary re-rendering when no actions are available ([PR #29694](https://github.com/microsoft/fluentui/pull/29694) by bernardo.sunderhus@gmail.com)
21
+
7
22
  ## [9.37.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.37.1)
8
23
 
9
- Wed, 01 Nov 2023 12:51:06 GMT
24
+ Wed, 01 Nov 2023 12:55:58 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.0..@fluentui/react-components_v9.37.1)
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.1",
3
+ "version": "9.37.2",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -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.9",
80
+ "@fluentui/react-tree": "^9.4.10",
81
81
  "@griffel/react": "^1.5.14",
82
82
  "@swc/helpers": "^0.5.1",
83
83
  "@fluentui/react-message-bar": "^9.0.4"