Skip to content

Commit e8d268a

Browse files
authored
chore(dart_frog_auth): v1.2.2 (#1875)
1 parent 1f390d7 commit e8d268a

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

packages/dart_frog_auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.2.2
2+
3+
- docs: update discord server link ([#1862](https://github.com/dart-frog-dev/dart_frog/pull/1862))
4+
- refactor: standardize project-wide analysis options ([#1842](https://github.com/dart-frog-dev/dart_frog/pull/1842))
5+
- chore: add `pubspec_overrides.yaml` ([#1824](https://github.com/dart-frog-dev/dart_frog/pull/1824))
6+
17
# 1.2.1
28

39
- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798))

packages/dart_frog_auth/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2023 Very Good Ventures
4+
Copyright (c) 2025 Dart Frog Dev
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
23.4 KB
Loading

packages/dart_frog_auth/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: dart_frog_auth
2-
description: Header authentication based middlewares for Dart Frog. Built by Very Good Ventures.
3-
version: 1.2.1
2+
description: The official authentication library for Dart Frog — a fast, minimalistic backend framework for Dart.
3+
version: 1.2.2
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
77
documentation: https://dart-frog.dev/getting-started
88
topics: [server, backend, dart-frog, authentication, middleware]
99

10+
screenshots:
11+
- description: "Dart Frog logo."
12+
path: assets/logo.png
13+
1014
environment:
1115
sdk: ">=3.0.0 <4.0.0"
1216

0 commit comments

Comments
 (0)