Skip to content

Commit

Permalink
Prepare release v21.5.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 65ea84e commit 94b61e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 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]

## [21.5.0] - 2024-08-02
### Changed
- Upgrade `react-components` to [22.3.0](https://github.com/cucumber/react-components/releases/tag/v22.3.0)

Expand Down Expand Up @@ -325,7 +327,8 @@ even if there were no errors.
### Added
- First release

[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.4.1...HEAD
[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.5.0...HEAD
[21.5.0]: https://github.com/cucumber/html-formatter/compare/v21.4.1...v21.5.0
[21.4.1]: https://github.com/cucumber/html-formatter/compare/v21.4.0...v21.4.1
[21.4.0]: https://github.com/cucumber/html-formatter/compare/v21.3.1...v21.4.0
[21.3.1]: https://github.com/cucumber/html-formatter/compare/v21.3.0...v21.3.1
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
</parent>

<artifactId>html-formatter</artifactId>
<version>21.4.2-SNAPSHOT</version>
<version>21.5.0</version>
<packaging>jar</packaging>
<name>Cucumber HTML Formatter</name>
<description>Renders Cucumber Messages as HTML</description>
<url>https://github.com/cucumber/html-formatter</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.htmlformatter</project.Automatic-Module-Name>
<project.build.outputTimestamp>1721317773</project.build.outputTimestamp>
<project.build.outputTimestamp>1722631164</project.build.outputTimestamp>
</properties>

<scm>
<connection>scm:git:git://github.com/cucumber/html-formatter.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/html-formatter.git</developerConnection>
<url>git://github.com/cucumber/html-formatter.git</url>
<tag>HEAD</tag>
<tag>v21.5.0</tag>
</scm>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions javascript/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 javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/html-formatter",
"version": "21.4.1",
"version": "21.5.0",
"description": "HTML formatter for Cucumber",
"main": "dist/src/CucumberHtmlStream.js",
"types": "dist/src/CucumberHtmlStream.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.4.1
21.5.0

0 comments on commit 94b61e2

Please sign in to comment.