Skip to content

Commit

Permalink
chore(release): v3.21.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
smartcode-devbot committed Mar 4, 2024
1 parent 47f93d8 commit 98621d9
Show file tree
Hide file tree
Showing 30 changed files with 188 additions and 47 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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)


### Bug Fixes

* **playwright-test:** support for reporting tags registered using the new Playwright 1.42 tags API ([9d57157](https://github.com/serenity-js/serenity-js/commit/9d571573cd9d8b52ddcb286f1160c7011dea7590))


### Features

* **jasmine:** support for custom tags ([47f93d8](https://github.com/serenity-js/serenity-js/commit/47f93d86fecc49a793dc5e8052b82f5115ca5b98))
* **mocha:** support for custom tags ([b86f2bb](https://github.com/serenity-js/serenity-js/commit/b86f2bb98305ba2491e7a2728aa38431ea8f716c))





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"integration/*",
"packages/*"
],
"version": "3.20.0",
"version": "3.21.0",
"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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/assertions
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.20.0",
"version": "3.21.0",
"description": "Screenplay-style assertion library",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0",
"@serenity-js/core": "3.21.0",
"tiny-types": "1.21.0"
},
"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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/console-reporter
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.20.0",
"version": "3.21.0",
"description": "Serenity/JS console reporter",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0",
"@serenity-js/core": "3.21.0",
"chalk": "4.1.2",
"tiny-types": "1.21.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)


### Bug Fixes

* **playwright-test:** support for reporting tags registered using the new Playwright 1.42 tags API ([9d57157](https://github.com/serenity-js/serenity-js/commit/9d571573cd9d8b52ddcb286f1160c7011dea7590))





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)


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.20.0",
"version": "3.21.0",
"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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/cucumber
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.20.0",
"version": "3.21.0",
"description": "Serenity/JS adapter for Cucumber test runners version 1.x - 7.x",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@cucumber/messages": "22.0.0",
"@serenity-js/core": "3.20.0",
"@serenity-js/core": "3.21.0",
"cli-table3": "0.6.3",
"gherkin": "5.1.0",
"tiny-types": "1.21.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/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.

# [3.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)


### Features

* **jasmine:** support for custom tags ([47f93d8](https://github.com/serenity-js/serenity-js/commit/47f93d86fecc49a793dc5e8052b82f5115ca5b98))





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/jasmine
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.20.0",
"version": "3.21.0",
"description": "Serenity/JS adapter for the Jasmine test runner",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -69,7 +69,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0"
"@serenity-js/core": "3.21.0"
},
"peerDependencies": {
"jasmine": "^5.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/local-server/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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/local-server
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.20.0",
"version": "3.21.0",
"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 @@ -50,15 +50,15 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0",
"@serenity-js/core": "3.21.0",
"http-shutdown": "1.2.2",
"portfinder": "1.0.32"
},
"devDependencies": {
"@hapi/hapi": "21.3.3",
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.20.0",
"@serenity-js/rest": "3.20.0",
"@serenity-js/assertions": "3.21.0",
"@serenity-js/rest": "3.21.0",
"@types/chai": "4.3.12",
"@types/express": "4.17.21",
"@types/hapi": "18.0.14",
Expand Down
11 changes: 11 additions & 0 deletions packages/mocha/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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)


### Features

* **mocha:** support for custom tags ([b86f2bb](https://github.com/serenity-js/serenity-js/commit/b86f2bb98305ba2491e7a2728aa38431ea8f716c))





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/mocha
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.20.0",
"version": "3.21.0",
"description": "Serenity/JS adapter for Mocha",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0"
"@serenity-js/core": "3.21.0"
},
"peerDependencies": {
"mocha": "^10.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/playwright-test/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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)


### Bug Fixes

* **playwright-test:** support for reporting tags registered using the new Playwright 1.42 tags API ([9d57157](https://github.com/serenity-js/serenity-js/commit/9d571573cd9d8b52ddcb286f1160c7011dea7590))





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)


Expand Down
10 changes: 5 additions & 5 deletions packages/playwright-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/playwright-test",
"version": "3.20.0",
"version": "3.21.0",
"description": "Serenity/JS reporter and test APIs for Playwright Test",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@playwright/test": "1.42.1",
"@serenity-js/core": "3.20.0",
"@serenity-js/playwright": "3.20.0",
"@serenity-js/rest": "3.20.0",
"@serenity-js/web": "3.20.0",
"@serenity-js/core": "3.21.0",
"@serenity-js/playwright": "3.21.0",
"@serenity-js/rest": "3.21.0",
"@serenity-js/web": "3.21.0",
"deepmerge": "4.3.1",
"tiny-types": "1.21.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright/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.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/playwright",
"version": "3.20.0",
"version": "3.21.0",
"description": "Serenity/JS Screenplay Pattern library for Playwright",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,8 +44,8 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0",
"@serenity-js/web": "3.20.0",
"@serenity-js/core": "3.21.0",
"@serenity-js/web": "3.21.0",
"playwright-core": "1.42.1",
"tiny-types": "1.21.0"
},
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.

# [3.21.0](https://github.com/serenity-js/serenity-js/compare/v3.20.0...v3.21.0) (2024-03-04)

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





# [3.20.0](https://github.com/serenity-js/serenity-js/compare/v3.19.0...v3.20.0) (2024-03-02)

**Note:** Version bump only for package @serenity-js/protractor
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.20.0",
"version": "3.21.0",
"description": "Test your web apps with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -49,9 +49,9 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.20.0",
"@serenity-js/rest": "3.20.0",
"@serenity-js/web": "3.20.0",
"@serenity-js/core": "3.21.0",
"@serenity-js/rest": "3.21.0",
"@serenity-js/web": "3.21.0",
"deepmerge": "4.3.1",
"query-selector-shadow-dom": "1.0.1",
"tiny-types": "1.21.0"
Expand All @@ -76,11 +76,11 @@
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.20.0",
"@serenity-js/cucumber": "3.20.0",
"@serenity-js/jasmine": "3.20.0",
"@serenity-js/local-server": "3.20.0",
"@serenity-js/mocha": "3.20.0",
"@serenity-js/assertions": "3.21.0",
"@serenity-js/cucumber": "3.21.0",
"@serenity-js/jasmine": "3.21.0",
"@serenity-js/local-server": "3.21.0",
"@serenity-js/mocha": "3.21.0",
"@serenity-js/web": "3.1.1",
"@types/chai": "4.3.12",
"@types/express": "4.17.21",
Expand Down

0 comments on commit 98621d9

Please sign in to comment.