Skip to content

Commit

Permalink
chore(dart_frog_auth): 1.2.0 (#1618)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Santiago <[email protected]>
  • Loading branch information
tomarra and alestiago authored Dec 11, 2024
1 parent 3d46427 commit c2b6d51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/dart_frog_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.2.0

- feat: add cookie authentication ([#1600](https://github.com/VeryGoodOpenSource/dart_frog/pull/1600))
- refactor: added argument name to the Applies typedef ([#1317](https://github.com/VeryGoodOpenSource/dart_frog/pull/1317))
- fix: auth topics ([#949](https://github.com/VeryGoodOpenSource/dart_frog/pull/949))
- chore(packages): bump very good analysis ([#983](https://github.com/VeryGoodOpenSource/dart_frog/pull/983))
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog_auth ([#1430](https://github.com/VeryGoodOpenSource/dart_frog/pull/1430))

# 1.1.0

- feat: auth context api ([#879](https://github.com/VeryGoodOpenSource/dart_frog/pull/879))
Expand Down
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: 1.1.0
version: 1.2.0
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
Expand Down

0 comments on commit c2b6d51

Please sign in to comment.