Skip to content

Commit

Permalink
Prepare release 0.10.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jan 27, 2024
1 parent 41941ef commit 242c5ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.10.0-beta.2

- New `getDiagnosticProp<T>('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.
Expand Down
2 changes: 1 addition & 1 deletion 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-beta.1
version: 0.10.0-beta.2
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit 242c5ea

Please sign in to comment.