From 3f5529349fa44d54b5c2d1d4b8ab34d275d33427 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 28 Oct 2024 12:17:22 -0500 Subject: [PATCH] chore(shorebird_cli): v1.4.7 (#2585) --- 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 d2d7d5b30..da488888e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.4.7 (October 28, 2024) + +- 🐦 Support for Flutter 3.24.4 +- 🪵 Include gradle tasks when releasing android + ## 1.4.6 (October 24, 2024) - 🍧 Fix issue with `shorebird release ios` where flavored apps would sometimes diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0f1dbf67f..686b42bde 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.4.6'; +const packageVersion = '1.4.7'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 9b4d683d9..59a1e3d8e 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.4.6 +version: 1.4.7 repository: https://github.com/shorebirdtech/shorebird publish_to: none