@itwin/presentation-testing 5.4.13 → 5.4.14-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 +65 -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.14-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @itwin/presentation-components@5.12.18-alpha.0
9
+
3
10
  ## 5.4.13
4
11
 
5
12
  ### Patch Changes
@@ -25,6 +32,13 @@
25
32
  - Updated dependencies:
26
33
  - @itwin/presentation-components@5.12.15
27
34
 
35
+ ## 5.4.11-alpha.0
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies:
40
+ - @itwin/presentation-components@5.12.15-alpha.0
41
+
28
42
  ## 5.4.10
29
43
 
30
44
  ### Patch Changes
@@ -33,6 +47,13 @@
33
47
  - Updated dependencies:
34
48
  - @itwin/presentation-components@5.12.14
35
49
 
50
+ ## 5.4.10-alpha.0
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies:
55
+ - @itwin/presentation-components@5.12.14-alpha.0
56
+
36
57
  ## 5.4.9
37
58
 
38
59
  ### Patch Changes
@@ -56,6 +77,28 @@
56
77
  - Updated dependencies:
57
78
  - @itwin/presentation-components@5.12.6
58
79
 
80
+ ## 5.4.7-alpha.2
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies:
85
+ - @itwin/presentation-components@5.12.9-alpha.0
86
+
87
+ ## 5.4.7-alpha.1
88
+
89
+ ### Patch Changes
90
+
91
+ - [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
92
+ - Updated dependencies:
93
+ - @itwin/presentation-components@5.12.6-alpha.1
94
+
95
+ ## 5.4.7-alpha.0
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies:
100
+ - @itwin/presentation-components@5.12.6-alpha.0
101
+
59
102
  ## 5.4.6
60
103
 
61
104
  ### Patch Changes
@@ -63,6 +106,13 @@
63
106
  - Updated dependencies:
64
107
  - @itwin/presentation-components@5.12.5
65
108
 
109
+ ## 5.4.6-alpha.0
110
+
111
+ ### Patch Changes
112
+
113
+ - Updated dependencies:
114
+ - @itwin/presentation-components@5.12.5-alpha.0
115
+
66
116
  ## 5.4.5
67
117
 
68
118
  ### Patch Changes
@@ -78,6 +128,21 @@
78
128
  - Updated dependencies:
79
129
  - @itwin/presentation-components@5.12.3
80
130
 
131
+ ## 5.4.3-alpha.1
132
+
133
+ ### Patch Changes
134
+
135
+ - [#963](https://github.com/iTwin/presentation/pull/963): Fix support for `itwinjs-core@5.0-rc`.
136
+ - Updated dependencies:
137
+ - @itwin/presentation-components@5.12.2-alpha.1
138
+
139
+ ## 5.4.3-alpha.0
140
+
141
+ ### Patch Changes
142
+
143
+ - Updated dependencies:
144
+ - @itwin/presentation-components@5.12.2-alpha.0
145
+
81
146
  ## 5.4.3
82
147
 
83
148
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "5.4.13",
3
+ "version": "5.4.14-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.17"
35
+ "@itwin/presentation-components": "^5.12.18-alpha.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@itwin/appui-abstract": "^4.1.0 || ^5.0.0",
@@ -55,6 +55,7 @@
55
55
  "@itwin/core-frontend": "^5.6.0-dev.8",
56
56
  "@itwin/core-orbitgt": "^5.6.0-dev.8",
57
57
  "@itwin/eslint-plugin": "5.1.0",
58
+ "@itwin/itwinui-react": "^3.20.1",
58
59
  "@itwin/presentation-backend": "^5.6.0-dev.8",
59
60
  "@itwin/presentation-common": "^5.6.0-dev.8",
60
61
  "@itwin/presentation-frontend": "^5.6.0-dev.8",