@itwin/tree-widget-react 3.8.0 → 3.9.0

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 +10 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @itwin/tree-widget-react
2
2
 
3
- This log was last generated on Thu, 15 May 2025 05:33:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 19 May 2025 16:58:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.9.0
8
+
9
+ Mon, 19 May 2025 16:58:03 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Add support for iTwin.js v5.0 ([#1326](https://github.com/iTwin/viewer-components-react/pull/1326))
14
+
7
15
  ## 3.8.0
8
16
 
9
- Thu, 15 May 2025 05:33:22 GMT
17
+ Thu, 15 May 2025 05:33:32 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/tree-widget-react",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "Tree Widget React",
5
5
  "keywords": [
6
6
  "Bentley",
@@ -60,11 +60,11 @@
60
60
  "check-extractions": "node ../../../scripts/updateExtractions.js --targets=./README.md --check"
61
61
  },
62
62
  "peerDependencies": {
63
- "@itwin/appui-abstract": "^4.0.0",
63
+ "@itwin/appui-abstract": "^4.0.0 || ^5.0.0",
64
64
  "@itwin/appui-react": "^4.10.0 || ^5.0.0",
65
65
  "@itwin/components-react": "^4.10.0 || ^5.0.0",
66
- "@itwin/core-frontend": "^4.0.0",
67
- "@itwin/ecschema-metadata": "^4.0.0",
66
+ "@itwin/core-frontend": "^4.0.0 || ^5.0.0",
67
+ "@itwin/ecschema-metadata": "^4.0.0 || ^5.0.0",
68
68
  "@itwin/itwinui-react": "^3.11.0",
69
69
  "@itwin/presentation-components": "^5.0.0",
70
70
  "react": "^17.0.0 || ^18.0.0",