From c295240bfcbbe3635a174c8b511a11e10ed45cfe Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Tue, 19 May 2026 20:34:22 -0700 Subject: [PATCH] chore: prepare for release 1.6.102 --- RELEASE_NOTES.md | 4 ++++ bin/internal/flutter.version | 2 +- packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a3a2ebe..0cbfbf99 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 serde bipatch --> +## 1.6.102 (May 19, 2026) + +- 🐛 macOS: fix `shorebird release --platforms macos` failing with "could not find an analyze_snapshot binary whose --sdk_version matches gen_snapshot". DD activation is skipped on macOS for now (patches will compute DD on the fly when applied, matching pre-1.6.99 behavior). iOS / Android / Linux / Windows are unaffected. + ## 1.6.101 (May 19, 2026) - 🐦 Flutter 3.44.0 / Dart 3.12.0 support diff --git a/bin/internal/flutter.version b/bin/internal/flutter.version index a4d43dc0..b21ba156 100644 --- a/bin/internal/flutter.version +++ b/bin/internal/flutter.version @@ -1 +1 @@ -3ba5200899c3d02cc31aed2eb75b3138e81513aa +5d9971a5527bc63e9c46350aaf0c9c427110a3d3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index bd71cb96..b4632778 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.101'; +const packageVersion = '1.6.102'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 96f8d8d5..68255653 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.101 +version: 1.6.102 repository: https://github.com/shorebirdtech/shorebird resolution: workspace