From daaab741e2d5e9ea464be84b738096554848da48 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 24 Oct 2024 16:28:31 -0400 Subject: [PATCH] chore: draft release 1.4.6 (#2578) --- 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 bcc4a9e0..d2d7d5b3 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.6 (October 24, 2024) + +- 🍧 Fix issue with `shorebird release ios` where flavored apps would sometimes + upload the incorrect binary. + ## 1.4.5 (October 23, 2024) - 🧑‍🔧 Fix bug when patching with `--split-debug-info` on iOS diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 78398047..0f1dbf67 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.5'; +const packageVersion = '1.4.6'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 24953509..e732fd78 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.5 +version: 1.4.6 repository: https://github.com/shorebirdtech/shorebird publish_to: none