Skip to content

Commit e527a2e

Browse files
committed
Prepare release v24.0.0
Created-by: polyglot-release v1.7.1
1 parent 192909f commit e527a2e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [24.0.0] - 2025-11-11
911
### Added
1012
- Include duration for each test step ([#396](https://github.com/cucumber/react-components/pull/396))
1113
- Include pass rate in execution summary ([#397](https://github.com/cucumber/react-components/pull/397))
@@ -484,7 +486,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
484486
### Added
485487
- First release
486488

487-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.2.0...HEAD
489+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v24.0.0...HEAD
490+
[24.0.0]: https://github.com/cucumber/cucumber-react/compare/v23.2.0...v24.0.0
488491
[23.2.0]: https://github.com/cucumber/cucumber-react/compare/v23.1.1...v23.2.0
489492
[23.1.1]: https://github.com/cucumber/cucumber-react/compare/v23.1.0...v23.1.1
490493
[23.1.0]: https://github.com/cucumber/cucumber-react/compare/v23.0.0...v23.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "23.2.0",
3+
"version": "24.0.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)