Skip to content

Commit

Permalink
chore(release): v3.10.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
smartcode-devbot committed Aug 23, 2023
1 parent 4d0c7eb commit 06ae5d8
Show file tree
Hide file tree
Showing 31 changed files with 9,080 additions and 25,511 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.

# [3.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)


### Features

* **web:** chainable `PageElements` ([#1864](https://github.com/serenity-js/serenity-js/issues/1864)) ([4d0c7eb](https://github.com/serenity-js/serenity-js/commit/4d0c7eb97c24fe3ae1eed702773cf3b80f104947))





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)


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.9.1",
"version": "3.10.0",
"command": {
"create": {
"homepage": "https://serenity-js.org",
Expand Down
34,363 changes: 8,897 additions & 25,466 deletions package-lock.json

Large diffs are not rendered by default.

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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Screenplay-style assertion library",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1",
"@serenity-js/core": "3.10.0",
"tiny-types": "^1.20.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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Serenity/JS console reporter",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -42,7 +42,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1",
"@serenity-js/core": "3.10.0",
"chalk": "^4.1.2",
"tiny-types": "^1.20.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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)


### Features

* **web:** chainable `PageElements` ([#1864](https://github.com/serenity-js/serenity-js/issues/1864)) ([4d0c7eb](https://github.com/serenity-js/serenity-js/commit/4d0c7eb97c24fe3ae1eed702773cf3b80f104947))





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)


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.9.1",
"version": "3.10.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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Serenity/JS adapter for Cucumber test runners version 1.x - 7.x",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@cucumber/messages": "21.0.1",
"@serenity-js/core": "3.9.1",
"@serenity-js/core": "3.10.0",
"cli-table3": "^0.6.3",
"gherkin": "5.1.0",
"tiny-types": "^1.20.0"
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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Serenity/JS adapter for the Jasmine test runner",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1"
"@serenity-js/core": "3.10.0"
},
"peerDependencies": {
"jasmine": "^3.99.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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.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 @@ -49,15 +49,15 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1",
"@serenity-js/core": "3.10.0",
"http-shutdown": "^1.2.2",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@hapi/hapi": "^21.3.2",
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.9.1",
"@serenity-js/rest": "3.9.1",
"@serenity-js/assertions": "3.10.0",
"@serenity-js/rest": "3.10.0",
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
"@types/hapi": "^18.0.9",
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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Serenity/JS adapter for Mocha",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1"
"@serenity-js/core": "3.10.0"
},
"peerDependencies": {
"mocha": "^10.2.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright-test/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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)


Expand Down
8 changes: 4 additions & 4 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.9.1",
"version": "3.10.0",
"description": "Serenity/JS reporter and test APIs for Playwright Test",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"@playwright/test": "^1.37.1",
"@serenity-js/core": "3.9.1",
"@serenity-js/playwright": "3.9.1",
"@serenity-js/web": "3.9.1",
"@serenity-js/core": "3.10.0",
"@serenity-js/playwright": "3.10.0",
"@serenity-js/web": "3.10.0",
"deepmerge": "^4.3.1",
"tiny-types": "^1.20.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/playwright/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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)


### Features

* **web:** chainable `PageElements` ([#1864](https://github.com/serenity-js/serenity-js/issues/1864)) ([4d0c7eb](https://github.com/serenity-js/serenity-js/commit/4d0c7eb97c24fe3ae1eed702773cf3b80f104947))





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)


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.9.1",
"version": "3.10.0",
"description": "Serenity/JS Screenplay Pattern library for Playwright",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,8 +43,8 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1",
"@serenity-js/web": "3.9.1",
"@serenity-js/core": "3.10.0",
"@serenity-js/web": "3.10.0",
"playwright-core": "^1.37.1",
"tiny-types": "^1.20.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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)


### Features

* **web:** chainable `PageElements` ([#1864](https://github.com/serenity-js/serenity-js/issues/1864)) ([4d0c7eb](https://github.com/serenity-js/serenity-js/commit/4d0c7eb97c24fe3ae1eed702773cf3b80f104947))





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**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.9.1",
"version": "3.10.0",
"description": "Test your web apps with Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -48,8 +48,8 @@
"node": "^16.13 || ^18.12 || ^20"
},
"dependencies": {
"@serenity-js/core": "3.9.1",
"@serenity-js/web": "3.9.1",
"@serenity-js/core": "3.10.0",
"@serenity-js/web": "3.10.0",
"deepmerge": "^4.3.1",
"query-selector-shadow-dom": "^1.0.1",
"selenium-webdriver": "^3.6.0",
Expand All @@ -75,12 +75,12 @@
},
"devDependencies": {
"@integration/testing-tools": "3.0.0",
"@serenity-js/assertions": "3.9.1",
"@serenity-js/cucumber": "3.9.1",
"@serenity-js/jasmine": "3.9.1",
"@serenity-js/local-server": "3.9.1",
"@serenity-js/mocha": "3.9.1",
"@serenity-js/rest": "3.9.1",
"@serenity-js/assertions": "3.10.0",
"@serenity-js/cucumber": "3.10.0",
"@serenity-js/jasmine": "3.10.0",
"@serenity-js/local-server": "3.10.0",
"@serenity-js/mocha": "3.10.0",
"@serenity-js/rest": "3.10.0",
"@serenity-js/web": "3.1.1",
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/rest/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.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)

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





## [3.9.1](https://github.com/serenity-js/serenity-js/compare/v3.9.0...v3.9.1) (2023-08-18)

**Note:** Version bump only for package @serenity-js/rest
Expand Down

0 comments on commit 06ae5d8

Please sign in to comment.