Skip to content

Commit

Permalink
Merge pull request #2049 from leancodepl/prepare-release
Browse files Browse the repository at this point in the history
Prepare patrol_cli 2.6.0 and patrol 3.4.0 version release
  • Loading branch information
piotruela authored Jan 8, 2024
2 parents f9fd182 + 3e14378 commit 414d73c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.0.0 - | 2.3.0 - |
| 3.4.0 - | 2.6.0 - |
| 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 |
| 2.0.0 | 2.0.0 |
Expand Down
6 changes: 4 additions & 2 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Unreleased
## 3.4.0

- Allow for changing the port when running on iOS (#2027).

To do so, pass `test-server-port` (default 8081) and `app-server-port`
(default 8082) to Patrol CLI commands (e.g `patrol test`)

This version requires version UNRELEASED of `patrol_cli` package.
- Fix `patrolSetUp()` and `patrolTearDown()` not working in `patrol develop` (#2023).

This version requires version 2.6.0 of `patrol_cli` package.

## 3.3.0

Expand Down
4 changes: 2 additions & 2 deletions packages/patrol_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.6.0

- Allow for changing the port when running on iOS (#2027).

Expand All @@ -7,7 +7,7 @@

- Do not open devtools by default when `patrol develop` is executed (#2048).

This version requires version UNRELEASED of `patrol` package.
This version requires version 3.4.0 of `patrol` package.

## 2.5.0

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.5.0';
const version = '2.6.0';

0 comments on commit 414d73c

Please sign in to comment.