From 76e1c68c3308ced9a1f0015a35bcb66a68ef227b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 10 Jul 2025 10:45:31 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.50 (#3215) --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf1903e0..f3ca7288 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.50 (July 10, 2025) + +- ๐Ÿฆ Support for Flutter 3.32.6 +- ๐Ÿ“ฆ Update bundletool from 1.17.1 to 1.18.1 +- ๐Ÿงน Remove legacy, deprecated `shorebird run` command + ## 1.6.49 (June 26, 2025) - ๐Ÿฆ Support for Flutter 3.32.5 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 5278c7b3..77e4fcd5 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.49'; +const packageVersion = '1.6.50'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 44d8a80d..66932a37 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.49 +version: 1.6.50 repository: https://github.com/shorebirdtech/shorebird resolution: workspace