mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 05:33:45 +02:00
chore: bump the version number to 7.1.0
This commit is contained in:
parent
b57b238794
commit
0ebb84b7b6
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue