Skip to content

Commit fe58982

Browse files
committed
Release 20.0.0
1 parent 82b0a5e commit fe58982

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ 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+
## [20.0.0] - 2022-04-12
911
### Added
1012
- Render hook names if present ([#137](https://github.com/cucumber/cucumber-react/pull/137))
13+
1114
### Changed
1215
- Scenario outline styling - Examples changed to H3 and aligned with steps
1316
- Package name is now `@cucumber/react-components` for clarity
1417

15-
1618
## [19.2.0] - 2022-03-25
1719
### Added
1820
- Attachment names are now displayed as the title of attachment sections in the report
@@ -356,7 +358,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
356358
### Added
357359
- First release
358360

359-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...HEAD
361+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.0.0...HEAD
362+
[20.0.0]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...v20.0.0
360363
[19.2.0]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...v19.2.0
361364
[19.1.1]: https://github.com/cucumber/cucumber-react/compare/v19.1.0...v19.1.1
362365
[19.1.0]: https://github.com/cucumber/cucumber-react/compare/v19.0.0...v19.1.0
@@ -391,9 +394,6 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
391394
[4.1.1]: https://github.com/cucumber/cucumber-react/compare/v4.0.0...v4.1.1
392395
[4.0.0]: https://github.com/cucumber/cucumber-react/compare/v3.3.0...v4.0.0
393396
[3.3.0]: https://github.com/cucumber/cucumber-react/compare/v3.2.0...v3.3.0
394-
395-
[codemrkay]: https://github.com/codemrkay
396-
[davidjgoss]: https://github.com/davidjgoss
397-
[hWorblehat]: https://github.com/hWorblehat
397+
blehat]: https://github.com/hWorblehat
398398
[sebrose]: https://github.com/sebrose
399399
[vincent-psarga]: https://github.com/vincent-psarga

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": "19.2.0",
3+
"version": "20.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)