Skip to content

Commit

Permalink
chore(release): v3.0.0-rc.19
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
smartcode-devbot committed Jun 11, 2022
1 parent b54694b commit dda2a6e
Show file tree
Hide file tree
Showing 26 changed files with 180 additions and 38 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **deps:** upgraded "error-stack-parser" to 2.1.4 and removed dependency on "stackframe" ([8d44563](https://github.com/serenity-js/serenity-js/commit/8d445631c015887a608c3a62079d47bbec22794c)), closes [stacktracejs/error-stack-parser#75](https://github.com/stacktracejs/error-stack-parser/issues/75) [stacktracejs/error-stack-parser#80](https://github.com/stacktracejs/error-stack-parser/issues/80)
* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)


### Features

* **core:** Question.fromObject() generates questions from plain objects with nested Answerables ([3113f20](https://github.com/serenity-js/serenity-js/commit/3113f20ed5c86cb4bcf11479855d4ceaa5696970)), closes [#1219](https://github.com/serenity-js/serenity-js/issues/1219)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"integration/*",
"packages/*"
],
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"command": {
"create": {
"homepage": "https://serenity-js.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/assertions/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)

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





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/assertions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/assertions",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Screenplay-style assertion library",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -46,7 +46,7 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.19",
"tiny-types": "^1.18.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/console-reporter/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)

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





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/console-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/console-reporter",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Serenity/JS console reporter",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -45,7 +45,7 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.19",
"chalk": "^4.1.2",
"tiny-types": "^1.18.4"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **deps:** upgraded "error-stack-parser" to 2.1.4 and removed dependency on "stackframe" ([8d44563](https://github.com/serenity-js/serenity-js/commit/8d445631c015887a608c3a62079d47bbec22794c)), closes [stacktracejs/error-stack-parser#75](https://github.com/stacktracejs/error-stack-parser/issues/75) [stacktracejs/error-stack-parser#80](https://github.com/stacktracejs/error-stack-parser/issues/80)
* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)


### Features

* **core:** Question.fromObject() generates questions from plain objects with nested Answerables ([3113f20](https://github.com/serenity-js/serenity-js/commit/3113f20ed5c86cb4bcf11479855d4ceaa5696970)), closes [#1219](https://github.com/serenity-js/serenity-js/issues/1219)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/core",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Serenity/JS Screenplay, reporting engine and core interfaces.",
"author": {
"name": "Jan Molak",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)

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





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/cucumber",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Serenity/JS adapter for Cucumber test runners version 1.x - 7.x",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@cucumber/messages": "^16.0.1",
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.19",
"cli-table3": "^0.6.2",
"gherkin": "5.1.0",
"tiny-types": "^1.18.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)

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





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/jasmine",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Serenity/JS adapter for the Jasmine test runner",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -46,7 +46,7 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18"
"@serenity-js/core": "3.0.0-rc.19"
},
"peerDependencies": {
"jasmine": "^3.99.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/local-server/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/local-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/local-server",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Enables Serenity/JS Actors to manage local Node.js test servers, such as Express, Koa or Restify",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -52,16 +52,16 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.19",
"http-shutdown": "^1.2.2",
"portfinder": "^1.0.28"
},
"devDependencies": {
"@documentation/esdoc-template": "3.0.0",
"@hapi/hapi": "^20.2.2",
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.0.0-rc.18",
"@serenity-js/rest": "3.0.0-rc.18",
"@serenity-js/assertions": "3.0.0-rc.19",
"@serenity-js/rest": "3.0.0-rc.19",
"@types/chai": "^4.3.1",
"@types/express": "^4.17.13",
"@types/hapi": "^18.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/mocha/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)

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





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/mocha",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Serenity/JS adapter for Mocha",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -46,7 +46,7 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18"
"@serenity-js/core": "3.0.0-rc.19"
},
"peerDependencies": {
"mocha": "^10.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/protractor/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
18 changes: 9 additions & 9 deletions packages/protractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/protractor",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Test your web apps with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -51,8 +51,8 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/assertions": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/assertions": "3.0.0-rc.19",
"@serenity-js/core": "3.0.0-rc.19",
"deepmerge": "^4.2.2",
"is-plain-object": "^5.0.0",
"query-selector-shadow-dom": "^1.0.0",
Expand All @@ -79,12 +79,12 @@
"devDependencies": {
"@documentation/esdoc-template": "3.0.0",
"@integration/testing-tools": "3.0.0",
"@serenity-js/cucumber": "3.0.0-rc.18",
"@serenity-js/jasmine": "3.0.0-rc.18",
"@serenity-js/local-server": "3.0.0-rc.18",
"@serenity-js/mocha": "3.0.0-rc.18",
"@serenity-js/rest": "3.0.0-rc.18",
"@serenity-js/web": "3.0.0-rc.18",
"@serenity-js/cucumber": "3.0.0-rc.19",
"@serenity-js/jasmine": "3.0.0-rc.19",
"@serenity-js/local-server": "3.0.0-rc.19",
"@serenity-js/mocha": "3.0.0-rc.19",
"@serenity-js/rest": "3.0.0-rc.19",
"@serenity-js/web": "3.0.0-rc.19",
"@types/chai": "^4.3.1",
"@types/express": "^4.17.13",
"@types/html-minifier": "^4.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)


### Features

* **core:** Question.fromObject() generates questions from plain objects with nested Answerables ([3113f20](https://github.com/serenity-js/serenity-js/commit/3113f20ed5c86cb4bcf11479855d4ceaa5696970)), closes [#1219](https://github.com/serenity-js/serenity-js/issues/1219)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/rest",
"version": "3.0.0-rc.18",
"version": "3.0.0-rc.19",
"description": "Test REST APIs with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -48,13 +48,13 @@
"npm": "^6 || ^7 || ^8"
},
"dependencies": {
"@serenity-js/core": "3.0.0-rc.18",
"@serenity-js/core": "3.0.0-rc.19",
"axios": "^0.27.2"
},
"devDependencies": {
"@documentation/esdoc-template": "3.0.0",
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.0.0-rc.18",
"@serenity-js/assertions": "3.0.0-rc.19",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"axios-mock-adapter": "^1.20.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/serenity-bdd/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.

# [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)


### Bug Fixes

* **rest:** updated Axios to 0.27.2 ([b54694b](https://github.com/serenity-js/serenity-js/commit/b54694ba3dd2b8e0316d94c44381f51b1ab79ad0)), closes [axios/axios#4124](https://github.com/axios/axios/issues/4124) [#1223](https://github.com/serenity-js/serenity-js/issues/1223)





# [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)


Expand Down
Loading

0 comments on commit dda2a6e

Please sign in to comment.