@itwin/imodel-components-react 3.7.0-dev.1 → 3.7.0-dev.2

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 +19 -19
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
9
9
 
10
10
  - Use EmptyLocalization for localization in tests to increase test performance
11
11
 
12
+ ## 3.5.6
13
+ Fri, 24 Feb 2023 16:02:47 GMT
14
+
15
+ _Version update only_
16
+
12
17
  ## 3.5.5
13
18
  Thu, 26 Jan 2023 22:53:27 GMT
14
19
 
@@ -172,7 +177,7 @@ Fri, 20 May 2022 13:10:54 GMT
172
177
 
173
178
  ### Updates
174
179
 
175
- - Fix for losing viewport content after clicking PW link
180
+ - Fix for losing viewport content after clicking PW link
176
181
 
177
182
  ## 3.1.3
178
183
  Fri, 15 Apr 2022 13:49:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.2",
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",
@@ -20,14 +20,14 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/appui-abstract": "^3.7.0-dev.1",
24
- "@itwin/components-react": "^3.7.0-dev.1",
25
- "@itwin/core-bentley": "^3.7.0-dev.1",
26
- "@itwin/core-common": "^3.7.0-dev.1",
27
- "@itwin/core-frontend": "^3.7.0-dev.1",
28
- "@itwin/core-geometry": "^3.7.0-dev.1",
29
- "@itwin/core-quantity": "^3.7.0-dev.1",
30
- "@itwin/core-react": "^3.7.0-dev.1",
23
+ "@itwin/appui-abstract": "^3.7.0-dev.2",
24
+ "@itwin/components-react": "^3.7.0-dev.2",
25
+ "@itwin/core-bentley": "^3.7.0-dev.2",
26
+ "@itwin/core-common": "^3.7.0-dev.2",
27
+ "@itwin/core-frontend": "^3.7.0-dev.2",
28
+ "@itwin/core-geometry": "^3.7.0-dev.2",
29
+ "@itwin/core-quantity": "^3.7.0-dev.2",
30
+ "@itwin/core-react": "^3.7.0-dev.2",
31
31
  "react": "^17.0.0",
32
32
  "react-dom": "^17.0.0"
33
33
  },
@@ -36,16 +36,16 @@
36
36
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
37
37
  ],
38
38
  "devDependencies": {
39
- "@itwin/appui-abstract": "3.7.0-dev.1",
40
- "@itwin/build-tools": "3.7.0-dev.1",
41
- "@itwin/components-react": "3.7.0-dev.1",
42
- "@itwin/core-bentley": "3.7.0-dev.1",
43
- "@itwin/core-common": "3.7.0-dev.1",
44
- "@itwin/core-frontend": "3.7.0-dev.1",
45
- "@itwin/core-geometry": "3.7.0-dev.1",
46
- "@itwin/core-quantity": "3.7.0-dev.1",
47
- "@itwin/core-react": "3.7.0-dev.1",
48
- "@itwin/eslint-plugin": "3.7.0-dev.1",
39
+ "@itwin/appui-abstract": "3.7.0-dev.2",
40
+ "@itwin/build-tools": "3.7.0-dev.2",
41
+ "@itwin/components-react": "3.7.0-dev.2",
42
+ "@itwin/core-bentley": "3.7.0-dev.2",
43
+ "@itwin/core-common": "3.7.0-dev.2",
44
+ "@itwin/core-frontend": "3.7.0-dev.2",
45
+ "@itwin/core-geometry": "3.7.0-dev.2",
46
+ "@itwin/core-quantity": "3.7.0-dev.2",
47
+ "@itwin/core-react": "3.7.0-dev.2",
48
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
49
49
  "@testing-library/dom": "^8.11.2",
50
50
  "@testing-library/react": "^12.0.0",
51
51
  "@testing-library/react-hooks": "^7.0.2",