From d58fbc81b23050826494a8ed5ce472548db8b4f1 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Fri, 20 Feb 2026 16:41:32 -0800 Subject: [PATCH] chore: prepare for release 1.6.83 --- 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 fc28aba8..38f1dc08 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 --> +## 1.6.83 (February 20, 2026) + +- 🐦 Support for Flutter 3.41.2 +- ✨ Add AuthProvider to code push protocol + ## 1.6.82 (February 13, 2026) - 🐦 Support for Flutter 3.41.1 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 59b47a93..48637a3d 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.82'; +const packageVersion = '1.6.83'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 0627a4c3..d94ea546 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.82 +version: 1.6.83 repository: https://github.com/shorebirdtech/shorebird resolution: workspace