From c8d28944b8d3eba2abd38b88924deee74556db9d Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 13 Dec 2024 16:49:38 -0600 Subject: [PATCH] chore(shorebird_cli): v1.5.0 (#2683) --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f66821ab..a9e44818 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.5.0 (December 13, 2024) + +- 🐦 Support for Flutter 3.27.0 + ## 1.4.16 (December 9, 2024) - 🍎 iOS linker improvements (additional class table improvements) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 6f03c054..cb5763e0 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.4.16'; +const packageVersion = '1.5.0'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 27f6232c..858d809e 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.4.16 +version: 1.5.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none