Skip to content

Commit 636420d

Browse files
committed
Publish
- @csssr/e2e-tools-codecept@1.1.9 - @csssr/e2e-tools-nightwatch@1.15.17 - @csssr/nightwatch-image-comparison@0.4.10 - @csssr/e2e-tools@1.6.9
1 parent 1472a62 commit 636420d

8 files changed

Lines changed: 39 additions & 7 deletions

File tree

modules/codecept/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.8...@csssr/e2e-tools-codecept@1.1.9) (2022-10-05)
7+
8+
**Note:** Version bump only for package @csssr/e2e-tools-codecept
9+
10+
11+
12+
13+
614
## [1.1.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-codecept@1.1.6...@csssr/e2e-tools-codecept@1.1.8) (2022-03-31)
715

816

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.8",
3+
"version": "1.1.9",
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.8",
21+
"@csssr/e2e-tools": "^1.6.9",
2222
"@types/node": "^14.14.41",
2323
"async-retry": "^1.3.3",
2424
"codeceptjs": "^3.3.0",

modules/nightwatch-image-comparison/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.4.10](https://github.com/CSSSR/e2e-tools/compare/@csssr/nightwatch-image-comparison@0.4.9...@csssr/nightwatch-image-comparison@0.4.10) (2022-10-05)
7+
8+
**Note:** Version bump only for package @csssr/nightwatch-image-comparison
9+
10+
11+
12+
13+
614
## [0.4.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/nightwatch-image-comparison@0.4.8...@csssr/nightwatch-image-comparison@0.4.9) (2022-01-28)
715

816

modules/nightwatch-image-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/nightwatch-image-comparison",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Screenshot assertions for Nightwatch",
55
"main": "index.js",
66
"author": "Maxim Samoilov <nitive@icloud.com>",

modules/nightwatch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.17](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.16...@csssr/e2e-tools-nightwatch@1.15.17) (2022-10-05)
7+
8+
**Note:** Version bump only for package @csssr/e2e-tools-nightwatch
9+
10+
11+
12+
13+
614
## [1.15.16](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools-nightwatch@1.15.14...@csssr/e2e-tools-nightwatch@1.15.16) (2022-03-31)
715

816

modules/nightwatch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/e2e-tools-nightwatch",
3-
"version": "1.15.16",
3+
"version": "1.15.17",
44
"description": "Nightwatch плагин для @csssr/e2e-tools",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",
@@ -17,10 +17,10 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@csssr/e2e-tools": "^1.6.8",
20+
"@csssr/e2e-tools": "^1.6.9",
2121
"@csssr/mocha-jenkins-reporter": "0.6.2",
2222
"@csssr/mocha-testrail-ui": "0.4.6",
23-
"@csssr/nightwatch-image-comparison": "0.4.9",
23+
"@csssr/nightwatch-image-comparison": "^0.4.10",
2424
"@csssr/nightwatch-local-file-upload": "0.3.4",
2525
"@types/mocha": "^8.2.2",
2626
"@types/nightwatch": "^1.3.3",

modules/tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.8...@csssr/e2e-tools@1.6.9) (2022-10-05)
7+
8+
**Note:** Version bump only for package @csssr/e2e-tools
9+
10+
11+
12+
13+
614
## [1.6.8](https://github.com/CSSSR/e2e-tools/compare/@csssr/e2e-tools@1.6.6...@csssr/e2e-tools@1.6.8) (2022-03-31)
715

816

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.8",
3+
"version": "1.6.9",
44
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
55
"author": "Maxim Samoilov <nitive@icloud.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)