From cfa1e734271f70d45a7bb4e16c220cc40dc710d2 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 24 Jul 2025 11:12:37 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.53 (#3250) --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3d6bef0e..c643ee22 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.53 (July 24, 2025) + +- ⚡️ fail fast if existing release already exists + - only applies when specifying `--build-name` (and optionally `--build-number`) + ## 1.6.52 (July 17, 2025) - 🐦 Support for Flutter 3.32.7 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 7a31815d..5339e5f1 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.6.52'; +const packageVersion = '1.6.53'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index af662cbf..5316865b 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_cli description: Command-line tool to interact with Shorebird's services. -version: 1.6.52 +version: 1.6.53 repository: https://github.com/shorebirdtech/shorebird resolution: workspace