From 859e2a7fc62cf97f96ed6c6720eae8c2c245d5e5 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Fri, 27 Feb 2026 01:27:00 -0800 Subject: [PATCH] chore: prepare for release 1.6.84 --- RELEASE_NOTES.md | 8 ++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 38f1dc08..5e15f6cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,14 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.84 (February 27, 2026) + +- ✨ Add `--obfuscate` support to the `release` command (starting with Flutter 3.41.2) +- ✨ Add `--confirm` flag to `release` and `patch` commands +- 🔐 Support RSA JWK key stores for Shorebird auth +- 🐛 Fix: use forward slashes in AAB ZIP entries on Windows +- 🍎 Fix: add dSYM artifact proxy patterns for new filenames + ## 1.6.83 (February 20, 2026) - 🐦 Support for Flutter 3.41.2 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 48637a3d..f3d9f2e4 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.83'; +const packageVersion = '1.6.84'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 164e1c0a..2d6ea7d3 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.83 +version: 1.6.84 repository: https://github.com/shorebirdtech/shorebird resolution: workspace