Skip to content

Commit

Permalink
Release messages v19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed Jun 22, 2022
1 parent 6ff98c3 commit 4e6a455
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 394 deletions.
2 changes: 1 addition & 1 deletion gherkin-utils/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@cucumber/messages": "^19.1.0",
"@cucumber/messages": "^19.1.1",
"@teppeis/multimaps": "2.0.0",
"commander": "9.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion gherkin/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@cucumber/messages": "^19.1.0"
"@cucumber/messages": "^19.1.1"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion json-to-messages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cucumber/gherkin-streams": "^5.0.1",
"@cucumber/gherkin-utils": "^8.0.0",
"@cucumber/message-streams": "^4.0.1",
"@cucumber/messages": "^19.1.0",
"@cucumber/messages": "^19.1.1",
"commander": "9.3.0",
"glob": "8.0.1",
"source-map-support": "0.5.21"
Expand Down
7 changes: 6 additions & 1 deletion messages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [19.1.1] - 2022-06-22

### Fixed

* [Javascript] Schema are actually missing from 19.1.0
([PR#2016](https://github.com/cucumber/common/pull/2016))

Expand Down Expand Up @@ -610,7 +614,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Protobuf messages for Go, Java, JavaScript, TypeScript and Ruby

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber/compare/messages/v19.1.0...main
[Unreleased]: https://github.com/cucumber/cucumber/compare/messages/v19.1.1...main
[19.1.1]: https://github.com/cucumber/cucumber/compare/messages/v19.1.0...messages/v19.1.1
[19.1.0]: https://github.com/cucumber/cucumber/compare/messages/v19.0.0...messages/v19.1.0
[19.0.0]: https://github.com/cucumber/cucumber/compare/messages/v18.0.0...messages/v19.0.0
[18.0.0]: https://github.com/cucumber/cucumber/compare/messages/v17.1.1...messages/v18.0.0
Expand Down
2 changes: 0 additions & 2 deletions messages/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.3 h1:dAm0YRdRQlWojc3CrCRgPBzG5f941d0zvAKu7qY4e+I=
github.com/stretchr/testify v1.7.3/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.7.4 h1:wZRexSlwd7ZXfKINDLsO4r7WBt3gTKONc6K/VesHvHM=
github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down
2 changes: 1 addition & 1 deletion messages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>3.0.0</version>
</parent>
<artifactId>messages</artifactId>
<version>19.1.1-SNAPSHOT</version>
<version>19.1.1</version>
<packaging>jar</packaging>
<name>Cucumber Messages</name>
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
Expand Down
2 changes: 1 addition & 1 deletion messages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/messages",
"version": "19.1.0",
"version": "19.1.1",
"description": "JSON schema-based messages for Cucumber's inter-process communication",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion messages/javascript/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated using `make src/version.ts` or `make .codegen`
export const version = '19.1.0'
export const version = '19.1.1'
2 changes: 1 addition & 1 deletion messages/perl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0
19.1.1
2 changes: 1 addition & 1 deletion messages/ruby/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0
19.1.1
Loading

0 comments on commit 4e6a455

Please sign in to comment.