Skip to content

Commit fb2f3eb

Browse files
authored
Merge pull request #2964 from leancodepl/chore/update-patrol-description
Update patrol description
2 parents ffebb8b + df0917f commit fb2f3eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/patrol/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 4.3.0
22

33
- Fix WASM compatibility by migrating conditional imports from `dart.library.html` to `dart.library.js_interop`. (#2960)
44

packages/patrol/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: patrol
22
description: >
3-
Powerful Flutter-native UI testing framework overcoming limitations of
4-
existing Flutter testing tools. Ready for action!
5-
version: 4.2.0
3+
A powerful, multiplatform E2E UI testing framework for Flutter apps that
4+
overcomes the limitations of integration_test by handling native interactions.
5+
version: 4.3.0
66
homepage: https://patrol.leancode.co
77
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol
88
issue_tracker: https://github.com/leancodepl/patrol/issues
99
documentation: https://patrol.leancode.co
10-
topics: [test, integration-test, ui-test, patrol]
10+
topics: [test, integration-test, ui-test, e2e, native-automation]
1111
screenshots:
1212
- description: The Patrol framework logo.
1313
path: screenshots/logo.png

0 commit comments

Comments
 (0)