@itwin/presentation-testing 3.4.0-dev.21 → 3.4.0-dev.24

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 +11 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-testing
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.3.0
6
11
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -11,6 +16,11 @@ Thu, 18 Aug 2022 19:08:02 GMT
11
16
  - make sure tests use a unique cacheDir
12
17
  - IModelHost.startup now accepts IModelHostOptions interface rather than IModelHostConfiguration instance
13
18
 
19
+ ## 3.2.9
20
+ Fri, 26 Aug 2022 14:21:40 GMT
21
+
22
+ _Version update only_
23
+
14
24
  ## 3.2.8
15
25
  Tue, 09 Aug 2022 15:52:41 GMT
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "3.4.0-dev.21",
3
+ "version": "3.4.0-dev.24",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,18 +25,18 @@
25
25
  "ignore-styles": "^5.0.1"
26
26
  },
27
27
  "dependencies": {
28
- "@itwin/appui-abstract": "3.4.0-dev.21",
29
- "@itwin/build-tools": "3.4.0-dev.21",
30
- "@itwin/components-react": "3.4.0-dev.21",
31
- "@itwin/core-backend": "3.4.0-dev.21",
32
- "@itwin/core-bentley": "3.4.0-dev.21",
33
- "@itwin/core-common": "3.4.0-dev.21",
34
- "@itwin/core-frontend": "3.4.0-dev.21",
35
- "@itwin/eslint-plugin": "3.4.0-dev.21",
36
- "@itwin/presentation-backend": "3.4.0-dev.21",
37
- "@itwin/presentation-common": "3.4.0-dev.21",
38
- "@itwin/presentation-components": "3.4.0-dev.21",
39
- "@itwin/presentation-frontend": "3.4.0-dev.21",
28
+ "@itwin/appui-abstract": "3.4.0-dev.24",
29
+ "@itwin/build-tools": "3.4.0-dev.24",
30
+ "@itwin/components-react": "3.4.0-dev.24",
31
+ "@itwin/core-backend": "3.4.0-dev.24",
32
+ "@itwin/core-bentley": "3.4.0-dev.24",
33
+ "@itwin/core-common": "3.4.0-dev.24",
34
+ "@itwin/core-frontend": "3.4.0-dev.24",
35
+ "@itwin/eslint-plugin": "3.4.0-dev.24",
36
+ "@itwin/presentation-backend": "3.4.0-dev.24",
37
+ "@itwin/presentation-common": "3.4.0-dev.24",
38
+ "@itwin/presentation-components": "3.4.0-dev.24",
39
+ "@itwin/presentation-frontend": "3.4.0-dev.24",
40
40
  "@types/chai": "4.3.1",
41
41
  "@types/chai-as-promised": "^7",
42
42
  "@types/chai-jest-snapshot": "^1.3.0",