Skip to content

Commit

Permalink
chore(release): 10.0.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jan 13, 2025
1 parent 042225a commit ec7543b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 10.0.0-dev.2

* feat: #1458 improve autovalidate modes by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1460
* Solves issues #1364 and #1457

# 10.0.0-dev.1

* feat: #1297 Improve focus behavior by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1453
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
path: ".."
relative: true
source: path
version: "10.0.0-dev.1"
version: "10.0.0-dev.2"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: flutter_form_builder
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.
version: 10.0.0-dev.1
version: 10.0.0-dev.2
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
homepage: https://github.com/flutter-form-builder-ecosystem
topics:
- form
- forms
funding:
- https://opencollective.com/flutter-form-builder-ecosystem

Expand Down

0 comments on commit ec7543b

Please sign in to comment.