chore(shorebird_cli): v1.0.1 (#1901)

Co-authored-by: Eric Seidel <eric@shorebird.dev>
This commit is contained in:
Felix Angelov
2024-04-16 18:12:54 -05:00
committed by GitHub
parent 81c250c8d1
commit ec1fe79113
6 changed files with 20 additions and 5 deletions
+15
View File
@@ -2,6 +2,21 @@
This section contains past updates we've sent to customers via Discord.
## 1.0.1 (April 16, 2024)
- 🚀 Improve link percentage by ~10-15% for all iOS patches
- 🩹 Fix potentially incorrect behavior in optimized try/catch on iOS patches
- 🥞 Fix potential crashes when using dwarf stack traces on iOS patches
- 🖇️ Fix potential errors on iOS patches due to link table alignment bug in the snapshot
- 🔐 Ensure all release artifacts are built using the same Flutter revision
- ❅ Fix flaky failures when encoding archives (observed in `shorebird preview` on Windows)
- 📝 Include patch instructions after all `release` commands
- 🔗 Link to the Shorebird Console when a release already exists
- 🚉 Support `--target-platforms` on android release and patch commands
- 🍧 Fix `shorebird release android` with camelCase flavor names
️ [Shorebird Status](https://docs.shorebird.dev/status) tracks any known issues.
## 1.0.0 (April 8, 2024)
🎉🎉🎉🎉🎉🎉 It's here! 🎉🎉🎉🎉🎉🎉
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.0.0';
const packageVersion = '1.0.1';
+1 -1
View File
@@ -591,7 +591,7 @@ packages:
path: "../shorebird_code_push_client"
relative: true
source: path
version: "0.6.0+2"
version: "0.6.0+3"
shorebird_code_push_protocol:
dependency: "direct main"
description:
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.0.0
version: 1.0.1
repository: https://github.com/shorebirdtech/shorebird
publish_to: none
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.6.0+2';
const packageVersion = '0.6.0+3';
@@ -1,6 +1,6 @@
name: shorebird_code_push_client
description: Library which allows Dart applications to interact with the ShoreBird CodePush API
version: 0.6.0+2
version: 0.6.0+3
repository: https://github.com/shorebirdtech/shorebird
publish_to: none