From 242c5eae4604e5751b9fb05419f2fe01e160effc Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sat, 27 Jan 2024 04:23:02 +0100 Subject: [PATCH] Prepare release 0.10.0-beta.2 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33ee1f3..ebb596cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.10.0-beta.2 + +- New `getDiagnosticProp('name')` for easy access to the values of a diagnostic property #40 +- New `hasEffectiveTextStyle`, `withEffectiveTextStyleMatching()`, `withEffectiveTextStyle()` #36, #38 +- Tons of documentation and examples #37, #39 +- Restructure of internal files + ## 0.10.0-beta.1 Eventually **Breaking**, but only the class names. The end user API stays the same. diff --git a/pubspec.yaml b/pubspec.yaml index cce23036..5e688e97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spot description: Chainable powerful finder API, screenshots and assertions for awesome widget tests. -version: 0.10.0-beta.1 +version: 0.10.0-beta.2 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues