From 457cd43384f1225230fbb28643c31de0eb3c7f72 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Wed, 18 Mar 2026 18:06:54 -0700 Subject: [PATCH] chore: prepare for release 1.6.89 --- 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 cc10237c..c4d78265 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,12 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.89 (March 18, 2026) + +- ๐Ÿ› Fix: roll back Flutter 3.41.4 to address increased link times +- ๐ŸŽ Add `.pkg` distribution warning to macOS post-release instructions +- ๐Ÿงน Remove Plan model from protocol package + ## 1.6.88 (March 13, 2026) - ๐Ÿ“‰ Link percentage improvements (for Flutter 3.41.4) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index a75f5f96..0ee32e2b 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.88'; +const packageVersion = '1.6.89'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 23e3f648..ce73c820 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.88 +version: 1.6.89 repository: https://github.com/shorebirdtech/shorebird resolution: workspace