From 3bd3f64e8e46d194a2c2eb5b9f78c6f2c822b561 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 18 Apr 2024 11:21:43 -0400 Subject: [PATCH] chore(shorebird_cli): release 1.0.2 (#1931) --- RELEASE_NOTES.md | 7 +++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 65f06f7f9..becfef1e2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,13 @@ This section contains past updates we've sent to customers via Discord. +## 1.0.2 (April 18, 2024) + +- 🍢 Fix a kebab-casing issue with Android Flavors +- 📝 Include Flutter version in patch command logs + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v1.0.2 + ## 1.0.1 (April 17, 2024) - 🚀 Improve link percentage by ~10-15% for all iOS patches diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 92a0d667e..b0e99a53e 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.1'; +const packageVersion = '1.0.2'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index a08dea805..177e3a80e 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.1 +version: 1.0.2 repository: https://github.com/shorebirdtech/shorebird publish_to: none