From 93929df3a83b04037d9c054cceb43cc15c7d3f16 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 17 Jun 2025 15:51:54 -0400 Subject: [PATCH] chore: prep release 1.6.47 (#3180) Co-authored-by: Felix Angelov --- 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 6fb30e9d..e476a942 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 --> +## 1.6.47 (June 17, 2025) + +- 🐦 Add app_id to patch path on desktop targets + ## 1.6.46 (June 17, 2025) - ✨ Add new `shorebird create` command diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 43fe8fd3..361661cf 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.46'; +const packageVersion = '1.6.47'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 8dfb1d28..cf79e212 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.46 +version: 1.6.47 repository: https://github.com/shorebirdtech/shorebird resolution: workspace