From 65e0e56cce462445b7dad3818251dfe19b424b3e Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 25 Apr 2024 14:28:37 -0400 Subject: [PATCH] chore(shorebird_cli): release 1.0.3 (#1974) --- RELEASE_NOTES.md | 11 +++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index becfef1e..72a979ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,17 @@ This section contains past updates we've sent to customers via Discord. +## 1.0.3 (April 25, 2024) + +- 🐦 Support for Flutter 3.19.6 +- 🖨️ Improve logging for patch commands to include Flutter version being used to build +- 💾 Improve consistency of Shorebird artifact downloads +- ✅ Add validation that shorebird.yaml is present in pubspec.yaml assets section +- 🌌 Improved handling of multi-dimensional Android flavors +- 🔗 `--debug-linker` flag added to `patch ios` command to help debug low link percentages + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v1.0.3 + ## 1.0.2 (April 18, 2024) - 🍢 Fix a kebab-casing issue with Android Flavors diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b0e99a53..ee682076 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.2'; +const packageVersion = '1.0.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 44e2dff5..8bd5d589 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.2 +version: 1.0.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none