Skip to content

Commit

Permalink
Merge pull request #2156 from leancodepl/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
piotruela authored Mar 18, 2024
2 parents 20c1e88 + d072d26 commit 9577d2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/compatibility-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ the table below to assess which version you should use.

| patrol | patrol_cli |
| -------------- | -------------- |
| 3.4.0 - | 2.6.0 - |
| 3.6.0 - | 2.6.5 - |
| 3.4.0 - 3.5.2 | 2.6.0 - 2.6.4 |
| 3.0.0 - 3.3.0 | 2.3.0 - 2.5.0 |
| 2.3.0 - 2.3.2 | 2.2.0 - 2.2.2 |
| 2.0.1 - 2.2.5 | 2.0.1 - 2.1.5 |
Expand Down
1 change: 1 addition & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.6.0

- Add clearing textfield before entering text on iOS (#2145).
- Added the NativeAutomator2, which allows to interact with native using selectors designated for a specific platform (AndroidSelector and IOSSelector) (#2132).
- Add support for --app-server-port and --test-server-port on Android (#2154).

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,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 = '2.6.4';
const version = '2.6.5';
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.6.4 # Must be kept in sync with constants.dart
version: 2.6.5 # 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 9577d2e

Please sign in to comment.