diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index 49a6729..6bb4d2b 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - channel: [stable, beta] + channel: [stable] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c245a68..41a3b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/example/pubspec.lock b/example/pubspec.lock index 7bcd08b..12fca11 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 5504429..1771d63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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