@itwin/presentation-testing 5.4.10 → 5.4.11-alpha.0

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 +58 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log - @itwin/presentation-testing
2
2
 
3
+ ## 5.4.11-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @itwin/presentation-components@5.12.15-alpha.0
9
+
3
10
  ## 5.4.10
4
11
 
5
12
  ### Patch Changes
@@ -8,6 +15,13 @@
8
15
  - Updated dependencies:
9
16
  - @itwin/presentation-components@5.12.14
10
17
 
18
+ ## 5.4.10-alpha.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies:
23
+ - @itwin/presentation-components@5.12.14-alpha.0
24
+
11
25
  ## 5.4.9
12
26
 
13
27
  ### Patch Changes
@@ -31,6 +45,28 @@
31
45
  - Updated dependencies:
32
46
  - @itwin/presentation-components@5.12.6
33
47
 
48
+ ## 5.4.7-alpha.2
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies:
53
+ - @itwin/presentation-components@5.12.9-alpha.0
54
+
55
+ ## 5.4.7-alpha.1
56
+
57
+ ### Patch Changes
58
+
59
+ - [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
60
+ - Updated dependencies:
61
+ - @itwin/presentation-components@5.12.6-alpha.1
62
+
63
+ ## 5.4.7-alpha.0
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies:
68
+ - @itwin/presentation-components@5.12.6-alpha.0
69
+
34
70
  ## 5.4.6
35
71
 
36
72
  ### Patch Changes
@@ -38,6 +74,13 @@
38
74
  - Updated dependencies:
39
75
  - @itwin/presentation-components@5.12.5
40
76
 
77
+ ## 5.4.6-alpha.0
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies:
82
+ - @itwin/presentation-components@5.12.5-alpha.0
83
+
41
84
  ## 5.4.5
42
85
 
43
86
  ### Patch Changes
@@ -53,6 +96,21 @@
53
96
  - Updated dependencies:
54
97
  - @itwin/presentation-components@5.12.3
55
98
 
99
+ ## 5.4.3-alpha.1
100
+
101
+ ### Patch Changes
102
+
103
+ - [#963](https://github.com/iTwin/presentation/pull/963): Fix support for `itwinjs-core@5.0-rc`.
104
+ - Updated dependencies:
105
+ - @itwin/presentation-components@5.12.2-alpha.1
106
+
107
+ ## 5.4.3-alpha.0
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies:
112
+ - @itwin/presentation-components@5.12.2-alpha.0
113
+
56
114
  ## 5.4.3
57
115
 
58
116
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "5.4.10",
3
+ "version": "5.4.11-alpha.0",
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.1.2",
34
34
  "sanitize-filename": "^1.6.3",
35
- "@itwin/presentation-components": "^5.12.14"
35
+ "@itwin/presentation-components": "^5.12.15-alpha.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@itwin/appui-abstract": "^4.1.0 || ^5.0.0",
@@ -54,6 +54,7 @@
54
54
  "@itwin/core-common": "^5.3.3",
55
55
  "@itwin/core-frontend": "^5.3.3",
56
56
  "@itwin/eslint-plugin": "5.1.0",
57
+ "@itwin/itwinui-react": "^3.19.6",
57
58
  "@itwin/presentation-backend": "^5.3.3",
58
59
  "@itwin/presentation-common": "^5.3.3",
59
60
  "@itwin/presentation-frontend": "^5.3.3",