From e9e34bdb37a47181fd8d29f4fa1c4a29e8b61be6 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 26 Nov 2025 10:29:04 -0800 Subject: [PATCH] feat: bump version for 1.6.70 (#3409) --- 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 f1533774..0f64def9 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 --> +## 1.6.70 (November 26, 2025) + +- 🩹 Fix Shorebird builds with Dart hooks and Dart 3.10.0 and 3.10.1. + ## 1.6.69 (November 24, 2025) - 🐦 Support for Flutter 3.38.3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 204c28cb..08daa8cb 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.69'; +const packageVersion = '1.6.70'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 68973e26..e59432ec 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.69 +version: 1.6.70 repository: https://github.com/shorebirdtech/shorebird resolution: workspace