From 94d277ae398da80e41984df6202b5c310f5d7015 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Thu, 11 May 2023 11:59:38 +0200 Subject: [PATCH] chore(release): 9.0.0-dev.1 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d79fa142..4bc0357ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.0.0-dev.3] + +### BREAKING CHANGE + +* Update constraints to Dart 3 + ## [9.0.0-dev.2] ### BREAKING CHANGE diff --git a/example/pubspec.lock b/example/pubspec.lock index e01d00dfa..985a46ba0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.0.0-dev.2" + version: "9.0.0-dev.3" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index aad44f199..6da70234d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_builder 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. -version: 9.0.0-dev.2 +version: 9.0.0-dev.3 repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues homepage: https://github.com/flutter-form-builder-ecosystem