From a6e3e08e7e86839a3b90cfc485d82f925169b4d1 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 19 Jun 2025 11:02:46 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.48 (#3185) --- 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 e476a942..a1eed0b0 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.48 (June 19, 2025) + +- 🪟 Forward `--target` and additional args to build step on Windows + ## 1.6.47 (June 17, 2025) - 🐦 Add app_id to patch path on desktop targets diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 361661cf..40755347 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.47'; +const packageVersion = '1.6.48'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index cf79e212..02cb1a93 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.47 +version: 1.6.48 repository: https://github.com/shorebirdtech/shorebird resolution: workspace