From caeaa05975ed211d80362dae23cf69341ff92fe6 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 14 Jan 2025 17:14:36 -0600 Subject: [PATCH] chore(shorebird_cli): v1.6.3 (#2762) --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c480532c..3a9f77bf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.6.3 (January 14, 2025) + +- 🐦 Support for Flutter 3.27.1 +- 🩹 Fix `shorebird release` entitlement validation when `plist` contains comments + ## 1.6.2 (January 14, 2025) - 🔎 Detect native changes in Windows patches diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b4d54698..f1daadc2 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.6.2'; +const packageVersion = '1.6.3'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index f57c0ea7..a4824b84 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.6.2 +version: 1.6.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none