From 6a3e2efdb597a1ffb818ca3bceef69b7d0e9e13e Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Fri, 13 Feb 2026 15:54:52 -0800 Subject: [PATCH] chore: prepare for 1.6.82 release --- 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 a456d9a4..fc28aba8 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 --> +## 1.6.82 (February 13, 2026) + +- 🐦 Support for Flutter 3.41.1 + ## 1.6.81 (February 11, 2026) - 🐦 Support for Flutter 3.41.0 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 0a2284a5..59b47a93 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.81'; +const packageVersion = '1.6.82'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index ac4b7ed5..0627a4c3 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.81 +version: 1.6.82 repository: https://github.com/shorebirdtech/shorebird resolution: workspace