From 50088f41602184e135cd8e23c14c4d9eaab023b9 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sat, 15 May 2021 14:32:25 +0800 Subject: [PATCH] Publish auth --- packages/auth/CHANGELOG.md | 3 +++ packages/auth/README.md | 3 ++- packages/auth/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 42593574..ff4829db 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.0.1 +* Updated README + # 4.0.0 * Migrated to support Dart SDK 2.12.x NNBD diff --git a/packages/auth/README.md b/packages/auth/README.md index 761c5404..8a4cc876 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -1,6 +1,7 @@ # angel3_auth -[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_auth) +[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_auth) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) +[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/auth/LICENSE) diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index fb610737..e217bbca 100644 --- a/packages/auth/pubspec.yaml +++ b/packages/auth/pubspec.yaml @@ -1,6 +1,6 @@ name: angel3_auth description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more. -version: 4.0.0 +version: 4.0.1 homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth environment: sdk: '>=2.12.0 <3.0.0'