chore(lib): fixed package constraints so older versions of Flutter are compatible

This commit is contained in:
Jon Samwell 2019-09-18 16:47:19 +10:00
parent aa11f362a6
commit 3cac663953
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## [1.0.11] - 18/09/2019
* Fixed package constraints so older versions of Flutter are compatible
## [1.0.10] - 18/09/2019
* {string} placeholder variables can now contain whitespace characters [\n\r\t ]
* Tags are now inherited by children if requried (see https://cucumber.io/docs/cucumber/api/#tag-inheritance)

View File

@ -104,7 +104,7 @@ packages:
name: gherkin
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.10"
version: "1.0.11"
glob:
dependency: "direct main"
description:

View File

@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 1.0.10
version: 1.0.11
author: Jon Samwell <jonsamwell@gmail.com>
homepage: https://github.com/jonsamwell/flutter_gherkin
@ -16,7 +16,7 @@ dependencies:
sdk: flutter
glob: ^1.1.7
meta: ">=1.1.6 <=1.1.7"
gherkin: ^1.0.10
gherkin: ^1.0.11
dev_dependencies:
test: ">=1.6.1 <=1.6.10"