From 99d428091ecd6f5ede655414de9c1e133f7f371f Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Thu, 26 Mar 2026 23:59:00 -0700 Subject: [PATCH] chore: prepare for release 1.6.92 --- 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 19eb8d81..0dd1786e 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.92 (March 26, 2026) + +- 🐦 Support for Flutter 3.41.6 & Dart 3.11.4 + ## 1.6.91 (March 25, 2026) - 🔐 Support API keys for authentication ([docs](https://docs.shorebird.dev/account/api-keys/)) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 3d027849..2b4b0bca 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.91'; +const packageVersion = '1.6.92'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 5ff65495..7b67fcbd 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.91 +version: 1.6.92 repository: https://github.com/shorebirdtech/shorebird resolution: workspace