From 869df27d7978ede13f835dfcb07c75ae4554b8d2 Mon Sep 17 00:00:00 2001 From: Michelle Raouf Date: Thu, 20 Feb 2025 14:26:27 +0200 Subject: [PATCH] chore(release): bump version to 11.1.2 and update intl dependency range --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2b157fe1..f81b69f4 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: 11.1.1 +version: 11.1.2 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 @@ -19,7 +19,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: ^0.19.0 + intl: '>=0.19.0 <0.21.0' dev_dependencies: faker_dart: ^0.2.2