Skip to content

Commit

Permalink
chore(release): 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Feb 25, 2023
1 parent 60ba9a9 commit 499ea13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
channel: [stable, beta]
channel: [stable]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.5.0]

* Remove flutter_chips_input dependency
* Remove touch_input dependency
* Update dependencies
* Built with Flutter 3.7

## [8.4.0] - 28-Oct-2022

* Set by default flex loose to `FormBuilderSearchableDropdown`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.4.0"
version: "8.5.0"
form_builder_validators:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_builder_extra_fields
description: Additional ready-made form input fields for flutter_form_builder package
version: 8.4.0
version: 8.5.0
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues
homepage: https://github.com/flutter-form-builder-ecosystem
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields
Expand Down

0 comments on commit 499ea13

Please sign in to comment.