@itwin/imodel-components-react 4.17.0 → 4.17.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.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 30 Oct 2024 14:46:15 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.17.2
|
|
6
|
+
Wed, 30 Oct 2024 14:46:15 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.17.1
|
|
11
|
+
Wed, 09 Oct 2024 10:50:47 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 4.17.0
|
|
6
16
|
Thu, 19 Sep 2024 12:50:53 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.2",
|
|
4
4
|
"description": "iTwin.js UI IModel Components",
|
|
5
5
|
"main": "lib/cjs/imodel-components-react.js",
|
|
6
6
|
"module": "lib/esm/imodel-components-react.js",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
|
|
26
|
-
"@itwin/components-react": "^4.17.
|
|
26
|
+
"@itwin/components-react": "^4.17.2",
|
|
27
27
|
"@itwin/core-bentley": "^3.7.0 || ^4.0.0",
|
|
28
28
|
"@itwin/core-common": "^3.7.0 || ^4.0.0",
|
|
29
29
|
"@itwin/core-frontend": "^3.7.0 || ^4.0.0",
|
|
30
30
|
"@itwin/core-geometry": "^3.7.0 || ^4.0.0",
|
|
31
31
|
"@itwin/core-quantity": "^3.7.0 || ^4.0.0",
|
|
32
|
-
"@itwin/core-react": "^4.17.
|
|
32
|
+
"@itwin/core-react": "^4.17.2",
|
|
33
33
|
"react": "^17.0.0 || ^18.0.0",
|
|
34
34
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
35
35
|
},
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"typescript": "~5.3.3",
|
|
73
73
|
"upath": "^2.0.1",
|
|
74
74
|
"vitest": "^1.6.0",
|
|
75
|
-
"@itwin/components-react": "4.17.
|
|
76
|
-
"@itwin/core-react": "4.17.
|
|
75
|
+
"@itwin/components-react": "4.17.2",
|
|
76
|
+
"@itwin/core-react": "4.17.2"
|
|
77
77
|
},
|
|
78
78
|
"//dependencies": [
|
|
79
79
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|