From 839719aa33305eb743d0c7edf18ffaf81ce85ff4 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 6 Jan 2025 11:56:48 -0600 Subject: [PATCH] chore(shorebird_cli): v1.5.5 (#2743) --- 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 cf06ce1df..92618e223 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.5.5 (January 6, 2025) + +- ๐Ÿ” Add custom keystore support to `shorebird preview` +- ๐Ÿง‘โ€โš•๏ธ `shorebird doctor` verifies lock files are tracked in source control +- ๐Ÿงน Remove flutter version check from `shorebird doctor` + ## 1.5.4 (December 20, 2024) - โœจ Add `--no-confirm` flag to `shorebird release` and `shorebird patch` diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index d7b1f09d9..1dbba8552 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.5.4'; +const packageVersion = '1.5.5'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 40d562eec..b76f472c8 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.5.4 +version: 1.5.5 repository: https://github.com/shorebirdtech/shorebird publish_to: none