Skip to content

Commit

Permalink
Merge pull request #2205 from leancodepl/chore/deps
Browse files Browse the repository at this point in the history
Bump `patrol_finders` min Flutter SDK to 3.22
  • Loading branch information
piotruela authored May 23, 2024
2 parents 3c156b5 + b4ba4d2 commit 1a26d77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.1.2

- Adjust `pumpWidget` to new `flutter_test` API.
- Bump min Flutter SDK to 3.22

## 2.1.1

- Revert: Adjust `pumpWidget` to new `flutter_test` API.

## 2.1.0

- Adjust `pumpWidget` to new `flutter_test` API.
Expand Down
4 changes: 2 additions & 2 deletions 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: 2.1.0
version: 2.1.2
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_finders
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3Apackage%3Apatrol_finders
Expand All @@ -12,7 +12,7 @@ screenshots:

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'
flutter: '>=3.22.0'

dependencies:
flutter:
Expand Down

0 comments on commit 1a26d77

Please sign in to comment.