Skip to content

Commit

Permalink
Merge pull request #2004 from leancodepl/prepare_release
Browse files Browse the repository at this point in the history
Prepare version with macOS support for the release
  • Loading branch information
piotruela authored Dec 12, 2023
2 parents d2c7493 + 97e7436 commit f4e746a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/e2e_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ packages:
path: "../../packages/patrol"
relative: true
source: path
version: "3.1.0"
version: "3.2.0"
patrol_finders:
dependency: transitive
description:
Expand Down
4 changes: 4 additions & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.0

- Add support for running patrol tests on macOS (alpha) (#1847)

## 3.1.0

- Implement `patrolSetUp()` and `patrolTearDown()`, which are equivalents of
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.1.0
version: 3.2.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
3 changes: 2 additions & 1 deletion packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased
## 2.4.0

- Add support for running patrol tests on macOS (alpha) (#1847)
- Set `--destination-timeout 1` when calling `xcodebuild test-without-building`
to fail faster in error conditions (#1979)
- Set `--only-testing RunnerUITests/RunnerUITests` to ignore other XCTest that
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/base/constants.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
const version = '2.3.1+1';
const version = '2.4.0';
2 changes: 1 addition & 1 deletion packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: patrol_cli
description: >
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
version: 2.3.1+1 # Must be kept in sync with constants.dart
version: 2.4.0 # 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
Expand Down

0 comments on commit f4e746a

Please sign in to comment.