From 62feecbfb8581369c767698ddd41fca501abf162 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 16 Jun 2025 12:28:17 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.45 (#3172) --- 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 5bc74047..574c1f0e 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.45 (June 16, 2025) + +- ๐Ÿฆ Support for Flutter 3.32.4 +- ๐Ÿงน Various dependency upgrades + ## 1.6.44 (June 12, 2025) - ๐Ÿฆ Support for Flutter 3.32.3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 86e4c3c0..66d8825f 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.44'; +const packageVersion = '1.6.45'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 3d89a689..ed54ce6a 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.44 +version: 1.6.45 repository: https://github.com/shorebirdtech/shorebird resolution: workspace