From aee74e2ef7fb9a4f705dcbb97d5984c8401b2d18 Mon Sep 17 00:00:00 2001 From: Jacques Date: Thu, 26 Oct 2023 16:27:05 +0200 Subject: [PATCH] fix: flutter_input_libray version bump --- CHANGELOG.md | 5 ++++- example/pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4621185..6749d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,4 +92,7 @@ - Fix date format for datecontroller ## 6.1.4 - October 26th 2023 -- Bump `flutter_input_library` to version 2.3.0 \ No newline at end of file +- Bump `flutter_input_library` to version 2.3.0 + +## 6.1.5 - October 26th 2023 +- Bump `flutter_input_library` to version 2.4.0 \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 344a74b..6a558d9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,16 +68,16 @@ packages: path: ".." relative: true source: path - version: "6.1.2" + version: "6.1.4" flutter_input_library: dependency: transitive description: path: "." - ref: master - resolved-ref: "2f0ceff64e85f137d59af682075b36591601c899" + ref: "2.4.0" + resolved-ref: "6f9fbccfbd2bde17321a7c1a2598cf8bfc2ad91b" url: "https://github.com/Iconica-Development/flutter_input_library" source: git - version: "2.2.1" + version: "2.4.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index c9297e2..e1bffcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 6.1.4 +version: 6.1.5 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -18,7 +18,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 2.3.0 + ref: 2.4.0 dev_dependencies: flutter_test: