Skip to content

Commit 9e8e2f2

Browse files
committed
update version to 2.1.0
1 parent de94c7a commit 9e8e2f2

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.0] - Update dependencies
2+
3+
* Update min SDK to 3.7.0
4+
* Update build_runner and dependencies (by @lsaudon)
5+
* Remove Extra Curly Braces from Data Table Variables in Scenario Outlines (by @tide-khushal)
6+
17
## [2.0.1] - Custom headers support
28

39
* Add `customHeaders` configuration option to include custom header lines (imports, comments, etc.) in all generated step files and feature files

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: bdd_widget_test
22
description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files.
3-
version: 2.0.1
3+
version: 2.1.0
44
repository: https://github.com/olexale/bdd_widget_test
55
issue_tracker: https://github.com/olexale/bdd_widget_test/issues
66

77
environment:
8-
sdk: ">=2.18.0 <4.0.0"
8+
sdk: ^3.7.0
99

1010
dependencies:
1111
build: ^4.0.0
@@ -21,6 +21,6 @@ dependencies:
2121

2222
dev_dependencies:
2323
build_runner: ^2.8.0
24-
build_test: ^3.3.2
24+
build_test: ^3.4.0
2525
test: ^1.26.3
26-
very_good_analysis: ^9.0.0
26+
very_good_analysis: ^10.0.0

0 commit comments

Comments
 (0)