From 91397f2059773e4e2a29125dc9b13bc558f0a6a9 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Thu, 30 Nov 2023 10:42:00 +0100 Subject: [PATCH] patrol: bump version to 3.1.0 (#1968) --- packages/patrol/CHANGELOG.md | 6 ++++++ packages/patrol/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 82f84e5fe..d7116724f 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -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) diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index 51574906b..0c76779ea 100644 --- a/packages/patrol/pubspec.yaml +++ b/packages/patrol/pubspec.yaml @@ -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