Skip to content

Commit da79487

Browse files
authored
chore: v0.6.1 (#108)
* chore: add tests and workflow for exampl * spell * chore: v0.6.1
1 parent 943e730 commit da79487

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 0.6.0
1+
# 0.6.1
2+
3+
- fix(example): update validation to throw on empty values ([#100](https://github.com/VeryGoodOpenSource/formz/pull/100))
4+
- chore: update very good analysis to 5.1.0 ([#104](https://github.com/VeryGoodOpenSource/formz/pull/104))
5+
- fix(docs): wrong docs ([#106](https://github.com/VeryGoodOpenSource/formz/pull/106))
6+
7+
- # 0.6.0
28

39
- feat: add FormzInputErrorCacheMixin mixin
410
- feat: add isInProgressOrSuccess to FormzSubmissionStatusX

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/formz/issues
55
homepage: https://github.com/VeryGoodOpenSource/formz
66
documentation: https://github.com/VeryGoodOpenSource/formz
77

8-
version: 0.6.0
8+
version: 0.6.1
99

1010
environment:
1111
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)