chore(shorebird_cli): v1.1.19 (#2360)

This commit is contained in:
Felix Angelov
2024-07-16 00:06:09 -05:00
committed by GitHub
parent 40ab1da3e5
commit 6838e3f65c
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -6,6 +6,14 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha
This section contains past updates we've sent to customers.
## 1.1.19 (July 15, 2024)
- 📦 Fix a bug where artifacts (aot_tools.dill, bundletool.jar) could sometimes get corrupted by an interrupted download.
- 🚨 Better usage exception handling
- ✨ Display human readable Flutter versions (e.g. 3.22.2) in addition to Flutter version hashes in more places.
- 🪵 Better error logging on Windows
- 📊 Improve linker diagnostics
## 1.1.18 (July 11, 2024)
- 🩹 Fix `shorebird release android` when using older Flutter versions
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.1.18';
const packageVersion = '1.1.19';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.1.18
version: 1.1.19
repository: https://github.com/shorebirdtech/shorebird
publish_to: none