Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wudong committed Jul 20, 2020
1 parent c1d4506 commit ecf2a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cucumber-tsflow-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"private": true,
"name": "cucumber-tsflow-specs",
"description": "Specification for 'cucumber-tsflow'.",
"version": "3.2.1",
"version": "3.3.0",
"author": "Tim Roberts <tim@timjroberts.com>",
"license": "MIT",
"main": "./index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"cucumber-tsflow": "^3.2.1"
"cucumber-tsflow": "^3.3.0"
}
}
2 changes: 1 addition & 1 deletion cucumber-tsflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cucumber-tsflow",
"description": "Provides 'specflow' like bindings for CucumberJS in TypeScript 1.7+.",
"version": "3.2.2",
"version": "3.3.0",
"author": "Tim Roberts <tim@timjroberts.com>",
"license": "MIT",
"main": "./dist",
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"*"
],
"version": "3.2.1"
"packages": ["*"],
"version": "3.3.0"
}

0 comments on commit ecf2a5d

Please sign in to comment.