@itwin/presentation-testing 5.4.6 → 5.4.7-alpha.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 +44 -0
  2. package/package.json +19 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log - @itwin/presentation-testing
2
2
 
3
+ ## 5.4.7-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
8
+ - Updated dependencies:
9
+ - @itwin/presentation-components@5.12.6-alpha.1
10
+
11
+ ## 5.4.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - @itwin/presentation-components@5.12.6
17
+
18
+ ## 5.4.7-alpha.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies:
23
+ - @itwin/presentation-components@5.12.6-alpha.0
24
+
3
25
  ## 5.4.6
4
26
 
5
27
  ### Patch Changes
@@ -7,6 +29,13 @@
7
29
  - Updated dependencies:
8
30
  - @itwin/presentation-components@5.12.5
9
31
 
32
+ ## 5.4.6-alpha.0
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies:
37
+ - @itwin/presentation-components@5.12.5-alpha.0
38
+
10
39
  ## 5.4.5
11
40
 
12
41
  ### Patch Changes
@@ -22,6 +51,21 @@
22
51
  - Updated dependencies:
23
52
  - @itwin/presentation-components@5.12.3
24
53
 
54
+ ## 5.4.3-alpha.1
55
+
56
+ ### Patch Changes
57
+
58
+ - [#963](https://github.com/iTwin/presentation/pull/963): Fix support for `itwinjs-core@5.0-rc`.
59
+ - Updated dependencies:
60
+ - @itwin/presentation-components@5.12.2-alpha.1
61
+
62
+ ## 5.4.3-alpha.0
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies:
67
+ - @itwin/presentation-components@5.12.2-alpha.0
68
+
25
69
  ## 5.4.3
26
70
 
27
71
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "5.4.6",
3
+ "version": "5.4.7-alpha.1",
4
4
  "description": "Testing utilities for iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "rimraf": "^6.0.1",
34
34
  "sanitize-filename": "^1.6.3",
35
- "@itwin/presentation-components": "^5.12.5"
35
+ "@itwin/presentation-components": "^5.12.6-alpha.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@itwin/appui-abstract": "^4.1.0 || ^5.0.0",
@@ -46,23 +46,24 @@
46
46
  "@itwin/presentation-frontend": "^4.1.0 || ^5.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@itwin/appui-abstract": "^5.0.0",
50
- "@itwin/build-tools": "^5.0.0",
51
- "@itwin/components-react": "^5.10.0",
52
- "@itwin/core-backend": "^5.0.0",
53
- "@itwin/core-bentley": "^5.0.0",
54
- "@itwin/core-common": "^5.0.0",
55
- "@itwin/core-frontend": "^5.0.0",
56
- "@itwin/core-geometry": "^5.0.0",
57
- "@itwin/core-orbitgt": "^5.0.0",
58
- "@itwin/core-quantity": "^5.0.0",
59
- "@itwin/core-react": "^5.10.0",
60
- "@itwin/ecschema-metadata": "^5.0.0",
49
+ "@itwin/appui-abstract": "^5.1.1",
50
+ "@itwin/build-tools": "^5.1.1",
51
+ "@itwin/components-react": "^5.13.0",
52
+ "@itwin/core-backend": "^5.1.1",
53
+ "@itwin/core-bentley": "^5.1.1",
54
+ "@itwin/core-common": "^5.1.1",
55
+ "@itwin/core-frontend": "^5.1.1",
56
+ "@itwin/core-geometry": "^5.1.1",
57
+ "@itwin/core-orbitgt": "^5.1.1",
58
+ "@itwin/core-quantity": "^5.1.1",
59
+ "@itwin/core-react": "^5.13.0",
60
+ "@itwin/ecschema-metadata": "^5.1.1",
61
61
  "@itwin/eslint-plugin": "5.1.0",
62
- "@itwin/presentation-backend": "^5.0.0",
63
- "@itwin/presentation-common": "^5.0.0",
64
- "@itwin/presentation-frontend": "^5.0.0",
65
- "@itwin/webgl-compatibility": "^5.0.0",
62
+ "@itwin/itwinui-react": "^3.19.3",
63
+ "@itwin/presentation-backend": "^5.1.1",
64
+ "@itwin/presentation-common": "^5.1.1",
65
+ "@itwin/presentation-frontend": "^5.1.1",
66
+ "@itwin/webgl-compatibility": "^5.1.1",
66
67
  "@opentelemetry/api": "^1.9.0",
67
68
  "@types/chai": "^5.2.0",
68
69
  "@types/chai-as-promised": "^8.0.2",