Skip to content

Commit 40d1a6e

Browse files
authored
chore(dart_frog_auth): v1.0.0 (#849)
1 parent 527d7c4 commit 40d1a6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/dart_frog_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.0
2+
3+
- feat: stable release 🎉
4+
15
# 0.1.0
26

37
- feat: initial release 🎉

packages/dart_frog_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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
3+
version: 1.0.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
@@ -10,7 +10,7 @@ environment:
1010
sdk: ">=3.0.0 <4.0.0"
1111

1212
dependencies:
13-
dart_frog: ^0.3.6
13+
dart_frog: ^1.0.0
1414

1515
dev_dependencies:
1616
mocktail: ^1.0.0

0 commit comments

Comments
 (0)