diff --git a/packages/patrol_finders/CHANGELOG.md b/packages/patrol_finders/CHANGELOG.md index d89ff5c65..20915442f 100644 --- a/packages/patrol_finders/CHANGELOG.md +++ b/packages/patrol_finders/CHANGELOG.md @@ -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 diff --git a/packages/patrol_finders/pubspec.yaml b/packages/patrol_finders/pubspec.yaml index 654f5e82f..9ded17465 100644 --- a/packages/patrol_finders/pubspec.yaml +++ b/packages/patrol_finders/pubspec.yaml @@ -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