From d42474dc8ad09ef62cdfe4c2b43e1e72c2796128 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Fri, 22 May 2026 00:55:47 -0700 Subject: [PATCH] chore: prepare for release 1.6.104 --- 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 5f4cde74..764d6f3b 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.104 (May 22, 2026) + +- 🐛 Fix FFI-related crashers. + ## 1.6.103 (May 20, 2026) - 🐛 Fix iOS release/patch crashers. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index f8a50a64..840d0325 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.103'; +const packageVersion = '1.6.104'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 9480ac38..882d839e 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.103 +version: 1.6.104 repository: https://github.com/shorebirdtech/shorebird resolution: workspace