Skip to content

Commit f54da3a

Browse files
Merge pull request #1093 from flutter-form-builder-ecosystem/release/7.5.0
Release/7.5.0
2 parents 943287f + 21e9438 commit f54da3a

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.github/workflows/base.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,12 @@ jobs:
7979
sh ./tool/pub_login.sh
8080
- name: Publish package
8181
run: dart pub publish -v -f
82+
- name: Build changelog
83+
id: github_release
84+
uses: mikepenz/release-changelog-builder-action@v3
85+
env:
86+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87+
- name: Create release
88+
uses: softprops/[email protected]
89+
with:
90+
body: ${{steps.github_release.outputs.changelog}}

CHANGELOG.md

+6
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

+1-1
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

+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: 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)