Skip to content

Commit ec7543b

Browse files
chore(release): 10.0.0-dev.2
1 parent 042225a commit ec7543b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 10.0.0-dev.2
2+
3+
* feat: #1458 improve autovalidate modes by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1460
4+
* Solves issues #1364 and #1457
5+
16
# 10.0.0-dev.1
27

38
* feat: #1297 Improve focus behavior by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1453

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "10.0.0-dev.1"
63+
version: "10.0.0-dev.2"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 10.0.0-dev.1
3+
version: 10.0.0-dev.2
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem
77
topics:
88
- form
9-
- forms
109
funding:
1110
- https://opencollective.com/flutter-form-builder-ecosystem
1211

0 commit comments

Comments
 (0)