Skip to content

Commit

Permalink
patrol: bump version to 0.10.10 (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Feb 8, 2023
1 parent 9c5013c commit f495524
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.10

- Fix crash `Instrumentation run failed due to Process crashed` on Android
(#902)

## 0.10.9

- Improve error message when trying to use `NativeAutomator`, but it's not
Expand Down
2 changes: 2 additions & 0 deletions packages/patrol/lib/src/binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ Thrown by PatrolBinding.
textDirection: TextDirection.ltr,
children: [
RepaintBoundary(child: rootWidget),
// Prevents crashes when Android activity is resumed
// See https://github.com/leancodepl/patrol/issues/901
ExcludeSemantics(
child: Padding(
padding: EdgeInsets.only(
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: >
Simple yet powerful Flutter-native UI testing framework eliminating
limitations of flutter_test, integration_test, and flutter_driver.
version: 0.10.9
version: 0.10.10
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 f495524

Please sign in to comment.