@itwin/imodel-components-react 4.15.0 → 4.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +5 -5
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 Fri, 28 Jun 2024 09:09:37 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Jul 2024 09:23:12 GMT and should not be manually modified.
4
+
5
+ ## 4.15.1
6
+ Tue, 09 Jul 2024 09:23:12 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.15.0
6
11
  Fri, 28 Jun 2024 09:09:37 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
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.15.0",
26
+ "@itwin/components-react": "^4.15.1",
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.15.0",
32
+ "@itwin/core-react": "^4.15.1",
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.15.0",
76
- "@itwin/core-react": "4.15.0"
75
+ "@itwin/components-react": "4.15.1",
76
+ "@itwin/core-react": "4.15.1"
77
77
  },
78
78
  "//dependencies": [
79
79
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",