@itwin/presentation-testing 5.0.0-dev.6 → 5.0.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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Change Log - @itwin/presentation-testing
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#299](https://github.com/iTwin/presentation/pull/299): Bumped peer depenendecy versions:
|
|
8
|
+
- [itwinjs-core](https://github.com/iTwin/itwinjs-core) packages to `^4.1.0`.
|
|
9
|
+
- [appui](https://github.com/iTwin/appui) packages to `^4.8.0`.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#348](https://github.com/iTwin/presentation/pull/348): Clean up `@internal` APIs exposed through the barrel exports file.
|
|
14
|
+
- Updated dependencies:
|
|
15
|
+
- @itwin/presentation-components@5.0.0
|
|
16
|
+
|
|
3
17
|
## 5.0.0-dev.6
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-testing",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Testing utilities for iTwin.js Presentation library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"rimraf": "^5.0.5",
|
|
26
26
|
"sanitize-filename": "^1.6.3",
|
|
27
|
-
"@itwin/presentation-components": "5.0.0
|
|
27
|
+
"@itwin/presentation-components": "5.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@itwin/appui-abstract": "^4.1.0",
|