Skip to content

Commit

Permalink
Add screenshots to pubspec.yaml of user-facing packages (#1917)
Browse files Browse the repository at this point in the history
* add screenshots to all user-facing packages

* update pubspecs and changelogs of pkgs
  • Loading branch information
bartekpacia authored Nov 16, 2023
1 parent 0829eaf commit 68a0a90
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/adb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Bump minimum Dart SDK to version 3.2.0 (#1917)

## 0.3.0

- Clean up (#1903)
Expand Down
2 changes: 1 addition & 1 deletion packages/adb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/leancodepl/patrol/tree/master/packages/adb
issue_tracker: https://github.com/leancodepl/patrol/issues?q=is%3Aopen+is%3Aissue+label%3A%22package%3A+adb%22

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.2.0 <4.0.0'

dev_dependencies:
leancode_lint: ^7.0.0+1
Expand Down
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.0.2+1

- Add screenshots to `pubspec.yaml` (#1917)

## 3.0.2

- Bump dependencies for Flutter 3.16 and Dart 3.2
Expand Down
12 changes: 6 additions & 6 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: patrol
description: >
Powerful Flutter-native UI testing framework overcoming limitations of
existing Flutter testing tools. Ready for action!
version: 3.0.2
version: 3.0.2+1
homepage: https://patrol.leancode.co
repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol
issue_tracker: https://github.com/leancodepl/patrol/issues
topics:
- test
- integration-test
- ui-test
- patrol
documentation: https://patrol.leancode.co
topics: [test, integration-test, ui-test, patrol]
screenshots:
- description: The Patrol framework logo.
path: screenshots/logo.png

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down
Binary file added packages/patrol/screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@
## 2.3.1+1

- Add screenshots to `pubspec.yaml` (#1917)

## 2.3.1

- Bump dependencies for Flutter 3.16 and Dart 3.2
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,2 +1,2 @@
/// Version of Patrol CLI. Must be kept in sync with pubspec.yaml.
const version = '2.3.1';
const version = '2.3.1+1';
11 changes: 6 additions & 5 deletions packages/patrol_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: patrol_cli
description: >
Command-line tool for Patrol, a powerful Flutter-native UI testing framework.
version: 2.3.1 # Must be kept in sync with constants.dart
version: 2.3.1+1 # 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
topics:
- test
- cli
- patrol
documentation: https://patrol.leancode.co
topics: [test, cli, patrol]
screenshots:
- description: The Patrol framework logo.
path: screenshots/logo.png

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down
Binary file added packages/patrol_cli/screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0.1+1

- Add screenshots to `pubspec.yaml` (#1917)

## 2.0.1

- Bump dependencies for Flutter 3.16 and Dart 3.2
Expand Down
11 changes: 6 additions & 5 deletions packages/patrol_finders/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: patrol_finders
description: Streamlined, high-level API on top of flutter_test.
version: 2.0.1
version: 2.0.1+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
topics:
- test
- widget-test
- patrol
documentation: https://patrol.leancode.co
topics: [test, widget-test, patrol]
screenshots:
- description: The Patrol framework logo.
path: screenshots/logo.png

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down
Binary file added packages/patrol_finders/screenshots/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68a0a90

Please sign in to comment.