Skip to content

Commit 283c343

Browse files
authored
chore(dart_frog_cli): v0.1.3 (#328)
1 parent 6d50352 commit 283c343

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.3
2+
3+
- fix: avoid generating an empty `.dart_frog` directory
4+
- refactor: use `packageName` internally for consistency
5+
16
# 0.1.2
27

38
- fix: `dart_frog build` serve static assets

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: 1 addition & 1 deletion
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.1.2
3+
version: 0.1.3
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues

0 commit comments

Comments
 (0)