@uuv/runner-commons 1.4.0 → 1.4.2
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 +16 -2
- package/package.json +16 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
## [1.4.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.4.1...runner-commons-v1.4.2) (2023-05-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **runner-
|
|
6
|
+
* **runner-playwright:** regenerate package-lock.json to fix lint, [#109](https://github.com/e2e-test-quest/uuv/issues/109) ([70044df](https://github.com/e2e-test-quest/uuv/commit/70044dfd9efb2c6776a85cadd18966610d2d61f2))
|
|
7
|
+
|
|
8
|
+
## [1.4.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.4.0...runner-commons-v1.4.1) (2023-05-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
7
12
|
|
|
13
|
+
* **assistant:** fix assistant css problem, [#120](https://github.com/e2e-test-quest/uuv/issues/120) ([026d66a](https://github.com/e2e-test-quest/uuv/commit/026d66ad6ad7e9090282f1734335c5a7b1e417c6))
|
|
14
|
+
* release 1.4.0 package.json and rchangelog was not updated, [#117](https://github.com/e2e-test-quest/uuv/issues/117) ([cd7723d](https://github.com/e2e-test-quest/uuv/commit/cd7723d6d790dd5fd928a5d9d41bfd075159378a))
|
|
15
|
+
* remove explicit plugin @semantic-release/git and just set commit message, [#117](https://github.com/e2e-test-quest/uuv/issues/117) ([ac1f818](https://github.com/e2e-test-quest/uuv/commit/ac1f8188cccbcb224acb15180cd0bd131aaa6cd1))
|
|
16
|
+
|
|
17
|
+
# [1.4.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.3...runner-commons-v1.4.0) (2023-05-16)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **runner-commons:** restructure documentation, [#112](https://github.com/e2e-test-quest/uuv/issues/112) ([f5db612](https://github.com/e2e-test-quest/uuv/commit/f5db612da3c31d2e6f4a3f647546167ebcbddaa5))
|
|
8
22
|
|
|
9
23
|
### Features
|
|
10
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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",
|
|
@@ -12,10 +12,22 @@
|
|
|
12
12
|
"homepage": "https://e2e-test-quest.github.io/uuv/",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"uuv",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"e2e",
|
|
16
|
+
"end2end",
|
|
17
|
+
"end 2 end",
|
|
18
|
+
"test",
|
|
19
|
+
"testing",
|
|
17
20
|
"accessibility",
|
|
18
|
-
"
|
|
21
|
+
"accessibilite",
|
|
22
|
+
"a11y",
|
|
23
|
+
"cypress",
|
|
24
|
+
"playwright",
|
|
25
|
+
"testing-library",
|
|
26
|
+
"cucumber",
|
|
27
|
+
"gherkin",
|
|
28
|
+
"bdd",
|
|
29
|
+
"tdd",
|
|
30
|
+
"acceptance"
|
|
19
31
|
],
|
|
20
32
|
"scripts": {
|
|
21
33
|
"package": "npm pack --pack-destination=\"../../dist/packages\"",
|