From a737f00dadadf08a513298fec66c638bb38df7b4 Mon Sep 17 00:00:00 2001 From: Freek van de Ven Date: Thu, 6 Jun 2024 15:21:29 +0200 Subject: [PATCH] feat: update flutter_input_library to 3.2.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee688f2..7434fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ SPDX-FileCopyrightText: 2022 Iconica SPDX-License-Identifier: GPL-3.0-or-later --> +# 2.1.0 +- updated flutter_input_library to 3.2.1 # 2.0.4 - feat: added maxFormWidth to AuthScreen diff --git a/pubspec.yaml b/pubspec.yaml index 1e2d415..e3cc545 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: flutter_registration description: A Flutter Registration package -version: 2.0.4 +version: 2.1.0 repository: https://github.com/Iconica-Development/flutter_registration publish_to: none @@ -17,7 +17,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.1.0 + ref: 3.3.1 flutter: sdk: flutter