From b23421f1fa3fcb6f71bed5374941b650841f82ef Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 6 Aug 2025 10:33:58 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.56 (#3273) --- 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 2f9d48f9..2d61fda9 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.56 (August 6, 2025) + +- 🐛 Fixes a bug where `shorebird preview` fails due to unavailable iOS devices + ## 1.6.55 (July 25, 2025) - 🐦 Support for Flutter 3.32.8 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d118885d..4d485804 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.55'; +const packageVersion = '1.6.56'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 34871438..59b5938c 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.55 +version: 1.6.56 repository: https://github.com/shorebirdtech/shorebird resolution: workspace