Skip to content

Commit 483617a

Browse files
authored
chore(dart_frog_auth): v0.1.0 (#794)
1 parent 2b75e2d commit 483617a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/dart_frog_auth/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 0.1.0-dev.1
1+
# 0.1.0
22

3-
- feat: initial dev release 🎉
3+
- feat: initial release 🎉

packages/dart_frog_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog_auth
22
description: Header authentication based middlewares for Dart Frog. Built by Very Good Ventures.
3-
version: 0.1.0-dev.1
3+
version: 0.1.0
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues

packages/dart_frog_auth/test/src/dart_frog_auth_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class _User {
1616
}
1717

1818
void main() {
19-
group('basicAuthentication', () {
19+
group('$basicAuthentication', () {
2020
late RequestContext context;
2121
late Request request;
2222
_User? user;
@@ -129,7 +129,7 @@ void main() {
129129
});
130130
});
131131

132-
group('bearerAuthentication', () {
132+
group('$bearerAuthentication', () {
133133
late RequestContext context;
134134
late Request request;
135135
_User? user;

0 commit comments

Comments
 (0)