diff --git a/modules/codecept/CHANGELOG.md b/modules/codecept/CHANGELOG.md index 9ceb732..3348934 100644 --- a/modules/codecept/CHANGELOG.md +++ b/modules/codecept/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.11](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.10...@csssr/e2e-tools-codecept@1.1.11) (2023-06-22) + + +### Features + +* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe)) + + + + + ## [1.1.10](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.9...@csssr/e2e-tools-codecept@1.1.10) (2023-06-21) diff --git a/modules/codecept/package.json b/modules/codecept/package.json index 9670bdd..40e7bcc 100644 --- a/modules/codecept/package.json +++ b/modules/codecept/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools-codecept", - "version": "1.1.10", + "version": "1.1.11", "description": "Codecept плагин для @csssr/e2e-tools", "author": "Pavel Liaukovich ", "license": "MIT", @@ -18,7 +18,7 @@ }, "dependencies": { "@codeceptjs/ui": "^0.4.6", - "@csssr/e2e-tools": "^1.6.10", + "@csssr/e2e-tools": "^1.6.11", "@types/node": "^18.16.18", "async-retry": "^1.3.3", "canvas": "^2.11.2", diff --git a/modules/nightwatch/CHANGELOG.md b/modules/nightwatch/CHANGELOG.md index c5f5ea3..1f2910f 100644 --- a/modules/nightwatch/CHANGELOG.md +++ b/modules/nightwatch/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.19](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.18...@csssr/e2e-tools-nightwatch@1.15.19) (2023-06-22) + + +### Features + +* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe)) + + + + + ## [1.15.18](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.17...@csssr/e2e-tools-nightwatch@1.15.18) (2023-06-21) diff --git a/modules/nightwatch/package.json b/modules/nightwatch/package.json index 3178122..9dd2ba0 100644 --- a/modules/nightwatch/package.json +++ b/modules/nightwatch/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools-nightwatch", - "version": "1.15.18", + "version": "1.15.19", "description": "Nightwatch плагин для @csssr/e2e-tools", "author": "Maxim Samoilov ", "license": "MIT", @@ -17,7 +17,7 @@ "access": "public" }, "dependencies": { - "@csssr/e2e-tools": "^1.6.10", + "@csssr/e2e-tools": "^1.6.11", "@csssr/mocha-jenkins-reporter": "0.6.2", "@csssr/mocha-testrail-ui": "0.4.6", "@csssr/nightwatch-image-comparison": "^0.4.10", diff --git a/modules/tools/CHANGELOG.md b/modules/tools/CHANGELOG.md index e12185f..c60f120 100644 --- a/modules/tools/CHANGELOG.md +++ b/modules/tools/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.11](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.10...@csssr/e2e-tools@1.6.11) (2023-06-22) + + +### Features + +* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe)) + + + + + ## [1.6.10](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.9...@csssr/e2e-tools@1.6.10) (2023-06-21) diff --git a/modules/tools/package.json b/modules/tools/package.json index dc169ed..119b2ce 100644 --- a/modules/tools/package.json +++ b/modules/tools/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools", - "version": "1.6.10", + "version": "1.6.11", "description": "CLI утилита для быстрого добавления e2e тестов в проект", "author": "Maxim Samoilov ", "license": "MIT",