Skip to content

Commit da9f549

Browse files
committed
Publish
- @csssr/[email protected] - @csssr/[email protected] - @csssr/[email protected]
1 parent 0fb75b2 commit da9f549

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

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.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
7+
8+
**Note:** Version bump only for package @csssr/e2e-tools-codecept
9+
10+
11+
12+
13+
614
## [1.1.13](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
715

816
**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.13",
3+
"version": "1.1.14",
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.13",
21+
"@csssr/e2e-tools": "^1.6.14",
2222
"@types/node": "^18.16.18",
2323
"async-retry": "^1.3.3",
2424
"canvas": "^2.11.2",

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.22](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
7+
8+
**Note:** Version bump only for package @csssr/e2e-tools-nightwatch
9+
10+
11+
12+
13+
614
## [1.15.21](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
715

816
**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.21",
3+
"version": "1.15.22",
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.13",
20+
"@csssr/e2e-tools": "^1.6.14",
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.14](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2023-06-22)
7+
8+
9+
### Features
10+
11+
* Fix yarn.lock path in github workflows ([0fb75b2](https://github.com/CSSSR/e2e-tools/commit/0fb75b2582ccf9716486611dd4f9a6c84b227f5e))
12+
13+
14+
15+
16+
617
## [1.6.13](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.13",
3+
"version": "1.6.14",
44
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
55
"author": "Maxim Samoilov <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)