Skip to content

Commit 1e54f4b

Browse files
authored
chore(dart_frog_cli): v0.2.1 (#389)
1 parent 7529f1d commit 1e54f4b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1
2+
3+
- fix: support cascading middleware
4+
- feat: add startup log to production build
5+
- deps: upgrade to mason ^0.1.0-dev.34
6+
17
# 0.2.0
28

39
- **BREAKING** feat: support for mounting dynamic routes

packages/dart_frog_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dart_frog_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog_cli
22
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
args: ^2.1.0
14-
mason: ^0.1.0-dev.33
14+
mason: ^0.1.0-dev.34
1515
meta: ^1.7.0
1616
path: ^1.8.1
1717
pub_updater: ^0.2.2

0 commit comments

Comments
 (0)