@enact/ui-test-utils 2.0.0-rc.1 → 2.0.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.
- package/CHANGELOG.md +9 -1
- package/npm-shrinkwrap.json +3133 -2428
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [2.0.
|
|
3
|
+
## [2.0.1] (July 18, 2025)
|
|
4
|
+
|
|
5
|
+
* Updated dependencies.
|
|
6
|
+
|
|
7
|
+
## [2.0.0] (June 10, 2025)
|
|
8
|
+
|
|
9
|
+
* Updated dependencies.
|
|
10
|
+
|
|
11
|
+
## [2.0.0-rc.1] (May 15, 2025)
|
|
4
12
|
|
|
5
13
|
* Fixed ui-tests errorShot saving failure by adding `await` to `browser.saveScreenshot()`.
|
|
6
14
|
* Fixed ss-tests number of running instances on tv board by fixing maxInstances config property name.
|