Skip to content

Commit be15c0a

Browse files
authored
chore(dart_frog): v0.0.1-dev.9 (#124)
1 parent f20a31b commit be15c0a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/dart_frog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.1-dev.9
2+
3+
- feat: expose `fromShelfHandler` and `fromShelfMiddleware` adapters
4+
15
# 0.0.1-dev.8
26

37
- feat: add `createStaticFileHandler`

packages/dart_frog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ View the full documentation [here][documentation_link].
6565
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
6666
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
6767
[dart_installation_link]: https://dart.dev/get-dart
68-
[documentation_link]: https://github.com/VeryGoodOpenSource/dart_frog/blob/main/README.md#documentation-
68+
[documentation_link]: https://verygoodopensource.github.io/dart_frog
6969
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
7070
[license_link]: https://opensource.org/licenses/MIT
7171
[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only

packages/dart_frog/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog
22
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3-
version: 0.0.1-dev.8
3+
version: 0.0.1-dev.9
44
homepage: https://github.com/VeryGoodOpenSource/dart_frog
55

66
environment:

0 commit comments

Comments
 (0)