Skip to content

Commit

Permalink
chore: v0.6.1 (#108)
Browse files Browse the repository at this point in the history
* chore: add tests and workflow for exampl

* spell

* chore: v0.6.1
  • Loading branch information
renancaraujo authored Sep 20, 2023
1 parent 943e730 commit da79487
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da79487

Please sign in to comment.