From ec1fe791130b07ab87e43dba6cb17fa07486ff7c Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 16 Apr 2024 18:12:54 -0500 Subject: [PATCH] chore(shorebird_cli): v1.0.1 (#1901) Co-authored-by: Eric Seidel --- RELEASE_NOTES.md | 15 +++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.lock | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- .../lib/src/version.dart | 2 +- packages/shorebird_code_push_client/pubspec.yaml | 2 +- 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a6dd267c..aaa901cd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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! 🎉🎉🎉🎉🎉🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 526cd53d..92a0d667 100644 --- a/packages/shorebird_cli/lib/src/version.dart +++ b/packages/shorebird_cli/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.0'; +const packageVersion = '1.0.1'; diff --git a/packages/shorebird_cli/pubspec.lock b/packages/shorebird_cli/pubspec.lock index a6d495e7..4354db67 100644 --- a/packages/shorebird_cli/pubspec.lock +++ b/packages/shorebird_cli/pubspec.lock @@ -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: diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 494dac4a..112acc13 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -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 diff --git a/packages/shorebird_code_push_client/lib/src/version.dart b/packages/shorebird_code_push_client/lib/src/version.dart index 7e495581..8be63e59 100644 --- a/packages/shorebird_code_push_client/lib/src/version.dart +++ b/packages/shorebird_code_push_client/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.6.0+2'; +const packageVersion = '0.6.0+3'; diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index 203a3859..24b6a662 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -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