Skip to content

Commit 37ca421

Browse files
committed
Prepare release v0.11.0
1 parent fd980c0 commit 37ca421

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- Add support for Flutter 3.20
6+
- Update `checks` to 0.3.0 #48
7+
- Remove deprecated property `selector` from `withProp()` and `hasProp()`. Use `elementSelector` instead
8+
- Widen `test_api` version range to include `0.7.X`
9+
310
## 0.10.0
411

512
### High-level API changes

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spot
2-
description: Chainable powerful finder API, screenshots and assertions for awesome widget tests.
3-
version: 0.10.0
2+
description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests.
3+
version: 0.11.0
44
repository: https://github.com/passsy/spot
55
issue_tracker: https://github.com/passsy/spot/issues
66

0 commit comments

Comments
 (0)