diff --git a/packages/adb/CHANGELOG.md b/packages/adb/CHANGELOG.md index 1b705449f..dbd5bdb34 100644 --- a/packages/adb/CHANGELOG.md +++ b/packages/adb/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +- Bump minimum Dart SDK to version 3.5.0 (#2371) + ## 0.4.0 - Add `getForwardedPorts` method to `Adb` (#2332) diff --git a/packages/adb/pubspec.yaml b/packages/adb/pubspec.yaml index 67a0e7616..7096ef177 100644 --- a/packages/adb/pubspec.yaml +++ b/packages/adb/pubspec.yaml @@ -1,6 +1,6 @@ name: adb description: Simple Dart wrapper around Android Debug Bridge. -version: 0.4.0 +version: 0.4.1 repository: https://github.com/leancodepl/patrol/tree/master/packages/adb issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+adb%22 diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 852bbeced..890ad9cb4 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.11.2 + +- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371) + ## 3.11.1 - Replace whitespace in test case name in `PatrolJUnitRunner.java`. (#2361) diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index e253824a3..ccb6bd7d2 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.11.1 +version: 3.11.2 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol issue_tracker: https://github.com/leancodepl/patrol/issues diff --git a/packages/patrol_cli/CHANGELOG.md b/packages/patrol_cli/CHANGELOG.md index a6574cbfe..07595853d 100644 --- a/packages/patrol_cli/CHANGELOG.md +++ b/packages/patrol_cli/CHANGELOG.md @@ -1,6 +1,7 @@ -## Unreleased +## 3.2.1 - Allow running Patrol tests from any subfolder of the project (#2351) +- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371) ## 3.2.0 diff --git a/packages/patrol_cli/lib/src/base/constants.dart b/packages/patrol_cli/lib/src/base/constants.dart index 4148d82ac..54be515e4 100644 --- a/packages/patrol_cli/lib/src/base/constants.dart +++ b/packages/patrol_cli/lib/src/base/constants.dart @@ -1,3 +1,3 @@ /// Version of Patrol CLI. Must be kept in sync with pubspec.yaml. /// If you update this, make sure that compatibility-table.mdx is updated (if needed) -const version = '3.2.0'; +const version = '3.2.1'; diff --git a/packages/patrol_cli/pubspec.yaml b/packages/patrol_cli/pubspec.yaml index d22f6745f..769d04a83 100644 --- a/packages/patrol_cli/pubspec.yaml +++ b/packages/patrol_cli/pubspec.yaml @@ -1,7 +1,7 @@ name: patrol_cli description: > Command-line tool for Patrol, a powerful Flutter-native UI testing framework. -version: 3.2.0 # Must be kept in sync with constants.dart +version: 3.2.1 # Must be kept in sync with constants.dart homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+patrol_cli%22 diff --git a/packages/patrol_devtools_extension/CHANGELOG.md b/packages/patrol_devtools_extension/CHANGELOG.md index 3e3e789bf..8481d6be5 100644 --- a/packages/patrol_devtools_extension/CHANGELOG.md +++ b/packages/patrol_devtools_extension/CHANGELOG.md @@ -2,3 +2,4 @@ - Make details view panel scrollable when content overflows (#2358) - Copy selector arguments with single quote (#2358) +- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371) diff --git a/packages/patrol_finders/CHANGELOG.md b/packages/patrol_finders/CHANGELOG.md index c289545e4..05febe9ed 100644 --- a/packages/patrol_finders/CHANGELOG.md +++ b/packages/patrol_finders/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.3 + +- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371) + ## 2.1.2 - Adjust `pumpWidget` to new `flutter_test` API. diff --git a/packages/patrol_finders/pubspec.yaml b/packages/patrol_finders/pubspec.yaml index 6f7a567cb..ef81535d6 100644 --- a/packages/patrol_finders/pubspec.yaml +++ b/packages/patrol_finders/pubspec.yaml @@ -1,6 +1,6 @@ name: patrol_finders description: Streamlined, high-level API on top of flutter_test. -version: 2.1.2 +version: 2.1.3 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