Skip to content

Commit ed7a4f7

Browse files
committed
Prepare release v23.1.0
Created-by: polyglot-release v1.6.0
1 parent fbea8b7 commit ed7a4f7

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+
## [23.1.0] - 2025-06-15
911
### Changed
1012
- Update colors for consistency with other Cucumber web stuff ([#390](https://github.com/cucumber/react-components/pull/390))
1113

@@ -455,7 +457,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
455457
### Added
456458
- First release
457459

458-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.0.0...HEAD
460+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.1.0...HEAD
461+
[23.1.0]: https://github.com/cucumber/cucumber-react/compare/v23.0.0...v23.1.0
459462
[23.0.0]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...v23.0.0
460463
[22.4.1]: https://github.com/cucumber/cucumber-react/compare/v22.4.0...v22.4.1
461464
[22.4.0]: https://github.com/cucumber/cucumber-react/compare/v22.3.0...v22.4.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.0.0",
3+
"version": "23.1.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)