From a6ae919ee8cafc9e24e4290e7237b8b6267a65ee Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 16 May 2024 12:49:32 +0200 Subject: [PATCH] Prepare Release 0.3.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d195cb4..611eb426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.3 + +- Widen test_api range to support Flutter 3.22 + ## 0.3.2 - Export all types from `checks.dart` which are required to use `hasProp` diff --git a/pubspec.yaml b/pubspec.yaml index 02a14918..875b886c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spot description: Chainable finders and better assertions for powerful widget tests. -version: 0.3.2 +version: 0.3.3 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues