@itwin/imodel-components-react 5.2.0 → 5.3.1
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 +11 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 20 Mar 2025 11:10:28 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.3.1
|
|
6
|
+
Thu, 20 Mar 2025 11:10:28 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.3.0
|
|
11
|
+
Fri, 14 Mar 2025 17:37:48 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 5.2.0
|
|
6
16
|
Thu, 27 Feb 2025 08:07:36 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "A react component library of iTwin.js UI iModel components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./lib/imodel-components-react.d.ts",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@itwin/appui-abstract": "^4.0.0",
|
|
39
|
-
"@itwin/components-react": "^5.
|
|
39
|
+
"@itwin/components-react": "^5.3.1",
|
|
40
40
|
"@itwin/core-bentley": "^4.0.0",
|
|
41
41
|
"@itwin/core-common": "^4.0.0",
|
|
42
42
|
"@itwin/core-frontend": "^4.0.0",
|
|
43
43
|
"@itwin/core-geometry": "^4.0.0",
|
|
44
44
|
"@itwin/core-quantity": "^4.0.0",
|
|
45
|
-
"@itwin/core-react": "^5.
|
|
45
|
+
"@itwin/core-react": "^5.3.1",
|
|
46
46
|
"@itwin/itwinui-react": "^3.15.0",
|
|
47
47
|
"react": "^18.0.0",
|
|
48
48
|
"react-dom": "^18.0.0"
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"typescript": "~5.6.2",
|
|
86
86
|
"upath": "^2.0.1",
|
|
87
87
|
"vitest": "^3.0.6",
|
|
88
|
-
"@itwin/
|
|
89
|
-
"@itwin/
|
|
88
|
+
"@itwin/core-react": "5.3.1",
|
|
89
|
+
"@itwin/components-react": "5.3.1"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@itwin/itwinui-icons-react": "^2.8.0",
|