Skip to content

Commit a243aeb

Browse files
committed
Prepare release v23.2.0
Created-by: polyglot-release v1.6.1
1 parent 68845ab commit a243aeb

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.2.0] - 2025-08-07
911
### Changed
1012
- Applied URI-based sorting for the displayed Gherkin documents ([#394](https://github.com/cucumber/react-components/pull/394))
1113

@@ -463,7 +465,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
463465
### Added
464466
- First release
465467

466-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.1.1...HEAD
468+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v23.2.0...HEAD
469+
[23.2.0]: https://github.com/cucumber/cucumber-react/compare/v23.1.1...v23.2.0
467470
[23.1.1]: https://github.com/cucumber/cucumber-react/compare/v23.1.0...v23.1.1
468471
[23.1.0]: https://github.com/cucumber/cucumber-react/compare/v23.0.0...v23.1.0
469472
[23.0.0]: https://github.com/cucumber/cucumber-react/compare/v22.4.1...v23.0.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.1.1",
3+
"version": "23.2.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)