Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/dart_frog_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.11

- fix: support workspace root `pubspec_overrides.yaml` ([#1897](https://github.com/dart-frog-dev/dart_frog/pull/1897))
- fix: avoid overwriting `pubspec_overrides.yaml` in `dart_frog build` ([#1895](https://github.com/dart-frog-dev/dart_frog/pull/1895))

# 1.2.10

- docs: update discord server link ([#1862](https://github.com/dart-frog-dev/dart_frog/pull/1862))
Expand Down
2 changes: 1 addition & 1 deletion packages/dart_frog_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dart_frog_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_frog_cli
description: The official command line interface for Dart Frog — a fast, minimalistic backend framework for Dart.
version: 1.2.10
version: 1.2.11
homepage: https://dart-frog.dev
repository: https://github.com/dart-frog-dev/dart_frog
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues
Expand Down