Skip to content

Commit 21e9438

Browse files
chore(release): 7.5.0
1 parent 27abe5e commit 21e9438

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.5.0] - 27-Jul-2022
2+
3+
* Apply license BSD-3-clause
4+
* Remove unused parameters from FormBuilderDateTimePicker (#1086)
5+
* Refactor readme
6+
17
## [7.4.0] - 12-Jul-2022
28

39
* Added shape property to FormBuilderChoiceChip

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "7.4.0"
71+
version: "7.5.0"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 7.4.0
3+
version: 7.5.0
44
homepage: 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

0 commit comments

Comments
 (0)