From f692bcd91515eba3c731827c55c8984553c172d2 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 26 Jul 2024 10:33:48 -0400 Subject: [PATCH] chore(shorebird_cli): draft release 1.1.23 (#2390) --- RELEASE_NOTES.md | 7 +++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8f93932..46c5acb3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,13 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.1.23 (July 26, 2024) + +- 👾 Fix issue where a space in the path to a Flutter project would cause iOS + patching to fail. +- 🛗 Fix issue that would cause `shorebird_code_push` to incorrectly report that + a new patch was available for download. + ## 1.1.22 (July 23, 2024) - 📈 Improve iOS patch performance diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 38fcfa7a..3a5e586b 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.1.22'; +const packageVersion = '1.1.23'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 0ef5ccdb..13cabca5 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.1.22 +version: 1.1.23 repository: https://github.com/shorebirdtech/shorebird publish_to: none