Skip to content

Commit

Permalink
chore(dart_frog_auth): v0.1.0 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Jul 24, 2023
1 parent 2b75e2d commit 483617a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/dart_frog_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.1.0-dev.1
# 0.1.0

- feat: initial dev release 🎉
- feat: initial release 🎉
2 changes: 1 addition & 1 deletion packages/dart_frog_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog_auth
description: Header authentication based middlewares for Dart Frog. Built by Very Good Ventures.
version: 0.1.0-dev.1
version: 0.1.0
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_frog_auth/test/src/dart_frog_auth_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class _User {
}

void main() {
group('basicAuthentication', () {
group('$basicAuthentication', () {
late RequestContext context;
late Request request;
_User? user;
Expand Down Expand Up @@ -129,7 +129,7 @@ void main() {
});
});

group('bearerAuthentication', () {
group('$bearerAuthentication', () {
late RequestContext context;
late Request request;
_User? user;
Expand Down

0 comments on commit 483617a

Please sign in to comment.