From 335a1e1dd1f9906ba503949c2e992182f19962f8 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 14 May 2024 14:19:08 +0200 Subject: [PATCH] chore: upgrade version to 6.3.2 --- CHANGELOG.md | 5 ++++- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c3ccb..7ee9cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,4 +133,7 @@ ## 6.3.1 - February 29th 2024 - Removed `TranslationService` and add `validationMessage` property to fields with validation. - Added a way to override a input field validator. -- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`. \ No newline at end of file +- Exposed all properties for `FlutterFormInputDateTime` provided by `flutter_input_library`. + +## 6.3.2 - May 15th 2024 +- Loosened the dependency on intl to be more compatible with several Flutter versions diff --git a/pubspec.yaml b/pubspec.yaml index 0259bed..2463e63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.3.1 +version: 6.3.2 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none