Skip to content

Commit 68e722d

Browse files
chore(release): 10.0.0-dev.1
1 parent b920546 commit 68e722d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [10.0.0-dev.1]
2+
3+
### BREAKING CHANGE
4+
5+
- Update constraints to Flutter 3.10
6+
- Update intl to 0.18
7+
18
## [9.0.0]
29

310
### BREAKING CHANGE

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: "9.0.0"
214+
version: "10.0.0-dev.1"
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: 9.0.0
3+
version: 10.0.0-dev.1
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)