From ed7303ba034175560a12da8f7619da50a918975d Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Sat, 16 Sep 2023 00:11:47 +0200 Subject: [PATCH] chore(release): 9.1.0 --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297bac8b..3b364ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 9.1.0 + +* Fix MN translation typo +* Fix remove full stop at end of error message for max validation +* Update intl to 0.18.1 +* Improve readme +* Built with Flutter 3.13 + ## 9.0.0 * Update constraints to Flutter 3.10 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5fe8f010..f69b92bd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -78,7 +78,7 @@ packages: path: ".." relative: true source: path - version: "9.0.0" + version: "9.1.0" intl: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c78b4236..8dece4c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_builder_validators description: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own. -version: 9.0.0 +version: 9.1.0 repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues homepage: https://github.com/flutter-form-builder-ecosystem