@itwin/imodel-components-react 4.13.0 → 4.13.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 Tue, 07 May 2024 08:44:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 May 2024 15:01:46 GMT and should not be manually modified.
4
+
5
+ ## 4.13.1
6
+ Tue, 07 May 2024 15:01:46 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.13.0
6
11
  Tue, 07 May 2024 08:44:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "4.13.0",
3
+ "version": "4.13.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.13.0",
26
+ "@itwin/components-react": "^4.13.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.13.0",
32
+ "@itwin/core-react": "^4.13.1",
33
33
  "react": "^17.0.0 || ^18.0.0",
34
34
  "react-dom": "^17.0.0 || ^18.0.0"
35
35
  },
@@ -74,8 +74,8 @@
74
74
  "typescript": "~5.0.2",
75
75
  "upath": "^2.0.1",
76
76
  "vitest": "^1.4.0",
77
- "@itwin/components-react": "4.13.0",
78
- "@itwin/core-react": "4.13.0"
77
+ "@itwin/components-react": "4.13.1",
78
+ "@itwin/core-react": "4.13.1"
79
79
  },
80
80
  "//dependencies": [
81
81
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",