From 0ebb84b7b69456e970f2e198962fd9db8d51fbcf Mon Sep 17 00:00:00 2001 From: Tobias Leijs Date: Tue, 25 Jun 2024 15:35:15 +0200 Subject: [PATCH] chore: bump the version number to 7.1.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539bbfe..e5113cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 7.1.0 + +* Added autofillgroup to support native password managers + + ## 7.0.0 * Removed `title` and `subtitle` parameters from `LoginOptions` in favour of passing them directly to the `EmailPasswordLoginForm` widget directly diff --git a/example/pubspec.lock b/example/pubspec.lock index 77b8d3e..5382d60 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "6.1.0" + version: "7.1.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 112a182..3bf7b7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_login description: Flutter Login Component -version: 7.0.0 +version: 7.1.0 environment: sdk: ">=2.18.1 <3.0.0"