chore(shorebird_cli): release 0.27.1 (#1813)

This commit is contained in:
Bryan Oltman
2024-03-22 14:15:51 -04:00
committed by GitHub
parent e15958419c
commit fddd5ec34b
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.27.0';
const packageVersion = '0.27.1';
+1 -1
View File
@@ -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