From 53bd9294a364aaae03b83dabe0bb13de5cc1c58f Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Wed, 18 Dec 2024 16:09:29 +0100 Subject: [PATCH] chore(release): 9.6.0 --- CHANGELOG.md | 10 ++++++++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a23f76a7..e6f86f4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ -# [9.5.0] +# 9.6.0 + +* Build with Flutter 3.27 +* `FormBuilderFilterChip` and `FormBuilderChoiceChip`: Add [side] parameter +* `FormBuilderDateTimePicker`: Add "barrierDismissible" + +# 9.5.0 ## Fixes * #1350: valueTransformer transform values to null * #1416: Added missing TextField properties to FormBuilderTextField -* #1398: Add hint to FormBuilderDropdown +* #1398: Add hint to FormBuilderDropdown * #1317: Added new property to form_builder_choice_chip # 9.4.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index f4cbc50af..111fabce2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.5.0" + version: "9.6.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7d730c851..76279e0df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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: 9.5.0 +version: 9.6.0 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