diff --git a/modules/codecept/CHANGELOG.md b/modules/codecept/CHANGELOG.md index cbc1547..8d132b1 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.15](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.14...@csssr/e2e-tools-codecept@1.1.15) (2023-10-25) + + +### Features + +* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156)) + + + + + ## [1.1.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.13...@csssr/e2e-tools-codecept@1.1.14) (2023-06-22) **Note:** Version bump only for package @csssr/e2e-tools-codecept diff --git a/modules/codecept/package.json b/modules/codecept/package.json index da69ae2..5e3997c 100644 --- a/modules/codecept/package.json +++ b/modules/codecept/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools-codecept", - "version": "1.1.14", + "version": "1.1.15", "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.14", + "@csssr/e2e-tools": "^1.6.15", "@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 4d05f8e..a5e2813 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.23](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.22...@csssr/e2e-tools-nightwatch@1.15.23) (2023-10-25) + + +### Features + +* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156)) + + + + + ## [1.15.22](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.21...@csssr/e2e-tools-nightwatch@1.15.22) (2023-06-22) **Note:** Version bump only for package @csssr/e2e-tools-nightwatch diff --git a/modules/nightwatch/package.json b/modules/nightwatch/package.json index 6671152..127ea5c 100644 --- a/modules/nightwatch/package.json +++ b/modules/nightwatch/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools-nightwatch", - "version": "1.15.22", + "version": "1.15.23", "description": "Nightwatch плагин для @csssr/e2e-tools", "author": "Maxim Samoilov ", "license": "MIT", @@ -17,7 +17,7 @@ "access": "public" }, "dependencies": { - "@csssr/e2e-tools": "^1.6.14", + "@csssr/e2e-tools": "^1.6.15", "@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 3e09388..6447b49 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.15](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.14...@csssr/e2e-tools@1.6.15) (2023-10-25) + + +### Features + +* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156)) + + + + + ## [1.6.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.13...@csssr/e2e-tools@1.6.14) (2023-06-22) diff --git a/modules/tools/package.json b/modules/tools/package.json index b546170..91645b7 100644 --- a/modules/tools/package.json +++ b/modules/tools/package.json @@ -1,6 +1,6 @@ { "name": "@csssr/e2e-tools", - "version": "1.6.14", + "version": "1.6.15", "description": "CLI утилита для быстрого добавления e2e тестов в проект", "author": "Maxim Samoilov ", "license": "MIT",