Skip to content

Commit b88e750

Browse files
committed
Prepare release v21.0.0
Created-by: polyglot-release v-develop
1 parent 8136328 commit b88e750

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+
## [21.0.0] - 2022-11-25
911
### Changed
1012
- BREAKING CHANGE: React 18+ is now required ([#279](https://github.com/cucumber/react-components/pull/279))
1113

@@ -382,7 +384,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
382384
### Added
383385
- First release
384386

385-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.2.0...HEAD
387+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v21.0.0...HEAD
388+
[21.0.0]: https://github.com/cucumber/cucumber-react/compare/v20.2.0...v21.0.0
386389
[20.2.0]: https://github.com/cucumber/cucumber-react/compare/v20.1.0...v20.2.0
387390
[20.1.0]: https://github.com/cucumber/cucumber-react/compare/v20.0.2...v20.1.0
388391
[20.0.2]: https://github.com/cucumber/cucumber-react/compare/v20.0.1...v20.0.2

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": "20.2.0",
3+
"version": "21.0.0",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)