Skip to content

Commit

Permalink
patrol_cli: bump version to 2.2.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 15, 2023
1 parent e5f117c commit 6dd4f1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.0-dev.2

- Adjust generated `test_bundle.dart` to not depend on gRPC contracts (#1681)

This version requires version 2.3.0-dev.2 of `patrol` package.

## 2.2.0-dev.1

- Add support for `group()` (#1634)
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.2.0-dev.1';
const version = '2.2.0-dev.2';
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.2.0-dev.1 # Must be kept in sync with constants.dart
version: 2.2.0-dev.2 # 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 6dd4f1b

Please sign in to comment.