From 5ee81dfc8d68674da92a2a31d9cc1904d984840c Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 12 Jun 2025 11:30:15 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.44 (#3165) --- 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 856e2e08..5bc74047 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.44 (June 12, 2025) + +- ๐Ÿฆ Support for Flutter 3.32.3 +- ๐Ÿงน Various dependency upgrades + ## 1.6.43 (June 5, 2025) - ๐Ÿฆ Support for Flutter 3.32.2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f9ee7f88..86e4c3c0 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.43'; +const packageVersion = '1.6.44'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2d281a46..a025de7b 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.43 +version: 1.6.44 repository: https://github.com/shorebirdtech/shorebird resolution: workspace