diff --git a/packages/dart_frog_cli/CHANGELOG.md b/packages/dart_frog_cli/CHANGELOG.md index cdd514624..c4c69dc10 100644 --- a/packages/dart_frog_cli/CHANGELOG.md +++ b/packages/dart_frog_cli/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.2.3 + +- chore: bump cli_completion from 0.4.0 to 0.5.0 in /packages/dart_frog_cli ([#1288](https://github.com/VeryGoodOpenSource/dart_frog/pull/1288)) +- fix: allow `$` in new commands ([#1321](https://github.com/VeryGoodOpenSource/dart_frog/pull/1321)) +- chore: bump mason from 0.1.0-dev.53 to 0.1.0-dev.57 in /packages/dart_frog_cli ([#1351](https://github.com/VeryGoodOpenSource/dart_frog/pull/1351), [#1404](https://github.com/VeryGoodOpenSource/dart_frog/pull/1404)) +- feat: update cli bundles ([#1380](https://github.com/VeryGoodOpenSource/dart_frog/pull/1380)) + # 1.2.2 - feat: update cli bundles ([#1278](https://github.com/VeryGoodOpenSource/dart_frog/pull/1278)) diff --git a/packages/dart_frog_cli/lib/src/version.dart b/packages/dart_frog_cli/lib/src/version.dart index 346ec07f6..8a5d63b46 100644 --- a/packages/dart_frog_cli/lib/src/version.dart +++ b/packages/dart_frog_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.2.2'; +const packageVersion = '1.2.3'; diff --git a/packages/dart_frog_cli/pubspec.yaml b/packages/dart_frog_cli/pubspec.yaml index 1723798fe..62090aa72 100644 --- a/packages/dart_frog_cli/pubspec.yaml +++ b/packages/dart_frog_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_frog_cli description: The official command line interface for Dart Frog. Built by Very Good Ventures. -version: 1.2.2 +version: 1.2.3 homepage: https://dartfrog.vgv.dev repository: https://github.com/VeryGoodOpenSource/dart_frog issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues