docs: Release notes for 0.26.1 (#1757)

This commit is contained in:
Eric Seidel
2024-02-26 14:44:09 -08:00
committed by GitHub
parent 19e08ae980
commit d47cd48538
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -2,6 +2,17 @@
This section contains past updates we've sent to customers via Discord.
## 0.26.1 (February 26, 2024)
🆕 Updated to Flutter 3.19.1.
🪟 Fixed `shorebird patch` failing on some Windows installs (missing .dll).
☁️ Added Microsoft login to `shorebird login` and console.shorebird.dev.
Microsoft login will show Shorebird as an "unverified" app for a few more
days until our Microsoft Partner Program application completes.
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.1
## 0.26.0 (February 15, 2024)
🆕 Updated to Flutter 3.19.0.
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.26.0';
const packageVersion = '0.26.1';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.26.0
version: 0.26.1
repository: https://github.com/shorebirdtech/shorebird
publish_to: none