Skip to content

Commit 4aa6cee

Browse files
committed
Publish
- @csssr/e2e-tools-codecept@1.1.11 - @csssr/e2e-tools-nightwatch@1.15.19 - @csssr/e2e-tools@1.6.11
1 parent 5aba493 commit 4aa6cee

6 files changed

Lines changed: 38 additions & 5 deletions

File tree

modules/codecept/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Features
10+
11+
* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe))
12+
13+
14+
15+
16+
617
## [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)
718

819

modules/codecept/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools-codecept",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Codecept плагин для @csssr/e2e-tools",
55
"author": "Pavel Liaukovich <pl@xlinur.com>",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@codeceptjs/ui": "^0.4.6",
21-
"@csssr/e2e-tools": "^1.6.10",
21+
"@csssr/e2e-tools": "^1.6.11",
2222
"@types/node": "^18.16.18",
2323
"async-retry": "^1.3.3",
2424
"canvas": "^2.11.2",

modules/nightwatch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Features
10+
11+
* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe))
12+
13+
14+
15+
16+
617
## [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)
718

819

modules/nightwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools-nightwatch",
3-
"version": "1.15.18",
3+
"version": "1.15.19",
44
"description": "Nightwatch плагин для @csssr/e2e-tools",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@csssr/e2e-tools": "^1.6.10",
20+
"@csssr/e2e-tools": "^1.6.11",
2121
"@csssr/mocha-jenkins-reporter": "0.6.2",
2222
"@csssr/mocha-testrail-ui": "0.4.6",
2323
"@csssr/nightwatch-image-comparison": "^0.4.10",

modules/tools/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Features
10+
11+
* Update Node.js to version 18 (lts) ([5aba493](https://github.com/CSSSR/e2e-tools/commit/5aba493364bf2644a6c6cc38a6b0fb9d803a56fe))
12+
13+
14+
15+
16+
617
## [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)
718

819

modules/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools",
3-
"version": "1.6.10",
3+
"version": "1.6.11",
44
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)