@itwin/components-react 4.15.3 → 4.15.5
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 24 Jul 2024 16:09:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.15.5
|
|
6
|
+
Wed, 24 Jul 2024 16:09:26 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.15.4
|
|
11
|
+
Mon, 22 Jul 2024 21:27:52 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 4.15.3
|
|
6
16
|
Mon, 15 Jul 2024 12:12:00 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.5",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
|
|
26
26
|
"@itwin/core-bentley": "^3.7.0 || ^4.0.0",
|
|
27
|
-
"@itwin/core-react": "^4.15.
|
|
27
|
+
"@itwin/core-react": "^4.15.5",
|
|
28
28
|
"react": "^17.0.0 || ^18.0.0",
|
|
29
29
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
30
30
|
},
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"typescript": "~5.3.3",
|
|
69
69
|
"upath": "^2.0.1",
|
|
70
70
|
"vitest": "^1.6.0",
|
|
71
|
-
"@itwin/core-react": "4.15.
|
|
71
|
+
"@itwin/core-react": "4.15.5"
|
|
72
72
|
},
|
|
73
73
|
"//dependencies": [
|
|
74
74
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|