Skip to content

Commit b8cf574

Browse files
authored
Merge pull request #144 from eBay/update-changelog
update changelog / version #
2 parents fbb1564 + 0908bf1 commit b8cf574

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/golden_toolkit/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
- Updated to Flutter 2.8 / Dart 2.15
6+
- 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!
7+
- Updated documentation. Thanks @HugoHeneault, @nilsreichardt
8+
39
## 0.12.0
410

511
- Add new convenience method to GoldenBuilder: ```.addScenarioBuilder('scenario name', (context) => widgetUnderTest)```. Thanks to @toshiossada for the contribution.

packages/golden_toolkit/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "0.12.0"
76+
version: "0.13.0"
7777
lints:
7878
dependency: transitive
7979
description:

packages/golden_toolkit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: golden_toolkit
22
description: Common patterns for screenshot-based widget testing using Goldens.
3-
version: 0.12.0
3+
version: 0.13.0
44
homepage: https://github.com/eBay/flutter_glove_box/
55
repository: https://github.com/eBay/flutter_glove_box/tree/master/packages/golden_toolkit
66
issue_tracker: https://github.com/eBay/flutter_glove_box/issues

0 commit comments

Comments
 (0)