Skip to content

Commit

Permalink
Prepare release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Feb 19, 2024
1 parent fd980c0 commit 37ca421
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.11.0

- Add support for Flutter 3.20
- Update `checks` to 0.3.0 #48
- Remove deprecated property `selector` from `withProp()` and `hasProp()`. Use `elementSelector` instead
- Widen `test_api` version range to include `0.7.X`

## 0.10.0

### High-level API changes
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spot
description: Chainable powerful finder API, screenshots and assertions for awesome widget tests.
version: 0.10.0
description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests.
version: 0.11.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit 37ca421

Please sign in to comment.