Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0df1dd

Browse files
chore(release): v3.42.2
[ci skip]
1 parent cc9a38b commit e0df1dd

32 files changed

Lines changed: 185 additions & 16 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update cucumber ([b2a2822](https://github.com/serenity-js/serenity-js/commit/b2a28222c06f1db92a81c1a1d0d4e4d7ef138fbb))
12+
* **deps:** update dependency jasmine to v6.2.0 ([cf20da7](https://github.com/serenity-js/serenity-js/commit/cf20da7b7c0fab7e218678d37ee279d5910f7e24))
13+
* **deps:** update dependency proxy to v4 ([4fa98ac](https://github.com/serenity-js/serenity-js/commit/4fa98acd5b15c33676ba0fd7a1ecc91d07f5f673))
14+
* **deps:** update rest dependencies ([525abcb](https://github.com/serenity-js/serenity-js/commit/525abcb26ad45e1963f883e86ccf650bd2229c20))
15+
* **playwright:** aligned package.json exports to use conditional import/require types ([a8966e9](https://github.com/serenity-js/serenity-js/commit/a8966e94d74c24b3d2821e99e51bf3b24121b55e))
16+
17+
18+
19+
20+
621
## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
722

823

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loglevel": "verbose",
44
"strict": true,
55
"npmClient": "pnpm",
6-
"version": "3.42.1",
6+
"version": "3.42.2",
77
"command": {
88
"create": {
99
"homepage": "https://serenity-js.org",

packages/assertions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7+
8+
**Note:** Version bump only for package @serenity-js/assertions
9+
10+
11+
12+
13+
614
## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
715

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

packages/assertions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serenity-js/assertions",
3-
"version": "3.42.1",
3+
"version": "3.42.2",
44
"description": "Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios",
55
"author": {
66
"name": "Jan Molak",

packages/console-reporter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7+
8+
**Note:** Version bump only for package @serenity-js/console-reporter
9+
10+
11+
12+
13+
614
## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
715

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

packages/console-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serenity-js/console-reporter",
3-
"version": "3.42.1",
3+
"version": "3.42.2",
44
"description": "Serenity/JS console reporter that displays test results directly in the standard output",
55
"author": {
66
"name": "Jan Molak",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7+
8+
**Note:** Version bump only for package @serenity-js/core
9+
10+
11+
12+
13+
614
## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
715

816

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serenity-js/core",
3-
"version": "3.42.1",
3+
"version": "3.42.2",
44
"description": "The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure",
55
"author": {
66
"name": "Jan Molak",

packages/cucumber/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update cucumber ([b2a2822](https://github.com/serenity-js/serenity-js/commit/b2a28222c06f1db92a81c1a1d0d4e4d7ef138fbb))
12+
13+
14+
15+
16+
617
## [3.42.1](https://github.com/serenity-js/serenity-js/compare/v3.42.0...v3.42.1) (2026-04-08)
718

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

packages/cucumber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serenity-js/cucumber",
3-
"version": "3.42.1",
3+
"version": "3.42.2",
44
"description": "Serenity/JS test runner adapter for seamless integration with any version of Cucumber.js, facilitating BDD-style test automation and leveraging Serenity/JS reporting capabilities",
55
"author": {
66
"name": "Jan Molak",

0 commit comments

Comments
 (0)