Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 7, 2021
1 parent 8a353c0 commit 2176b1f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions modules/nightwatch-image-comparison/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.3](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07)

**Note:** Version bump only for package @csssr/nightwatch-image-comparison





## [0.4.2](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2020-12-09)


Expand Down
2 changes: 1 addition & 1 deletion modules/nightwatch-image-comparison/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csssr/nightwatch-image-comparison",
"version": "0.4.2",
"version": "0.4.3",
"description": "Screenshot assertions for Nightwatch",
"main": "index.js",
"author": "Maxim Samoilov <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions modules/nightwatch-local-file-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07)

**Note:** Version bump only for package @csssr/nightwatch-local-file-upload





## [0.3.1](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2020-12-09)

**Note:** Version bump only for package @csssr/nightwatch-local-file-upload
Expand Down
2 changes: 1 addition & 1 deletion modules/nightwatch-local-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csssr/nightwatch-local-file-upload",
"version": "0.3.1",
"version": "0.3.2",
"description": "Upload local file to remote selenium",
"main": "index.js",
"author": "Aleksandr Krutikov <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions modules/nightwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.2](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07)

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





## [1.15.1](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07)

**Note:** Version bump only for package @csssr/e2e-tools-nightwatch
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "1.15.2",
"description": "Nightwatch плагин для @csssr/e2e-tools",
"author": "Maxim Samoilov <[email protected]>",
"license": "MIT",
Expand All @@ -17,11 +17,11 @@
"access": "public"
},
"dependencies": {
"@csssr/e2e-tools": "^1.4.1",
"@csssr/e2e-tools": "^1.4.2",
"@csssr/mocha-jenkins-reporter": "^0.6.0",
"@csssr/mocha-testrail-ui": "^0.4.4",
"@csssr/nightwatch-image-comparison": "^0.4.2",
"@csssr/nightwatch-local-file-upload": "^0.3.1",
"@csssr/nightwatch-image-comparison": "^0.4.3",
"@csssr/nightwatch-local-file-upload": "^0.3.2",
"@types/mocha": "^8.2.2",
"@types/nightwatch": "^1.3.3",
"@types/node": "^14.14.41",
Expand Down
8 changes: 8 additions & 0 deletions modules/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.2](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2021-05-07)

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





## [1.4.1](https://github.com/CSSSR/e2e-tools/compare/@csssr/[email protected]...@csssr/[email protected]) (2020-12-09)

**Note:** Version bump only for package @csssr/e2e-tools
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.4.1",
"version": "1.4.2",
"description": "CLI утилита для быстрого добавления e2e тестов в проект",
"author": "Maxim Samoilov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2176b1f

Please sign in to comment.