diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bd041..21f27eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +* Minor documentation changes since publication. + ## 0.0.1 * Initial release. diff --git a/README.md b/README.md index ff1caef..6585884 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

## Description @@ -95,7 +95,7 @@ Future testExecutable(FutureOr Function() testMain) { According to the config, **12 goldens** will be generated for each test: **2 locales** x **2 themes** x **3 devises**. -> For example [goldens for SampleItemListView](example/test/src/sample_feature/goldens). +> For example [goldens for SampleItemListView](example/test/src/settings/goldens). ### Usage diff --git a/pubspec.yaml b/pubspec.yaml index 06cb2c7..3d3ef73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: surf_widget_test_composer description: Widget Test Composer is a utility package designed to simplify widget and golden testing processes using golden_toolkit package. -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/surfstudio/flutter-surf-widget-test-composer repository: https://github.com/surfstudio/flutter-surf-widget-test-composer