From 33140fb2cf762cc04272d52b274d2bb0711396a7 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 17 Mar 2025 15:55:25 -0500 Subject: [PATCH] chore(shorebird_cli): v1.6.28 (#2985) --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2017b4d7..a12aebdd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.28 (March 17, 2025) + +- ⚙️ add `shorebird flutter config` command +- 🪟 `shorebird release windows` should support `--flutter-version=` +- 🧹 Various dependency upgrades + ## 1.6.27 (March 15, 2025) - 🩹 Fix error in `shorebird release windows` when no `--flutter-version` is specified. diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index ba1fa54b..b55e23fb 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.27'; +const packageVersion = '1.6.28'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 1401d460..9362eb7e 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.27 +version: 1.6.28 repository: https://github.com/shorebirdtech/shorebird publish_to: none