From 24c8c6c01e09269bd8cafb65766ab2d63b0166a7 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 16 Apr 2025 15:59:45 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.34 (#3059) --- 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 4721943e..5201ab59 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.34 (April 16, 2025) + +- 📚 Fix several broken docs links + ## 1.6.33 (April 15, 2025) - 🐦 Support for Flutter 3.29.3 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ad04c699..165e6053 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.33'; +const packageVersion = '1.6.34'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index bf04ee65..e2e5c6e3 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.33 +version: 1.6.34 repository: https://github.com/shorebirdtech/shorebird publish_to: none