@itwin/components-react 4.16.0 → 4.16.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 +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @itwin/components-react
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 16 Aug 2024 08:18:14 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.16.1
|
|
6
|
+
Fri, 16 Aug 2024 08:18:14 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 4.16.0
|
|
6
11
|
Wed, 07 Aug 2024 12:38:32 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.1",
|
|
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.16.
|
|
27
|
+
"@itwin/core-react": "^4.16.1",
|
|
28
28
|
"react": "^17.0.0 || ^18.0.0",
|
|
29
29
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
30
30
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"typescript": "~5.3.3",
|
|
68
68
|
"upath": "^2.0.1",
|
|
69
69
|
"vitest": "^1.6.0",
|
|
70
|
-
"@itwin/core-react": "4.16.
|
|
70
|
+
"@itwin/core-react": "4.16.1"
|
|
71
71
|
},
|
|
72
72
|
"//dependencies": [
|
|
73
73
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|