@itwin/imodel-components-react 5.1.0 → 5.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Thu, 30 Jan 2025 09:15:23 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 27 Feb 2025 08:07:36 GMT and should not be manually modified.
4
+
5
+ ## 5.2.0
6
+ Thu, 27 Feb 2025 08:07:36 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.1.0
6
11
  Thu, 30 Jan 2025 09:15:23 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
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.1.0",
39
+ "@itwin/components-react": "^5.2.0",
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.1.0",
45
+ "@itwin/core-react": "^5.2.0",
46
46
  "@itwin/itwinui-react": "^3.15.0",
47
47
  "react": "^18.0.0",
48
48
  "react-dom": "^18.0.0"
@@ -57,7 +57,7 @@
57
57
  "@itwin/core-orbitgt": "^4.0.0",
58
58
  "@itwin/core-quantity": "^4.0.0",
59
59
  "@itwin/eslint-plugin": "5.0.0-dev.2",
60
- "@itwin/itwinui-react": "^3.15.0",
60
+ "@itwin/itwinui-react": "^3.17.0",
61
61
  "@itwin/webgl-compatibility": "^4.0.0",
62
62
  "@testing-library/dom": "^10.1.0",
63
63
  "@testing-library/react": "^15.0.7",
@@ -66,7 +66,7 @@
66
66
  "@types/node": "20.17.8",
67
67
  "@types/react": "^18.3.12",
68
68
  "@types/react-dom": "^18.3.1",
69
- "@vitest/coverage-v8": "^1.6.0",
69
+ "@vitest/coverage-v8": "^3.0.6",
70
70
  "cpx2": "^3.0.0",
71
71
  "eslint": "^8.57.1",
72
72
  "eslint-config-prettier": "~8.8.0",
@@ -84,9 +84,9 @@
84
84
  "typemoq": "^2.1.0",
85
85
  "typescript": "~5.6.2",
86
86
  "upath": "^2.0.1",
87
- "vitest": "^1.6.0",
88
- "@itwin/components-react": "5.1.0",
89
- "@itwin/core-react": "5.1.0"
87
+ "vitest": "^3.0.6",
88
+ "@itwin/components-react": "5.2.0",
89
+ "@itwin/core-react": "5.2.0"
90
90
  },
91
91
  "dependencies": {
92
92
  "@itwin/itwinui-icons-react": "^2.8.0",
@@ -101,7 +101,7 @@
101
101
  "compat:css": "npm run compat:cjs && npm run compat:esm",
102
102
  "compat:cjs": "cpx \"./src/**/*.{*css,svg}\" ./lib/cjs",
103
103
  "compat:esm": "cpx \"./src/**/*.{*css,svg}\" ./lib/esm",
104
- "clean": "rimraf lib .rush/temp/package-deps*.json",
104
+ "clean": "rimraf -g lib .rush/temp/package-deps*.json",
105
105
  "cover": "vitest run --coverage",
106
106
  "lint": "eslint -f visualstudio \"./src/**/*.{ts,tsx}\" 1>&2",
107
107
  "lint:fix": "npm run -s lint -- --fix",