Skip to content

Commit

Permalink
update changelog / version #
Browse files Browse the repository at this point in the history
  • Loading branch information
coreysprague committed Jan 11, 2022
1 parent fbb1564 commit 0908bf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/golden_toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.13.0

- Updated to Flutter 2.8 / Dart 2.15
- Resolved an issue where testGoldens() tests were mis-labeled as test groups, which caused issues in VSCode's text explorer. Thanks @DanTup for the fix!
- Updated documentation. Thanks @HugoHeneault, @nilsreichardt

## 0.12.0

- Add new convenience method to GoldenBuilder: ```.addScenarioBuilder('scenario name', (context) => widgetUnderTest)```. Thanks to @toshiossada for the contribution.
Expand Down
2 changes: 1 addition & 1 deletion packages/golden_toolkit/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.12.0"
version: "0.13.0"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/golden_toolkit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: golden_toolkit
description: Common patterns for screenshot-based widget testing using Goldens.
version: 0.12.0
version: 0.13.0
homepage: https://github.com/eBay/flutter_glove_box/
repository: https://github.com/eBay/flutter_glove_box/tree/master/packages/golden_toolkit
issue_tracker: https://github.com/eBay/flutter_glove_box/issues
Expand Down

0 comments on commit 0908bf1

Please sign in to comment.