Skip to content

Commit

Permalink
Merge pull request #2402 from leancodepl/bump-patrol-log-versions
Browse files Browse the repository at this point in the history
Bump patrol log versions
  • Loading branch information
pdenert authored Nov 8, 2024
2 parents ae75e38 + 592b3d7 commit 4e1ff4b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
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.13.0-dev.2

- Bump `patrol_log` version.

## 3.13.0-dev.1

- Add support for the patrol_log package. (#2387)
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
http: '^1.1.0'
json_annotation: ^4.8.1
meta: ^1.10.0
patrol_finders: ^2.2.0
patrol_log: ^0.0.1+1
patrol_finders: ^2.2.0+1
patrol_log: ^0.0.1+2
shelf: ^1.4.1
test_api: '^0.7.0'

Expand Down
4 changes: 4 additions & 0 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.0-dev.2

- Bump `patrol_log` version.

## 3.4.0-dev.1

- Add support for the patrol_log package. (#2387)
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 = '3.4.0-dev.1';
const version = '3.4.0-dev.2';
4 changes: 2 additions & 2 deletions 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: 3.4.0-dev.1 # Must be kept in sync with constants.dart
version: 3.4.0-dev.2 # 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 Expand Up @@ -30,7 +30,7 @@ dependencies:
mason_logger: ^0.2.10
meta: ^1.10.0
path: ^1.8.3
patrol_log: ^0.0.1+1
patrol_log: ^0.0.1+2
platform: ^3.1.3
process: ^5.0.1
pub_updater: ^0.4.0
Expand Down
4 changes: 4 additions & 0 deletions packages/patrol_finders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0+1

- Bump `patrol_log` version.

## 2.2.0

- Use `patrol_log` in `PatrolTester` methods.
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patrol_finders
description: Streamlined, high-level API on top of flutter_test.
version: 2.2.0
version: 2.2.0+1
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
Expand All @@ -20,7 +20,7 @@ dependencies:
flutter_test:
sdk: flutter
meta: ^1.10.0
patrol_log: ^0.0.1+1
patrol_log: ^0.0.1+2

dev_dependencies:
leancode_lint: ^14.2.0

0 comments on commit 4e1ff4b

Please sign in to comment.