Skip to content

Commit

Permalink
patrol_finders: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 14, 2023
1 parent 88e6555 commit c73adfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Unreleased
## 2.0.0

- Bump minimum supported Flutter version to 3.16
- Bump minimum supported Flutter version to 3.16 to be compatible with breaking
changes in `flutter_test`
- **BREAKING**:
- Remove deprecated `andSettle` from all `PatrolTester` and `PatrolFinder`
methods. Use `settlePolicy` instead (#1892)
- The deprecated `andSettle` method has been removed from all `PatrolTester`
and `PatrolFinder` methods like `tap()`, `enterText()`, and so on. Developers
should now use `settlePolicy` as a replacement, which has been available since
June (#1892)
- The default `settlePolicy` has been changed to `trySettle` (#1892)

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patrol_finders
description: Streamlined, high-level API on top of `flutter_test`.
version: 1.0.0
version: 2.0.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down

0 comments on commit c73adfc

Please sign in to comment.