Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale committed Mar 30, 2024
1 parent b60cdc3 commit ad5ecf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ad5ecf6

Please sign in to comment.