From 91536938a3df89b3460a41f1cd786fd55111bf98 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Tue, 24 Mar 2026 18:36:27 -0700 Subject: [PATCH] chore: prepare release 1.6.90 --- RELEASE_NOTES.md | 13 +++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c4d78265..cb27d522 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,19 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.90 (March 24, 2026) + +- 🐦 Support for Flutter 3.41.5 & Dart 3.11.3 +- ✨ Add semantic DEX diffing to suppress false native change warnings +- ✨ Suggest cache clean in build failure recommendations +- 🔐 Revoke sessions on CLI logout +- ⚠️ Warn that preview reinstalls the app on mobile +- 🤫 Suppress Gradle welcome message during init +- 🐛 Fix: select correct executable in Windows preview +- 🐛 Fix: show friendly error message when GitHub is down +- 🐛 Fix: list orgs and exit gracefully when init is non-interactive +- 🐛 Fix: resolve JWT issuer from ShorebirdEnv instead of from Auth URL + ## 1.6.89 (March 18, 2026) - 🐛 Fix: roll back Flutter 3.41.4 to address increased link times diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0ee32e2b..d017f514 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.89'; +const packageVersion = '1.6.90'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 3290f565..4dacc378 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.89 +version: 1.6.90 repository: https://github.com/shorebirdtech/shorebird resolution: workspace