From ffa850f37f0287e0c70c20886c6fd2b6fec02754 Mon Sep 17 00:00:00 2001 From: Andres Ooghe Date: Thu, 10 Oct 2024 09:55:06 +0200 Subject: [PATCH 1/2] chore(release): 9.4.2 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41efca628..1cb1e6222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [9.4.2] + +## Fixes + +* #1350 valueTransformer transform values to null + # 9.4.1 ## Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 6099c1dd6..778afba9b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.4.1" + version: "9.4.2" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 2c69b069e..97ac700c1 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.4.1 +version: 9.4.2 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 From d8b99f06f83648ab59e6f3a99b376375230e4cb3 Mon Sep 17 00:00:00 2001 From: Andres Ooghe Date: Fri, 11 Oct 2024 09:26:31 +0200 Subject: [PATCH 2/2] added all features and changes and fixed version --- CHANGELOG.md | 11 +++++++++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb1e6222..3a23f76a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# [9.4.2] +# [9.5.0] ## Fixes -* #1350 valueTransformer transform values to null +* #1350: valueTransformer transform values to null +* #1416: Added missing TextField properties to FormBuilderTextField +* #1398: Add hint to FormBuilderDropdown +* #1317: Added new property to form_builder_choice_chip # 9.4.1 @@ -10,6 +13,10 @@ * `FormBuilderTextField` Add missing fields from TextField +## Other + +* ci: replace deployment jobs for reuse workflow + # 9.4.0 ## Fixes diff --git a/example/pubspec.lock b/example/pubspec.lock index 778afba9b..400ae348b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.4.2" + version: "9.5.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 97ac700c1..0c6f7e786 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.4.2 +version: 9.5.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