diff --git a/packages/dart_frog_cli/CHANGELOG.md b/packages/dart_frog_cli/CHANGELOG.md index 4162a4ade..cdd514624 100644 --- a/packages/dart_frog_cli/CHANGELOG.md +++ b/packages/dart_frog_cli/CHANGELOG.md @@ -1,8 +1,14 @@ +# 1.2.2 + +- feat: update cli bundles ([#1278](https://github.com/VeryGoodOpenSource/dart_frog/pull/1278)) + - refactor(dart_frog_prod_server): define internal PubspecLock ([#1273](https://github.com/VeryGoodOpenSource/dart_frog/pull/1273)) + - refactor(dart_frog_prod_server): remove pubspec lock dependency ([#1277](https://github.com/VeryGoodOpenSource/dart_frog/pull/1277)) + # 1.2.1 - chore(deps): bump mason from 0.1.0-dev.51 to 0.1.0-dev.52 in /packages/dart_frog_cli ([#1235](https://github.com/VeryGoodOpenSource/dart_frog/pull/1235)) -- fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/VeryGoodOpenSource/dart_frog/pull/1253)) -- feat(dart_frog_cli): update cli bundles ([#1210](https://github.com/VeryGoodOpenSource/dart_frog/pull/1210)) +- feat: update cli bundles ([#1210](https://github.com/VeryGoodOpenSource/dart_frog/pull/1210)) + - fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/VeryGoodOpenSource/dart_frog/pull/1253)) # 1.2.0 diff --git a/packages/dart_frog_cli/lib/src/version.dart b/packages/dart_frog_cli/lib/src/version.dart index 2db1f3c62..346ec07f6 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.1'; +const packageVersion = '1.2.2'; diff --git a/packages/dart_frog_cli/pubspec.yaml b/packages/dart_frog_cli/pubspec.yaml index ad6490575..c397c81e3 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.1 +version: 1.2.2 homepage: https://dartfrog.vgv.dev repository: https://github.com/VeryGoodOpenSource/dart_frog issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues