Skip to content

Commit 88778f0

Browse files
authored
chore(dart_frog_cli): v1.2.11 (#1900)
1 parent b94c0e4 commit 88778f0

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+
# 1.2.11
2+
3+
- fix: support workspace root `pubspec_overrides.yaml` ([#1897](https://github.com/dart-frog-dev/dart_frog/pull/1897))
4+
- fix: avoid overwriting `pubspec_overrides.yaml` in `dart_frog build` ([#1895](https://github.com/dart-frog-dev/dart_frog/pull/1895))
5+
16
# 1.2.10
27

38
- docs: update discord server link ([#1862](https://github.com/dart-frog-dev/dart_frog/pull/1862))

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 — a fast, minimalistic backend framework for Dart.
3-
version: 1.2.10
3+
version: 1.2.11
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)