Skip to content

Commit

Permalink
patrol: bump version to 3.1.0 (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Nov 30, 2023
1 parent 1ea8737 commit 91397f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.1.0

- Implement `patrolSetUp()` and `patrolTearDown()`, which are equivalents of
vanilla `setUp()` and `tearDown()` but work with Patrol's native automation
and test bundling feature (#1967) (#1721)

## 3.0.3

- Implement `$.native.swipe()` on iOS (#1927)
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patrol
description: >
Powerful Flutter-native UI testing framework overcoming limitations of
existing Flutter testing tools. Ready for action!
version: 3.0.3
version: 3.1.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down

0 comments on commit 91397f2

Please sign in to comment.