Skip to content

Commit 79b4951

Browse files
committed
Prepare release v22.4.2
1 parent 514f9d9 commit 79b4951

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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+
## [22.4.2] - 2025-04-19
911
### Fixed
1012
- Fix issue with hook steps not being rendered ([#379](https://github.com/cucumber/react-components/pull/379))
1113

@@ -428,7 +430,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
428430
### Added
429431
- First release
430432

431-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...HEAD
433+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.4.2...HEAD
434+
[22.4.2]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...v22.4.2
432435
[22.4.1]: https://github.com/cucumber/cucumber-react/compare/v22.4.0...v22.4.1
433436
[22.4.0]: https://github.com/cucumber/cucumber-react/compare/v22.3.0...v22.4.0
434437
[22.3.0]: https://github.com/cucumber/cucumber-react/compare/v22.2.0...v22.3.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)