Skip to content

Commit

Permalink
Post release fixes (#1902)
Browse files Browse the repository at this point in the history
* patrol: bump version to 3.0.1

* patrol-publish: add CI step verifying that devtools is built
  • Loading branch information
bartekpacia authored Nov 14, 2023
1 parent 9e70870 commit 3435a60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/patrol-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
working-directory: packages/patrol_devtools_extension
run: ./publish_to_patrol_extension

- name: Verify that built DevTools extension is in the correct location
working-directory: packages/patrol
run: test ! -z "$(ls -lA extension/devtools/build)"

- name: Publish to pub.dev
id: pub_release
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1
Expand Down
6 changes: 5 additions & 1 deletion packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 3.0.1

- Fix extension code not being bundled by GitHub Actions workflow (#1902)

## 3.0.0

Give a warm welcome to the new **Patrol DevTools Extension**!

Patrol DevTools extension allows you to explore the native view hierarchy when
developing tests with `patrol develop`. . Now you can easily see what Android /
developing tests with `patrol develop`. Now you can easily see what Android /
iOS views are currently visible and discover their properties so that they can
be used in native selectors like `$.native.tap()`. You don’t have to use any
external tools for that. This is just the beginning, and we plan to add more
Expand Down
4 changes: 2 additions & 2 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patrol
description: >
Powerful Flutter-native UI testing framework overcoming limitations of
existing Flutter testing tools. Ready for action!
version: 3.0.0
version: 3.0.1
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
Expand All @@ -21,7 +21,7 @@ dependencies:
json_annotation: ^4.6.0
meta: ^1.7.0
path: ^1.8.2
patrol_finders: ^1.0.0
patrol_finders: ^2.0.0
shelf: ^1.4.1
test_api: '>=0.4.0 <0.7.0'

Expand Down

0 comments on commit 3435a60

Please sign in to comment.