Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2023
1 parent e2a8c95 commit 5e4e670
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
11 changes: 11 additions & 0 deletions modules/codecept/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@csssr/[email protected]) (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/[email protected]...@csssr/[email protected]) (2023-06-22)

**Note:** Version bump only for package @csssr/e2e-tools-codecept
Expand Down
4 changes: 2 additions & 2 deletions modules/codecept/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions modules/nightwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@csssr/[email protected]) (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/[email protected]...@csssr/[email protected]) (2023-06-22)

**Note:** Version bump only for package @csssr/e2e-tools-nightwatch
Expand Down
4 changes: 2 additions & 2 deletions modules/nightwatch/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions modules/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@csssr/[email protected]) (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/[email protected]...@csssr/[email protected]) (2023-06-22)


Expand Down
2 changes: 1 addition & 1 deletion modules/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csssr/e2e-tools",
"version": "1.6.14",
"version": "1.6.15",
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
"author": "Maxim Samoilov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5e4e670

Please sign in to comment.