diff --git a/CHANGELOG.md b/CHANGELOG.md index 600eed6..b44bd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# 0.6.0 +# 0.6.1 + +- fix(example): update validation to throw on empty values ([#100](https://github.com/VeryGoodOpenSource/formz/pull/100)) +- chore: update very good analysis to 5.1.0 ([#104](https://github.com/VeryGoodOpenSource/formz/pull/104)) +- fix(docs): wrong docs ([#106](https://github.com/VeryGoodOpenSource/formz/pull/106)) + +- # 0.6.0 - feat: add FormzInputErrorCacheMixin mixin - feat: add isInProgressOrSuccess to FormzSubmissionStatusX diff --git a/pubspec.yaml b/pubspec.yaml index d99687c..87b2d4f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/formz/issues homepage: https://github.com/VeryGoodOpenSource/formz documentation: https://github.com/VeryGoodOpenSource/formz -version: 0.6.0 +version: 0.6.1 environment: sdk: ">=2.14.0 <3.0.0"