@uuv/runner-commons 2.6.5 → 2.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [2.7.1](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.7.0...runner-commons-v2.7.1) (2024-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update playwright monorepo to v1.41.2 ([8791934](https://github.com/Orange-OpenSource/uuv/commit/87919348646fb4e5fefed2dc8a16a86e61e7dfc2))
7
+
8
+ ## [2.7.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.6.5...runner-commons-v2.7.0) (2024-02-25)
9
+
10
+
11
+ ### Features
12
+
13
+ * add junit xml report option, [#491](https://github.com/Orange-OpenSource/uuv/issues/491) ([b64b0b2](https://github.com/Orange-OpenSource/uuv/commit/b64b0b2a60200269f558bcf7e0c75d8a74ffc226))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **runner-playwright:** update dependency @cucumber/tag-expressions to v6.1.0 ([47fb579](https://github.com/Orange-OpenSource/uuv/commit/47fb579ee50c26ed67af6390f4e678f8206b7226))
19
+
1
20
  ## [2.6.5](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.6.4...runner-commons-v2.6.5) (2024-02-24)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.6.5",
3
+ "version": "2.7.1",
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",