mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 05:33:45 +02:00
version and changelog
This commit is contained in:
parent
1fde81fd2c
commit
6cb1928d94
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## 2.0.1
|
||||
|
||||
* Fixed email regex
|
||||
|
||||
## 2.0.0
|
||||
|
||||
* add forgot password validation on button press
|
||||
|
|
|
@ -61,7 +61,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.0.0"
|
||||
version: "2.0.1"
|
||||
flutter_test:
|
||||
dependency: "direct dev"
|
||||
description: flutter
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_login
|
||||
description: A new Flutter package project.
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.18.1 <3.0.0"
|
||||
|
|
Loading…
Reference in a new issue