Skip to content

Commit 9765445

Browse files
committed
Release 20.0.2
1 parent b286fc3 commit 9765445

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [20.0.2] - 2022-04-14
11+
### Fixed
12+
- Downgrade `@fortawesome` packages which seemed to cause issues with html-formatter
13+
1014
## [20.0.1] - 2022-04-14
1115
### Fixed
1216
- Downgrade `@fortawesome` packages which seemed to cause issues with html-formatter
@@ -362,7 +366,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
362366
### Added
363367
- First release
364368

365-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.0.1...HEAD
369+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.0.2...HEAD
370+
[20.0.2]: https://github.com/cucumber/cucumber-react/compare/v20.0.1...v20.0.2
366371
[20.0.1]: https://github.com/cucumber/cucumber-react/compare/v20.0.0...v20.0.1
367372
[20.0.0]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...v20.0.0
368373
[19.2.0]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...v19.2.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "20.0.1",
3+
"version": "20.0.2",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)