Skip to content

Commit 5e4e670

Browse files
committed
Publish
- @csssr/[email protected] - @csssr/[email protected] - @csssr/[email protected]
1 parent e2a8c95 commit 5e4e670

File tree

6 files changed

+38
-5
lines changed

6 files changed

+38
-5
lines changed

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.15](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-10-25)
7+
8+
9+
### Features
10+
11+
* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156))
12+
13+
14+
15+
16+
617
## [1.1.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
718

819
**Note:** Version bump only for package @csssr/e2e-tools-codecept

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.14",
3+
"version": "1.1.15",
44
"description": "Codecept плагин для @csssr/e2e-tools",
55
"author": "Pavel Liaukovich <[email protected]>",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@codeceptjs/ui": "^0.4.6",
21-
"@csssr/e2e-tools": "^1.6.14",
21+
"@csssr/e2e-tools": "^1.6.15",
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.23](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-10-25)
7+
8+
9+
### Features
10+
11+
* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156))
12+
13+
14+
15+
16+
617
## [1.15.22](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
718

819
**Note:** Version bump only for package @csssr/e2e-tools-nightwatch

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.22",
3+
"version": "1.15.23",
44
"description": "Nightwatch плагин для @csssr/e2e-tools",
55
"author": "Maxim Samoilov <[email protected]>",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"access": "public"
1818
},
1919
"dependencies": {
20-
"@csssr/e2e-tools": "^1.6.14",
20+
"@csssr/e2e-tools": "^1.6.15",
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.15](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-10-25)
7+
8+
9+
### Features
10+
11+
* Change github runner label ([e2a8c95](https://github.com/CSSSR/e2e-tools/commit/e2a8c9559f373fd7dd44a53f0c034e9a7b139156))
12+
13+
14+
15+
16+
617
## [1.6.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
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.14",
3+
"version": "1.6.15",
44
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
55
"author": "Maxim Samoilov <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)