From 36543b3d3c3570378fd4b69dbfff0d970ce06cb6 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 24 May 2024 12:05:42 +0200 Subject: [PATCH] chore: update version to 7.0.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597b04c..539bbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.0.0 + +* Removed `title` and `subtitle` parameters from `LoginOptions` in favour of passing them directly to the `EmailPasswordLoginForm` widget directly + ## 6.1.0 * Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions. diff --git a/pubspec.yaml b/pubspec.yaml index 45ca01a..112a182 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_login description: Flutter Login Component -version: 6.1.0 +version: 7.0.0 environment: sdk: ">=2.18.1 <3.0.0"