diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f86f4c4..b2e6a436a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 9.7.0 + +## Fixes + +* [FormBuilderDateTimePicker] #1444 "cancel" button behavior fix +* [FormBuilderDropdown] #1434 Replace dropdown + +## Features + +* [FormBuilderChoiceChip] #1448 add missing properties + # 9.6.0 * Build with Flutter 3.27 diff --git a/example/pubspec.lock b/example/pubspec.lock index 111fabce2..5abc1d796 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.6.0" + version: "9.7.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 76279e0df..0a8dded73 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.6.0 +version: 9.7.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