From 2a0f32c89e5c2c332b504a2958ef62242c41d76d Mon Sep 17 00:00:00 2001 From: thomashii Date: Tue, 1 Jun 2021 09:01:01 +0800 Subject: [PATCH] Publish framework and auth updates --- CHANGELOG.md | 2 +- packages/auth/CHANGELOG.md | 3 +++ packages/auth/README.md | 2 +- packages/auth/pubspec.yaml | 2 +- packages/framework/CHANGELOG.md | 3 +++ packages/framework/README.md | 2 +- packages/framework/pubspec.yaml | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f7ee52..0a048ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Added merge_map and migrated to 2.0.0 (6/6 tests passed) * Added mock_request and migrated to 2.0.0 (0/0 tests) * Migrated angel_framework to 4.0.0 (149/150 tests passed) -* Migrated angel_auth to 4.0.0 (25/30 tests passed) +* Migrated angel_auth to 4.0.0 (27/30 tests passed) * Migrated angel_configuration to 4.0.0 (6/8 testspassed) * Migrated angel_validate to 4.0.0 (6/7 tests passed) * Migrated json_god to 4.0.0 (13/13 tests passed) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 5ed60c4e..99a6c7cb 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.0.3 +* Fixed "failureRedirect" test case + # 4.0.2 * Added MirrorsReflector to test cases diff --git a/packages/auth/README.md b/packages/auth/README.md index 0503c667..6a68b8f4 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -1,5 +1,5 @@ # angel3_auth -[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_auth) +[![version](https://img.shields.io/badge/pub-v4.0.3-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) diff --git a/packages/auth/pubspec.yaml b/packages/auth/pubspec.yaml index d3a4823d..b6ee36c2 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.2 +version: 4.0.3 #publish_to: none environment: sdk: '>=2.12.0 <3.0.0' diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index da125c8b..11adea34 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.0.4 +* Fixed response returning incorrect status code + # 4.0.3 * Fixed "Primitive after parsed param injection" test case * Fixed "Cannot remove all unless explicitly set" test case diff --git a/packages/framework/README.md b/packages/framework/README.md index 17b78a3e..39c27adc 100644 --- a/packages/framework/README.md +++ b/packages/framework/README.md @@ -1,5 +1,5 @@ # angel3_framework -[![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dartlang.org/packages/angel3_framework) +[![version](https://img.shields.io/badge/pub-v4.0.4-brightgreen)](https://pub.dartlang.org/packages/angel3_framework) [![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) diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index e3d058f6..09fab893 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_framework -version: 4.0.3 +version: 4.0.4 description: A high-powered HTTP server with dependency injection, routing and much more. homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/framework environment: