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 Mar 6, 2020
2 parents 7be8e6e + f2d185c commit 2b847ec
Show file tree
Hide file tree
Showing 58 changed files with 401 additions and 142 deletions.
11 changes: 11 additions & 0 deletions 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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





# [2.2.0](https://github.com/serenity-js/serenity-js/compare/v2.1.5...v2.2.0) (2020-02-17)


Expand Down
8 changes: 8 additions & 0 deletions documentation/esdoc-external-docs-plugin/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.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)

**Note:** Version bump only for package @documentation/esdoc-external-docs-plugin





## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)

**Note:** Version bump only for package @documentation/esdoc-external-docs-plugin
Expand Down
4 changes: 2 additions & 2 deletions documentation/esdoc-external-docs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documentation/esdoc-external-docs-plugin",
"version": "2.1.5",
"version": "2.2.1",
"description": "An ESDoc plugin to make it easier for the docs to be shared across modules",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -39,7 +39,7 @@
"rimraf": "^3.0.2"
},
"devDependencies": {
"@integration/testing-tools": "2.1.5",
"@integration/testing-tools": "2.2.1",
"esdoc": "^1.1.0"
},
"main": "src/Plugin.js"
Expand Down
11 changes: 11 additions & 0 deletions documentation/esdoc-typescript-plugin/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)

**Note:** Version bump only for package @documentation/esdoc-typescript-plugin
Expand Down
4 changes: 2 additions & 2 deletions documentation/esdoc-typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documentation/esdoc-typescript-plugin",
"version": "2.1.5",
"version": "2.2.1",
"description": "A TypeScript plugin for ESDoc",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^3.8.3"
},
"devDependencies": {
"@integration/testing-tools": "2.1.5",
"@integration/testing-tools": "2.2.1",
"esdoc": "^1.1.0"
},
"main": "src/Plugin.js"
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.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)

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





# [2.2.0](https://github.com/serenity-js/serenity-js/compare/v2.1.5...v2.2.0) (2020-02-17)

**Note:** Version bump only for package @documentation/website
Expand Down
20 changes: 10 additions & 10 deletions documentation/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documentation/website",
"version": "2.2.0",
"version": "2.2.1",
"description": "Serenity/JS API documentation template",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -36,15 +36,15 @@
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.1.5",
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/cucumber": "2.1.5",
"@serenity-js/jasmine": "2.1.5",
"@serenity-js/local-server": "2.1.5",
"@serenity-js/protractor": "2.2.0",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/assertions": "2.2.1",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/cucumber": "2.2.1",
"@serenity-js/jasmine": "2.2.1",
"@serenity-js/local-server": "2.2.1",
"@serenity-js/protractor": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"cheerio": "^1.0.0-rc.3",
"clean-css": "^4.2.1",
"glob": "^7.1.6",
Expand Down
11 changes: 11 additions & 0 deletions examples/cucumber-domain-level-testing/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)

**Note:** Version bump only for package @serenity-js-examples/cucumber-domain-level-testing
Expand Down
14 changes: 7 additions & 7 deletions examples/cucumber-domain-level-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-domain-level-testing",
"version": "2.1.5",
"version": "2.2.1",
"description": "Example implementation",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"devDependencies": {
"@serenity-js-examples/calculator-app": "2.0.7",
"@serenity-js/assertions": "2.1.5",
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/cucumber": "2.1.5",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/assertions": "2.2.1",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/cucumber": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"@types/cucumber": "^4.0.7",
"cucumber": "^6.0.5",
"npm-failsafe": "^0.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/cucumber-reporting/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)

**Note:** Version bump only for package @serenity-js-examples/cucumber-reporting
Expand Down
12 changes: 6 additions & 6 deletions examples/cucumber-reporting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-reporting",
"version": "2.1.5",
"version": "2.2.1",
"description": "Example implementation",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -36,11 +36,11 @@
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/cucumber": "2.1.5",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/cucumber": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"@types/cucumber": "^4.0.7",
"cucumber": "^6.0.5",
"npm-failsafe": "^0.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/cucumber-rest-api-level-testing/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)

**Note:** Version bump only for package @serenity-js-examples/cucumber-rest-api-level-testing
Expand Down
16 changes: 8 additions & 8 deletions examples/cucumber-rest-api-level-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-rest-api-level-testing",
"version": "2.1.5",
"version": "2.2.1",
"description": "Example implementation of a test suite exercising a REST interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"devDependencies": {
"@serenity-js-examples/calculator-app": "2.0.7",
"@serenity-js/assertions": "2.1.5",
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/cucumber": "2.1.5",
"@serenity-js/local-server": "2.1.5",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/assertions": "2.2.1",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/cucumber": "2.2.1",
"@serenity-js/local-server": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"@types/cucumber": "^6.0.1",
"@types/express": "^4.17.2",
"@types/mocha": "^7.0.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/protractor-cucumber/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





# [2.2.0](https://github.com/serenity-js/serenity-js/compare/v2.1.5...v2.2.0) (2020-02-17)

**Note:** Version bump only for package @serenity-js-examples/protractor-cucumber
Expand Down
18 changes: 9 additions & 9 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.2.0",
"version": "2.2.1",
"description": "Example implementation of a test suite using Protractor and Cucumber to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -36,14 +36,14 @@
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.1.5",
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/cucumber": "2.1.5",
"@serenity-js/local-server": "2.1.5",
"@serenity-js/protractor": "2.2.0",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/assertions": "2.2.1",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/cucumber": "2.2.1",
"@serenity-js/local-server": "2.2.1",
"@serenity-js/protractor": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"@types/cucumber": "^6.0.1",
"@types/express": "^4.17.2",
"chromedriver": "^80.0.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/protractor-jasmine-todomvc/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





# [2.2.0](https://github.com/serenity-js/serenity-js/compare/v2.1.5...v2.2.0) (2020-02-17)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine-todomvc
Expand Down
16 changes: 8 additions & 8 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.2.0",
"version": "2.2.1",
"description": "Example implementation of a test suite using Protractor and Jasmine to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -36,13 +36,13 @@
"npm": ">= 5"
},
"devDependencies": {
"@serenity-js/assertions": "2.1.5",
"@serenity-js/console-reporter": "2.1.5",
"@serenity-js/core": "2.1.5",
"@serenity-js/jasmine": "2.1.5",
"@serenity-js/protractor": "2.2.0",
"@serenity-js/rest": "2.1.5",
"@serenity-js/serenity-bdd": "2.1.5",
"@serenity-js/assertions": "2.2.1",
"@serenity-js/console-reporter": "2.2.1",
"@serenity-js/core": "2.2.1",
"@serenity-js/jasmine": "2.2.1",
"@serenity-js/protractor": "2.2.1",
"@serenity-js/rest": "2.2.1",
"@serenity-js/serenity-bdd": "2.2.1",
"@types/jasmine": "^3.5.3",
"chromedriver": "^80.0.0",
"npm-failsafe": "^0.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/protractor-jasmine/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.

## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)


### Bug Fixes

* **deps:** updated dependencies ([6bf777a](https://github.com/serenity-js/serenity-js/commit/6bf777a0754f31d666bfcaae3ad2d6fc79aba8a6))





# [2.2.0](https://github.com/serenity-js/serenity-js/compare/v2.1.5...v2.2.0) (2020-02-17)

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

0 comments on commit 2b847ec

Please sign in to comment.