mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 13:23:45 +02:00
fix: Changes version and updated changelog
This commit is contained in:
parent
e715b1192b
commit
63d4773034
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,11 @@ SPDX-FileCopyrightText: 2022 Iconica
|
||||||
SPDX-License-Identifier: GPL-3.0-or-later
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
# 1.0.0
|
||||||
|
|
||||||
|
- feat: Added an onError function.
|
||||||
|
- feat: Register function in RegistrationRepository can now return a nullable string. Works like a validator.
|
||||||
|
|
||||||
# 0.5.0
|
# 0.5.0
|
||||||
|
|
||||||
- feat: add customBackgroundColor to AuthScreen
|
- feat: add customBackgroundColor to AuthScreen
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
name: flutter_registration
|
name: flutter_registration
|
||||||
description: A Flutter Registration package
|
description: A Flutter Registration package
|
||||||
version: 0.5.0
|
version: 1.0.0
|
||||||
repository: https://github.com/Iconica-Development/flutter_registration
|
repository: https://github.com/Iconica-Development/flutter_registration
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue