Skip to content

Commit 725e503

Browse files
chore(release): 10.0.0
1 parent e3750c2 commit 725e503

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1+
## [10.0.0]
2+
3+
### BREAKING CHANGE
4+
5+
* Update constraints to Dart 3
6+
* Update constraints to Flutter 3.10
7+
* Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
8+
19
## [10.0.0-dev.2]
210

311
### BREAKING CHANGE
412

5-
- Update constraints to Dart 3
13+
* Update constraints to Dart 3
614

715
## [10.0.0-dev.1]
816

917
### BREAKING CHANGE
1018

11-
- Update constraints to Flutter 3.10
12-
- Update intl to 0.18
19+
* Update constraints to Flutter 3.10
20+
* Update intl to 0.18
1321

1422
## [9.0.0]
1523

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ packages:
211211
path: ".."
212212
relative: true
213213
source: path
214-
version: "10.0.0-dev.2"
214+
version: "10.0.0"
215215
form_builder_validators:
216216
dependency: "direct main"
217217
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_extra_fields
22
description: Additional ready-made form input fields for flutter_form_builder package
3-
version: 10.0.0-dev.2
3+
version: 10.0.0
44
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields

0 commit comments

Comments
 (0)