From fddd5ec34bf490e357ffc3ae82d13972474dc371 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 22 Mar 2024 14:15:51 -0400 Subject: [PATCH] chore(shorebird_cli): release 0.27.1 (#1813) --- RELEASE_NOTES.md | 8 ++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 78a45efce..265c03ad3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,14 @@ This section contains past updates we've sent to customers via Discord. +## 0.27.1 (March 22, 2024) + +🪟 Automatically detects a CI environment when running on an Azure pipeline. +👀 Fixes a bug in `shorebird preview` where the command could fail if Flutter +had not downloaded the necessary dependencies. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.27.1 + ## 0.27.0 (March 21, 2024) 🛑 Removes support for the `--force` flag for release and patch commands (see below) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 20a0174b5..1bbacd046 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 = '0.27.0'; +const packageVersion = '0.27.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index cbe4eb460..b3fb7189c 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: 0.27.0 +version: 0.27.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none