@uuv/runner-commons 2.59.1 → 2.60.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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [2.60.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.59.2...runner-commons-v2.60.0) (2025-08-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * **assistant:** update dependency antd to v5.27.1 ([d0dc967](https://github.com/e2e-test-quest/uuv/commit/d0dc967bc686e5710b35adefc8b040a404581f95))
7
+ * **runner-playwright:** migrate to playwright-bdd 8.4.0 ([0c9e0f0](https://github.com/e2e-test-quest/uuv/commit/0c9e0f095194af15cb21a822500e6db0410189d7))
8
+
9
+ ## [2.59.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.59.1...runner-commons-v2.59.2) (2025-08-13)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **assistant:** remove @testing-library/dom dependency and adapt selector ([14684af](https://github.com/e2e-test-quest/uuv/commit/14684afd4ddce4a7041bc09543a6a6df6d1e3a1c))
15
+
1
16
  ## [2.59.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.59.0...runner-commons-v2.59.1) (2025-08-11)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.59.1",
3
+ "version": "2.60.0",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A common lib for uuv",