We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527d7c4 commit 40d1a6eCopy full SHA for 40d1a6e
packages/dart_frog_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.0
2
+
3
+- feat: stable release 🎉
4
5
# 0.1.0
6
7
- feat: initial release 🎉
packages/dart_frog_auth/pubspec.yaml
@@ -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
+version: 1.0.0
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -10,7 +10,7 @@ environment:
10
sdk: ">=3.0.0 <4.0.0"
11
12
dependencies:
13
- dart_frog: ^0.3.6
+ dart_frog: ^1.0.0
14
15
dev_dependencies:
16
mocktail: ^1.0.0
0 commit comments