Merge pull request #7 from Iconica-Development/hotfix/email_regex

version and changelog
This commit is contained in:
FlutterJoey 2022-11-02 10:51:43 +01:00 committed by GitHub
commit 098feec337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 2.0.1
* Fixed email regex
## 2.0.0
* add forgot password validation on button press

View file

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

View file

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