Skip to content

Commit

Permalink
Release Patrol 2.0 (#1407)
Browse files Browse the repository at this point in the history
* update patrol to 2.0.0

* patrol_cli: bump version to 2.0.0
  • Loading branch information
bartekpacia authored Jun 27, 2023
1 parent 7777be8 commit 33cef26
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Unreleased
## 2.0.0

Patrol 2.0 is released!

- Read the changelog and migration guide [here](https://patrol.leancode.co/v2)
- Read the article about how Patrol 2.0 fixes the `integration_test` plugin
[here](https://leancode.co/blog/patrol-2-0-improved-flutter-ui-testing)

This version requires version 2.0.0 of `patrol_cli` package.

## 1.1.5

- Fix tests failing when using native automation on Android + Flutter 3.10
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: 1.1.5
version: 2.0.0
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down
10 changes: 8 additions & 2 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Unreleased
## 2.0.0

[Patrol 2.0 is released!](https://leancode.co/blog)
Patrol 2.0 is released!

- Read the changelog and migration guide [here](https://patrol.leancode.co/v2)
- Read the article about how Patrol 2.0 fixes the `integration_test` plugin
[here](https://leancode.co/blog/patrol-2-0-improved-flutter-ui-testing)

This version requires version 2.0.0 of `patrol` package.

## 1.1.11

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 = '1.1.11';
const version = '2.0.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: 1.1.11 # Must be kept in sync with constants.dart
version: 2.0.0 # Must be kept in sync with constants.dart
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand Down

0 comments on commit 33cef26

Please sign in to comment.