@fluentui/react-tree 9.4.21 → 9.4.23

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 +30 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-tree
2
2
 
3
- This log was last generated on Tue, 09 Jan 2024 10:19:07 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Jan 2024 13:07:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.4.23)
8
+
9
+ Tue, 16 Jan 2024 13:07:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.4.22..@fluentui/react-tree_v9.4.23)
11
+
12
+ ### Patches
13
+
14
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
15
+ - Bump @fluentui/react-aria to v9.7.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
16
+ - Bump @fluentui/react-avatar to v9.6.7 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
17
+ - Bump @fluentui/react-button to v9.3.63 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
18
+ - Bump @fluentui/react-checkbox to v9.2.6 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
19
+ - Bump @fluentui/react-context-selector to v9.1.47 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
20
+ - Bump @fluentui/react-radio to v9.2.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
22
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
23
+
24
+ ## [9.4.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.4.22)
25
+
26
+ Thu, 11 Jan 2024 09:04:29 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.4.21..@fluentui/react-tree_v9.4.22)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-aria to v9.7.0 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
32
+ - Bump @fluentui/react-avatar to v9.6.6 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
33
+ - Bump @fluentui/react-button to v9.3.62 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
34
+
7
35
  ## [9.4.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tree_v9.4.21)
8
36
 
9
- Tue, 09 Jan 2024 10:19:07 GMT
37
+ Tue, 09 Jan 2024 10:21:34 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tree_v9.4.20..@fluentui/react-tree_v9.4.21)
11
39
 
12
40
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tree",
3
- "version": "9.4.21",
3
+ "version": "9.4.23",
4
4
  "description": "Tree component for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,24 +37,24 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.7",
40
- "@fluentui/react-aria": "^9.6.2",
41
- "@fluentui/react-avatar": "^9.6.5",
42
- "@fluentui/react-button": "^9.3.61",
43
- "@fluentui/react-checkbox": "^9.2.5",
44
- "@fluentui/react-context-selector": "^9.1.46",
40
+ "@fluentui/react-aria": "^9.7.1",
41
+ "@fluentui/react-avatar": "^9.6.7",
42
+ "@fluentui/react-button": "^9.3.63",
43
+ "@fluentui/react-checkbox": "^9.2.6",
44
+ "@fluentui/react-context-selector": "^9.1.47",
45
45
  "@fluentui/react-icons": "^2.0.224",
46
- "@fluentui/react-radio": "^9.2.0",
46
+ "@fluentui/react-radio": "^9.2.1",
47
47
  "@fluentui/react-shared-contexts": "^9.13.2",
48
- "@fluentui/react-tabster": "^9.17.0",
48
+ "@fluentui/react-tabster": "^9.17.1",
49
49
  "@fluentui/react-theme": "^9.1.16",
50
50
  "@fluentui/react-utilities": "^9.15.6",
51
- "@fluentui/react-jsx-runtime": "^9.0.24",
51
+ "@fluentui/react-jsx-runtime": "^9.0.25",
52
52
  "@griffel/react": "^1.5.14",
53
53
  "@swc/helpers": "^0.5.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/react": ">=16.14.0 <19.0.0",
57
- "@types/react-dom": ">=16.14.0 <19.0.0",
57
+ "@types/react-dom": ">=16.9.0 <19.0.0",
58
58
  "react": ">=16.14.0 <19.0.0",
59
59
  "react-dom": ">=16.14.0 <19.0.0"
60
60
  },