From 0b0be33b441f2ca9b3fed333c40d26c7acc80cc9 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Sat, 16 May 2026 18:30:24 -0700 Subject: [PATCH] chore: prepare for release 1.6.100 --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4c2c8d3b..168370ce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch --> +## 1.6.100 (May 16, 2026) + +- 🐦 Refreshed Flutter 3.41.9 engine pin with a fix for exception-related crashes +- 💥 BREAKING: `shorebird login:ci` now hard-errors. Use API keys instead. + ## 1.6.99 (May 15, 2026) - 📉 Link percentage improvements (for Flutter 3.41.9) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 1515e5c5..d149102b 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.99'; +const packageVersion = '1.6.100'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 215c5de7..8cd72ef9 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.99 +version: 1.6.100 repository: https://github.com/shorebirdtech/shorebird resolution: workspace