Skip to content

Commit

Permalink
Merge pull request #2428 from leancodepl/update-patrol-finders
Browse files Browse the repository at this point in the history
Bump patrol_finders
  • Loading branch information
pdenert authored Nov 22, 2024
2 parents 7ab26fb + 16a9017 commit 952f225
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0

- Update `patrol_log`.

## 2.4.0

- Wrap actions on finders with patrol logs.
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.4.0
version: 2.5.0
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 @@ -20,7 +20,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.10.0
patrol_log: ^0.1.0
patrol_log: ^0.2.0

dev_dependencies:
leancode_lint: ^14.2.0

0 comments on commit 952f225

Please sign in to comment.