@itwin/tree-widget-react 3.10.2 → 3.10.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.md +10 -2
- package/package.json +5 -1
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 Mon,
|
|
3
|
+
<!-- This log was last generated on Mon, 14 Jul 2025 12:38:47 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.10.3
|
|
8
|
+
|
|
9
|
+
Mon, 14 Jul 2025 12:38:47 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Added missing peer dependencies. ([#1376](https://github.com/iTwin/viewer-components-react/pull/1376))
|
|
14
|
+
|
|
7
15
|
## 3.10.2
|
|
8
16
|
|
|
9
|
-
Mon, 07 Jul 2025 19:
|
|
17
|
+
Mon, 07 Jul 2025 19:55:02 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/tree-widget-react",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.3",
|
|
4
4
|
"description": "Tree Widget React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -62,11 +62,15 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@itwin/appui-abstract": "^4.0.0 || ^5.0.0",
|
|
64
64
|
"@itwin/appui-react": "^4.10.0 || ^5.0.0",
|
|
65
|
+
"@itwin/core-common": "^4.0.0 || ^5.0.0",
|
|
65
66
|
"@itwin/components-react": "^4.10.0 || ^5.0.0",
|
|
67
|
+
"@itwin/core-bentley": "^4.0.0 || ^5.0.0",
|
|
66
68
|
"@itwin/core-frontend": "^4.0.0 || ^5.0.0",
|
|
67
69
|
"@itwin/ecschema-metadata": "^4.0.0 || ^5.0.0",
|
|
68
70
|
"@itwin/itwinui-react": "^3.11.0",
|
|
71
|
+
"@itwin/presentation-common": "^4.0.0 || ^5.0.0",
|
|
69
72
|
"@itwin/presentation-components": "^5.0.0",
|
|
73
|
+
"@itwin/presentation-frontend": "^4.0.0 || ^5.0.0",
|
|
70
74
|
"react": "^17.0.0 || ^18.0.0",
|
|
71
75
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
72
76
|
},
|