@itwin/presentation-testing 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.
- package/CHANGELOG.md +5 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
|
|
|
11
11
|
- Deprecate `ContentBuilder` methods: `createContentForAllInstances` and `createContentForInstancePerClass`.
|
|
12
12
|
- Added reference docs generation
|
|
13
13
|
|
|
14
|
+
## 3.5.6
|
|
15
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
|
16
|
+
|
|
17
|
+
_Version update only_
|
|
18
|
+
|
|
14
19
|
## 3.5.5
|
|
15
20
|
Thu, 26 Jan 2023 22:53:28 GMT
|
|
16
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "3.7.0-dev.
|
|
3
|
+
"version": "3.7.0-dev.2",
|
|
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.7.0-dev.
|
|
29
|
-
"@itwin/build-tools": "3.7.0-dev.
|
|
30
|
-
"@itwin/components-react": "3.7.0-dev.
|
|
31
|
-
"@itwin/core-backend": "3.7.0-dev.
|
|
32
|
-
"@itwin/core-bentley": "3.7.0-dev.
|
|
33
|
-
"@itwin/core-common": "3.7.0-dev.
|
|
34
|
-
"@itwin/core-frontend": "3.7.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "3.7.0-dev.
|
|
36
|
-
"@itwin/presentation-backend": "3.7.0-dev.
|
|
37
|
-
"@itwin/presentation-common": "3.7.0-dev.
|
|
38
|
-
"@itwin/presentation-components": "3.7.0-dev.
|
|
39
|
-
"@itwin/presentation-frontend": "3.7.0-dev.
|
|
28
|
+
"@itwin/appui-abstract": "3.7.0-dev.2",
|
|
29
|
+
"@itwin/build-tools": "3.7.0-dev.2",
|
|
30
|
+
"@itwin/components-react": "3.7.0-dev.2",
|
|
31
|
+
"@itwin/core-backend": "3.7.0-dev.2",
|
|
32
|
+
"@itwin/core-bentley": "3.7.0-dev.2",
|
|
33
|
+
"@itwin/core-common": "3.7.0-dev.2",
|
|
34
|
+
"@itwin/core-frontend": "3.7.0-dev.2",
|
|
35
|
+
"@itwin/eslint-plugin": "3.7.0-dev.2",
|
|
36
|
+
"@itwin/presentation-backend": "3.7.0-dev.2",
|
|
37
|
+
"@itwin/presentation-common": "3.7.0-dev.2",
|
|
38
|
+
"@itwin/presentation-components": "3.7.0-dev.2",
|
|
39
|
+
"@itwin/presentation-frontend": "3.7.0-dev.2",
|
|
40
40
|
"@types/chai": "4.3.1",
|
|
41
41
|
"@types/chai-as-promised": "^7",
|
|
42
42
|
"@types/chai-jest-snapshot": "^1.3.0",
|