Skip to content

Commit

Permalink
Prepare release v22.0.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Dec 9, 2023
1 parent 2e03caa commit 8ebd7ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [22.0.0] - 2023-12-09
### Changed
- BREAKING CHANGE: Switch to ESM ([#338](https://github.com/cucumber/react-components/pull/338))
- Switch search implementation to Orama ([#337](https://github.com/cucumber/react-components/pull/337))
Expand Down Expand Up @@ -400,7 +402,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
### Added
- First release

[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v21.1.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...HEAD
[22.0.0]: https://github.com/cucumber/cucumber-react/compare/v21.1.1...v22.0.0
[21.1.1]: https://github.com/cucumber/cucumber-react/compare/v21.1.0...v21.1.1
[21.1.0]: https://github.com/cucumber/cucumber-react/compare/v21.0.1...v21.1.0
[21.0.1]: https://github.com/cucumber/cucumber-react/compare/v21.0.0...v21.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/react-components",
"version": "21.1.1",
"version": "22.0.0",
"description": "React components for Cucumber",
"type": "module",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 8ebd7ca

Please sign in to comment.