Skip to content

Commit

Permalink
Merge branch 'master' of github.com:serenity-js/serenity-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed May 25, 2020
2 parents 3c1b6e6 + 40af1cb commit e90806f
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 12 deletions.
8 changes: 8 additions & 0 deletions 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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package serenity-js-monorepo





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package serenity-js-monorepo
Expand Down
8 changes: 8 additions & 0 deletions documentation/website/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @documentation/website





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @documentation/website
Expand Down
4 changes: 2 additions & 2 deletions documentation/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documentation/website",
"version": "2.5.3",
"version": "2.5.4",
"description": "Serenity/JS API documentation template",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@serenity-js/cucumber": "2.5.2",
"@serenity-js/jasmine": "2.5.2",
"@serenity-js/local-server": "2.5.2",
"@serenity-js/protractor": "2.5.3",
"@serenity-js/protractor": "2.5.4",
"@serenity-js/rest": "2.5.2",
"@serenity-js/serenity-bdd": "2.5.2",
"cheerio": "^1.0.0-rc.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-cucumber/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @serenity-js-examples/protractor-cucumber





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @serenity-js-examples/protractor-cucumber
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-cucumber",
"version": "2.5.3",
"version": "2.5.4",
"description": "Example implementation of a test suite using Protractor and Cucumber to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@serenity-js/core": "2.5.1",
"@serenity-js/cucumber": "2.5.2",
"@serenity-js/local-server": "2.5.2",
"@serenity-js/protractor": "2.5.3",
"@serenity-js/protractor": "2.5.4",
"@serenity-js/rest": "2.5.2",
"@serenity-js/serenity-bdd": "2.5.2",
"@types/cucumber": "^6.0.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-jasmine-todomvc/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine-todomvc





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine-todomvc
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-jasmine-todomvc",
"version": "2.5.3",
"version": "2.5.4",
"description": "Example implementation of a test suite using Protractor and Jasmine to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@serenity-js/console-reporter": "2.5.2",
"@serenity-js/core": "2.5.1",
"@serenity-js/jasmine": "2.5.2",
"@serenity-js/protractor": "2.5.3",
"@serenity-js/protractor": "2.5.4",
"@serenity-js/rest": "2.5.2",
"@serenity-js/serenity-bdd": "2.5.2",
"@types/jasmine": "^3.5.10",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-jasmine/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-jasmine",
"version": "2.5.3",
"version": "2.5.4",
"description": "Example implementation of a test suite using Protractor and Jasmine to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@serenity-js/core": "2.5.1",
"@serenity-js/jasmine": "2.5.2",
"@serenity-js/local-server": "2.5.2",
"@serenity-js/protractor": "2.5.3",
"@serenity-js/protractor": "2.5.4",
"@serenity-js/rest": "2.5.2",
"@serenity-js/serenity-bdd": "2.5.2",
"@types/express": "^4.17.4",
Expand Down
8 changes: 8 additions & 0 deletions integration/protractor-jasmine/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @integration/protractor-jasmine





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @integration/protractor-jasmine
Expand Down
4 changes: 2 additions & 2 deletions integration/protractor-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integration/protractor-jasmine",
"version": "2.5.3",
"version": "2.5.4",
"description": "Protractor/Jasmine integration tests",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@integration/testing-tools": "2.5.1",
"@serenity-js/core": "2.5.1",
"@serenity-js/jasmine": "2.5.2",
"@serenity-js/protractor": "2.5.3",
"@serenity-js/protractor": "2.5.4",
"chromedriver": "^83.0.0",
"protractor": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"integration/*",
"packages/*"
],
"version": "2.5.3",
"version": "2.5.4",
"command": {
"create": {
"homepage": "https://serenity-js.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/protractor/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.

## [2.5.4](https://github.com/serenity-js/serenity-js/compare/v2.5.3...v2.5.4) (2020-05-22)

**Note:** Version bump only for package @serenity-js/protractor





## [2.5.3](https://github.com/serenity-js/serenity-js/compare/v2.5.2...v2.5.3) (2020-05-21)

**Note:** Version bump only for package @serenity-js/protractor
Expand Down
2 changes: 1 addition & 1 deletion packages/protractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/protractor",
"version": "2.5.3",
"version": "2.5.4",
"description": "Test your web apps with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down

0 comments on commit e90806f

Please sign in to comment.