chore(libs): fixed lib version

This commit is contained in:
Jon Samwell 2020-05-11 12:35:38 +10:00
parent 1ca061820e
commit b2cef2e4ec
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
## [1.1.8+3] - 11/05/2020
* Updated Gherkin library version to sort issue with JSON reporter throwing error when an exception is logged before any steps have run
## [1.1.8+2] - 11/05/2020
* Fixed issue where the connection attempt of Flutter driver would not retry before throwing a connection error. This was causing an error on some machines trying to connect to an Android emulator (x86 & x86_64) that runs the googleapis (see https://github.com/flutter/flutter/issues/42433)
* Added a before `onBeforeFlutterDriverConnect` and after `onAfterFlutterDriverConnect` Flutter driver connection method property to the test configuration `FlutterTestConfiguration` to enable custom logic before and after a driver connection attempt.
* Updated Gherkin library version to sort issue with JSON reporter throwing error when an exception is logged before any steps have run
## [1.1.8+1] - 09/05/2020
* Updated Gherkin library version to sort issue with JSON reporter throwing error when an exception is logged before any feature have run

View File

@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 1.1.8+3
version: 1.1.8+2
homepage: https://github.com/jonsamwell/flutter_gherkin
environment:
@ -16,7 +16,7 @@ dependencies:
sdk: flutter
glob: ^1.1.7
meta: ">=1.1.6 <2.0.0"
gherkin: ^1.1.8+2
gherkin: ^1.1.8+1
# gherkin:
# path: ../dart_gherkin