From cbef35914efa17a6a7f8cece7f23b3e6af119208 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 26 Jan 2026 11:17:19 -0800 Subject: [PATCH] chore: prepare fore 1.6.78 release (#3476) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8ed498fd..b1bce820 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.78 (January 26, 2026) + +- ⚙️ Fix: using FlutterEngineGroup could cause patches to fail. + ## 1.6.77 (January 16, 2026) - 🐦 Support for Flutter 3.38.7 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index a2dcfc02..a5bd1d25 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.77'; +const packageVersion = '1.6.78'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 15bfe9f9..79928efb 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.77 +version: 1.6.78 repository: https://github.com/shorebirdtech/shorebird resolution: workspace