From 02bd46231a4e6db57a733981ad5fa42e04351484 Mon Sep 17 00:00:00 2001 From: Peter Hayes Date: Tue, 21 Jul 2020 16:13:16 +0700 Subject: [PATCH] docs: release v0.1.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce4860..e1fea49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.0 + +- BREAKING: logic related to `LitAuth` and `AuthConfig` to manage sign-in customization. +- docs: various documentation updates + # 0.0.4 - docs: update logo path diff --git a/example/pubspec.lock b/example/pubspec.lock index 3f1c6d5..3831402 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -211,7 +211,7 @@ packages: path: ".." relative: true source: path - version: "0.0.4" + version: "0.1.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6ec0b3c..5c858f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Pre-lit Firebase Authentication. Drop in and add Firebase Auth in j repository: https://github.com/funwithflutter/lit_firebase_auth homepage: https://github.com/funwithflutter/lit_firebase_auth -version: 0.0.4 +version: 0.1.0 environment: sdk: ">=2.7.0 <3.0.0"