@uuv/runner-commons 1.7.0 → 1.9.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 +25 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # [1.9.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v1.8.0...runner-commons-v1.9.0) (2023-10-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update docusaurus monorepo to v2.4.3 ([9e7ccf7](https://github.com/Orange-OpenSource/uuv/commit/9e7ccf78176e5b38da147d6d26097730c7859da8))
7
+
8
+
9
+ ### Features
10
+
11
+ * **docs:** add example to key.then.list.withNameAndContent sentence, [#252](https://github.com/Orange-OpenSource/uuv/issues/252) ([e919ead](https://github.com/Orange-OpenSource/uuv/commit/e919ead3d403e13891b6084dcf6bd22558e1f19a))
12
+ * **docs:** specify make within before click, type and press, [#252](https://github.com/Orange-OpenSource/uuv/issues/252) ([a8b0b5c](https://github.com/Orange-OpenSource/uuv/commit/a8b0b5c116a05192800eeb4d92753e053426c5bd))
13
+
14
+ # [1.8.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v1.7.0...runner-commons-v1.8.0) (2023-09-20)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency cypress-real-events to v1.10.3 ([9e3c991](https://github.com/Orange-OpenSource/uuv/commit/9e3c9914420c6d527f7ad8b0017a0f8e26250f86))
20
+
21
+
22
+ ### Features
23
+
24
+ * **runner-playwright:** regenerate .spec when update, add or remove a .feature in open mode, [#236](https://github.com/Orange-OpenSource/uuv/issues/236) ([8a2599a](https://github.com/Orange-OpenSource/uuv/commit/8a2599a3fa4e577b9e626929537f2cc5f8e57bcc))
25
+
1
26
  # [1.7.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v1.6.5...runner-commons-v1.7.0) (2023-09-11)
2
27
 
3
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "1.7.0",
3
+ "version": "1.9.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",
@@ -38,7 +38,7 @@
38
38
  "@typescript-eslint/eslint-plugin": "5.62.0",
39
39
  "@typescript-eslint/parser": "5.62.0",
40
40
  "eslint": "8.49.0",
41
- "jest": "29.6.4"
41
+ "jest": "29.7.0"
42
42
  },
43
43
  "files": [
44
44
  "dist/index.d.ts",