Skip to content

Commit 3cd4f18

Browse files
Merge pull request #1435 from andresthinkme/main
chore(release): #1350 9.4.2
2 parents 16d3969 + d8b99f0 commit 3cd4f18

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
# [9.5.0]
2+
3+
## Fixes
4+
5+
* #1350: valueTransformer transform values to null
6+
* #1416: Added missing TextField properties to FormBuilderTextField
7+
* #1398: Add hint to FormBuilderDropdown
8+
* #1317: Added new property to form_builder_choice_chip
9+
110
# 9.4.1
211

312
## Features
413

514
* `FormBuilderTextField` Add missing fields from TextField
615

16+
## Other
17+
18+
* ci: replace deployment jobs for reuse workflow
19+
720
# 9.4.0
821

922
## Fixes

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "9.4.1"
63+
version: "9.5.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
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.
3-
version: 9.4.1
3+
version: 9.5.0
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)