chore: bump the version number to 7.1.0

This commit is contained in:
Tobias Leijs 2024-06-25 15:35:15 +02:00
parent b57b238794
commit 0ebb84b7b6
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"