From 59afe01ad6c42b7eb874751817491bfecaca4d30 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 17 Sep 2025 22:58:24 -0400 Subject: [PATCH] chore(shorebird_cli): prep 1.6.60 (#3317) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c4b0af57..605eed74 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.60 (September 17, 2025) + +- 🐛 Fix platform flavor support check + ## 1.6.59 (September 17, 2025) - 🐦 Support for Flutter 3.35.4 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6c949fc9..ce3d4a77 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.59'; +const packageVersion = '1.6.60'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 80a63d5f..02e00931 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.59 +version: 1.6.60 repository: https://github.com/shorebirdtech/shorebird resolution: workspace