chore(shorebird_cli): release 0.27.1 (#1813)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '0.27.0';
|
||||
const packageVersion = '0.27.1';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user