Skip to content

Commit

Permalink
Prepare release v22.3.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Aug 2, 2024
1 parent 7c14692 commit 27b0254
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.3.0] - 2024-08-02
### Added
- Support text/uri-list attachments ([#355](https://github.com/cucumber/react-components/pull/355))

Expand Down Expand Up @@ -412,7 +414,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/v22.2.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.3.0...HEAD
[22.3.0]: https://github.com/cucumber/cucumber-react/compare/v22.2.0...v22.3.0
[22.2.0]: https://github.com/cucumber/cucumber-react/compare/v22.1.0...v22.2.0
[22.1.0]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...v22.1.0
[22.0.0]: https://github.com/cucumber/cucumber-react/compare/v21.1.1...v22.0.0
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": "22.2.0",
"version": "22.3.0",
"description": "React components for Cucumber",
"type": "module",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 27b0254

Please sign in to comment.