From 09dfd603e5f905ced0eeeaa10c823203bd5e95b1 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 16 Jan 2025 16:23:20 -0600 Subject: [PATCH] chore(shorebird_cli): v1.6.4 (#2776) --- 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 ba34f2f9a..0d428f41a 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.6.4 (January 16, 2025) + +- 🔐 Add support for signed patches on Windows +- ✨ `shorebird patch` releases list should filter by specified platform +- 👀 Fix various `shorebird preview` errors on macOS (`ditto`) +- 🧑‍🔧 Improve error message when running `shorebird release macos` on an unsupported Flutter project + ## 1.6.3 (January 14, 2025) - 🐦 Support for Flutter 3.27.2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f1daadc2e..b1897f435 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.3'; +const packageVersion = '1.6.4'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a4824b847..7250d1506 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.3 +version: 1.6.4 repository: https://github.com/shorebirdtech/shorebird publish_to: none