@itwin/imodel-components-react 4.2.0-dev.1 → 4.2.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 +14 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Mon, 29 May 2023 14:05:04 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 05 Jul 2023 07:56:27 GMT and should not be manually modified.
4
+
5
+ ## 4.2.1
6
+ Wed, 05 Jul 2023 07:56:27 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.2.0
11
+ Tue, 27 Jun 2023 14:50:22 GMT
12
+
13
+ ### Updates
14
+
15
+ - Remove non-public API calls.
16
+ - Update `@itwin/itwinui-react` version to 2.11.6.
4
17
 
5
18
  ## 4.1.0
6
19
  Mon, 29 May 2023 14:05:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "4.2.0-dev.1",
3
+ "version": "4.2.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.2.0-dev.1",
26
+ "@itwin/components-react": "^4.2.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.2.0-dev.1",
32
+ "@itwin/core-react": "^4.2.1",
33
33
  "react": "^17.0.0 || ^18.0.0",
34
34
  "react-dom": "^17.0.0 || ^18.0.0"
35
35
  },
@@ -40,14 +40,14 @@
40
40
  "devDependencies": {
41
41
  "@itwin/appui-abstract": "^3.7.0",
42
42
  "@itwin/build-tools": "^3.7.0",
43
- "@itwin/components-react": "4.2.0-dev.1",
43
+ "@itwin/components-react": "4.2.1",
44
44
  "@itwin/core-bentley": "^3.7.0",
45
45
  "@itwin/core-common": "^3.7.0",
46
46
  "@itwin/core-frontend": "^3.7.0",
47
47
  "@itwin/core-geometry": "^3.7.0",
48
48
  "@itwin/core-orbitgt": "^3.7.0",
49
49
  "@itwin/core-quantity": "^3.7.0",
50
- "@itwin/core-react": "4.2.0-dev.1",
50
+ "@itwin/core-react": "4.2.1",
51
51
  "@itwin/eslint-plugin": "^3.7.0",
52
52
  "@itwin/webgl-compatibility": "^3.7.0",
53
53
  "@testing-library/dom": "^8.11.2",