Skip to content

Commit

Permalink
Release gherkin-utils v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed May 26, 2021
1 parent 203155c commit 80e0a71
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 23 deletions.
2 changes: 1 addition & 1 deletion fake-cucumber/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cucumber/create-meta": "^5.0.0",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/gherkin-utils": "^5.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@cucumber/messages": "^16.0.1",
"@cucumber/message-streams": "^2.0.0",
"@cucumber/tag-expressions": "^3.0.1",
Expand Down
11 changes: 8 additions & 3 deletions gherkin-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Added `getSource`, `getFeature`, `getBackground`, `getRule`, `getScenario` and `getExamples` methods

### Changed

### Deprecated
Expand All @@ -19,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [5.1.0] - 2021-05-26

### Added

* Added `getSource`, `getFeature`, `getBackground`, `getRule`, `getScenario` and `getExamples` methods

## [5.0.2] - 2021-05-17

### Changed
Expand Down Expand Up @@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* First release

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v5.0.2...master
[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v5.1.0...master
[5.1.0]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v5.0.2...gherkin-utils/v5.1.0
[5.0.2]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v5.0.1...gherkin-utils/v5.0.2
[5.0.1]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v5.0.0...gherkin-utils/v5.0.1
[5.0.0]: https://github.com/cucumber/cucumber/compare/gherkin-utils/v4.0.0...gherkin-utils/v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions gherkin-utils/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin-utils",
"version": "5.0.2",
"version": "5.1.0",
"description": "Various Gherkin utilities",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@cucumber/message-streams": "^2.0.0",
"@types/glob": "7.1.3",
"@types/mocha": "8.2.2",
"@types/node": "15.3.1",
"@types/node": "15.6.1",
"glob": "7.1.7",
"mocha": "8.4.0",
"ts-node": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion html-formatter/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@babel/core": "7.14.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/gherkin-utils": "^5.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@cucumber/message-streams": "^2.0.0",
"@cucumber/query": "^10.0.0",
"@cucumber/react": "^14.0.0",
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 @@ -38,7 +38,7 @@
"@cucumber/fake-cucumber": "^12.0.2",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/gherkin-utils": "^5.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@cucumber/messages": "^16.0.1",
"@cucumber/message-streams": "^2.0.0",
"commander": "7.2.0",
Expand Down
40 changes: 27 additions & 13 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 query/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@cucumber/fake-cucumber": "^12.0.2",
"@cucumber/gherkin": "^19.0.3",
"@cucumber/gherkin-streams": "^2.0.2",
"@cucumber/gherkin-utils": "^5.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@types/mocha": "8.2.2",
"@types/node": "15.3.1",
"mocha": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion react/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@cucumber/gherkin-utils": "^5.0.2",
"@cucumber/gherkin-utils": "^5.1.0",
"@cucumber/messages": "^16.0.1",
"@cucumber/query": "^10.0.0",
"@cucumber/tag-expressions": "^3.0.1",
Expand Down

0 comments on commit 80e0a71

Please sign in to comment.