Skip to content

Commit f5aebac

Browse files
authored
chore(dart_frog_cli): 1.1.0 (#1007)
1 parent c1bbc31 commit f5aebac

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.1.0
2+
3+
- feat: press R to reload ([#814](https://github.com/VeryGoodOpenSource/dart_frog/pull/814))
4+
- feat: make daemon command visible ([#871](https://github.com/VeryGoodOpenSource/dart_frog/pull/871))
5+
- fix: port read from env([#874](https://github.com/VeryGoodOpenSource/dart_frog/pull/874))
6+
- chore: add topics ([#901](https://github.com/VeryGoodOpenSource/dart_frog/pull/901))
7+
- chore: add .DS_Store to create_dart_frog gitignore ([#936](https://github.com/VeryGoodOpenSource/dart_frog/pull/936))
8+
- feat: change production brick to support external dependencies in the Dockerfile ([#926](https://github.com/VeryGoodOpenSource/dart_frog/pull/926))
9+
- feat(dart_frog_cli): support lowercase r to reload ([#900](https://github.com/VeryGoodOpenSource/dart_frog/pull/900))
10+
- feat: add route_config domain to daemon ([#965](https://github.com/VeryGoodOpenSource/dart_frog/pull/965))
11+
- chore: bump uuid from 3.0.7 to 4.0.0 ([#989](https://github.com/VeryGoodOpenSource/dart_frog/pull/989))
12+
113
# 1.0.0
214

315
- feat: add uninstall command

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: 3 additions & 3 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: 1.0.0
3+
version: 1.1.0
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -22,10 +22,10 @@ dependencies:
2222
mason: 0.1.0-dev.50
2323
meta: ^1.7.0
2424
path: ^1.8.1
25-
pub_updater: ">=0.2.4 <0.4.0"
25+
pub_updater: ^0.3.1
2626
pubspec_parse: ^1.2.0
2727
stream_transform: ^2.0.0
28-
uuid: ">=3.0.7 <5.0.0"
28+
uuid: ^4.0.0
2929
watcher: ^1.0.1
3030

3131
dev_dependencies:

0 commit comments

Comments
 (0)