From ecf2a5d6103c582d4a5c7105f8ed5e021223a470 Mon Sep 17 00:00:00 2001 From: Wudong Liu Date: Mon, 20 Jul 2020 18:29:52 +0100 Subject: [PATCH] v3.3.0 --- cucumber-tsflow-specs/package.json | 4 ++-- cucumber-tsflow/package.json | 2 +- lerna.json | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/cucumber-tsflow-specs/package.json b/cucumber-tsflow-specs/package.json index fb96ca3..791012b 100644 --- a/cucumber-tsflow-specs/package.json +++ b/cucumber-tsflow-specs/package.json @@ -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 ", "license": "MIT", "main": "./index.js", "typings": "./dist/index.d.ts", "dependencies": { - "cucumber-tsflow": "^3.2.1" + "cucumber-tsflow": "^3.3.0" } } diff --git a/cucumber-tsflow/package.json b/cucumber-tsflow/package.json index e50a397..2323225 100644 --- a/cucumber-tsflow/package.json +++ b/cucumber-tsflow/package.json @@ -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 ", "license": "MIT", "main": "./dist", diff --git a/lerna.json b/lerna.json index b3c1b8a..814e62f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,4 @@ { - "packages": [ - "*" - ], - "version": "3.2.1" + "packages": ["*"], + "version": "3.3.0" }