Skip to content

Commit 0a9d6b3

Browse files
authored
chore(dart_frog_cli): v1.2.7 (#1846)
1 parent a66e447 commit 0a9d6b3

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+
# 1.2.7
2+
3+
- deps: upgrade minimum dart sdk constraint ([#1844](https://github.com/dart-frog-dev/dart_frog/pull/1844))
4+
- refactor: standardize project-wide analysis options ([#1842](https://github.com/dart-frog-dev/dart_frog/pull/1842))
5+
- feat: `create` uses `dart_frog_lint` ([#1837](https://github.com/dart-frog-dev/dart_frog/pull/1837))
6+
17
# 1.2.6
28

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

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
2-
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
3-
version: 1.2.6
2+
description: The official command line interface for Dart Frog — a fast, minimalistic backend framework for Dart.
3+
version: 1.2.7
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

0 commit comments

Comments
 (0)