From 9cfaedc7bb3f54be3b67e386079bcd0ba23b3d6b Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 14 Nov 2023 20:08:47 +0100 Subject: [PATCH] patrol: bump version to 3.0.1 --- packages/patrol/CHANGELOG.md | 6 +++++- packages/patrol/pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index ed4c83a72..208c031fa 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,9 +1,13 @@ +## 3.0.1 + +- Fix extension code not being bundled by GitHub Actions workflow (#) + ## 3.0.0 Give a warm welcome to the new **Patrol DevTools Extension**! Patrol DevTools extension allows you to explore the native view hierarchy when -developing tests with `patrol develop`. . Now you can easily see what Android / +developing tests with `patrol develop`. Now you can easily see what Android / iOS views are currently visible and discover their properties so that they can be used in native selectors like `$.native.tap()`. You don’t have to use any external tools for that. This is just the beginning, and we plan to add more diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index a3f336bef..7b1559c9d 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.0 +version: 3.0.1 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol issue_tracker: https://github.com/leancodepl/patrol/issues @@ -21,7 +21,7 @@ dependencies: json_annotation: ^4.6.0 meta: ^1.7.0 path: ^1.8.2 - patrol_finders: ^1.0.0 + patrol_finders: ^2.0.0 shelf: ^1.4.1 test_api: '>=0.4.0 <0.7.0'