From ad5ecf6b4d0867d2701a260f28f6f4f1ebe77580 Mon Sep 17 00:00:00 2001 From: Oleksandr Leushchenko Date: Sat, 30 Mar 2024 18:52:44 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cba9b..b07131c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.7.3] - Integration test improvements + +* Integration test imports will not be added if `integration_test` package is not added to `dev_dependencies` +* `IntegrationTestWidgetsFlutterBinding.ensureInitialized();` will not be added if `integration_test` package is not added to `dev_dependencies` + ## [1.7.2] - Hotfix release for broken comments * In the previous release, comments were broken. This release fixes the issue. diff --git a/pubspec.yaml b/pubspec.yaml index 5693fbf..482e2f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bdd_widget_test description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files. -version: 1.7.2 +version: 1.7.3 repository: https://github.com/olexale/bdd_widget_test issue_tracker: https://github.com/olexale/bdd_widget_test/issues