From ff11c02df7195f3a6483a18a3c3fcd107c863691 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Mon, 1 Jun 2026 18:01:11 -0700 Subject: [PATCH] chore: prepare for release 1.6.106 --- RELEASE_NOTES.md | 9 +++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e2fee813..5dcf1400 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,15 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch --> +## 1.6.106 (June 1, 2026) + +- 🐦 Flutter 3.44.1 / Dart 3.12.1 support + - The `flutter` tool now prints a descriptive error instead of crashing when + the analysis server exits unexpectedly, or when it fails to connect to a + Chrome instance on Windows. + - Dart 3.12.1: ignore socket deletion errors on shutdown; preserve + ThreadLocal values when a VM thread is reclaimed. + ## 1.6.105 (May 22, 2026) - 🐛 Fix FFI crashers on iOS and Android. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ddcb29d5..524c5f17 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.105'; +const packageVersion = '1.6.106'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index c3fed355..e9d5eac1 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.105 +version: 1.6.106 repository: https://github.com/shorebirdtech/shorebird resolution: workspace