Skip to content

Commit 19bf990

Browse files
authored
chore(dart_frog_auth): v1.2.2 (#1800)
1 parent b204d26 commit 19bf990

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packages/dart_frog_auth/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.1
2+
3+
- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798))
4+
- docs: update all repository references ([#1791](https://github.com/dart-frog-dev/dart_frog/pull/1791))
5+
16
# 1.2.0
27

38
- feat: add cookie authentication ([#1600](https://github.com/dart-frog-dev/dart_frog/pull/1600))
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
/// Header auth based middlewares for Dart Frog
2-
library;
3-
41
export 'src/dart_frog_auth.dart';

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: 1.2.0
3+
version: 1.2.1
44
homepage: https://dart-frog.dev
55
repository: https://github.com/dart-frog-dev/dart_frog
66
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues

0 commit comments

Comments
 (0)