Skip to content

Commit 6b95e4c

Browse files
chore(release): 10.0.1
1 parent 5c694f2 commit 6b95e4c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 10.0.1
2+
3+
* feat: [#1473](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1475) update intl constraints to allow use <0.21.0 by @deandreamatias
4+
* Also update native setup on example
5+
16
# 10.0.0
27

38
## BREAKING CHANGES

example/pubspec.lock

+1-1
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"
63+
version: "10.0.1"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
3+
version: 10.0.1
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
5-
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
65
homepage: https://github.com/flutter-form-builder-ecosystem
6+
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
77
topics:
88
- form
99
funding:

0 commit comments

Comments
 (0)