chore(shorebird_cli): release 0.26.5 (#1791)

This commit is contained in:
Bryan Oltman
2024-03-13 13:25:11 -04:00
committed by GitHub
parent aeaf812fc9
commit cd74473818
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -2,6 +2,15 @@
This section contains past updates we've sent to customers via Discord.
## 0.26.5 (March 13, 2024)
🩹 Fix issue where releases created with `--flutter-version` flag were reporting
incorrect Flutter version, causing `shorebird patch` to later fail. If you've
created a release using `--flutter-version`, you may not be able to patch.
To resolve this, create a new release after upgrading to this version.
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.5
## 0.26.4 (March 11, 2024)
🪵 Clearer error messages for cases where shorebird is not properly set up in a project.
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.26.4';
const packageVersion = '0.26.5';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.26.4
version: 0.26.5
repository: https://github.com/shorebirdtech/shorebird
publish_to: none