From 7c48ece48507358cd622253064a7ef2c1ad7b64d Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 24 Mar 2025 16:30:47 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.30 (#3004) --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87e4f73a..ad06482d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.30 (March 24, 2025) + +- ๐Ÿ› Fix using older Flutter versions that do not include `flutter config` +- ๐ŸชŸ Fix build failures caused by whitespace in paths on windows +- ๐Ÿงน Various dependency upgrades + ## 1.6.29 (March 18, 2025) - ๐Ÿชต improve `gradlew` logs during `shorebird init` diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 84c22e58..fe7ab548 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.29'; +const packageVersion = '1.6.30'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 4c9ed02c..c0cd3683 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.29 +version: 1.6.30 repository: https://github.com/shorebirdtech/shorebird publish_to: none