From c563f40728d2eb67b79abbaf4d95f5f2de61db45 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 11 Sep 2023 17:22:56 +0200 Subject: [PATCH] chore(shorebird_cli): v0.14.8 (#1249) --- RELEASE_NOTES.md | 12 ++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 55b64ffb..b5aed3fd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,18 @@ This section contains past updates we've sent to customers via Discord. +## 0.14.8 (September 8, 2023) + +We've just released Shorebird v0.14.8 🎉 + +- 🐦 Flutter 3.13.3 support! + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.14.8 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.14.7 (September 8, 2023) We've just released Shorebird v0.14.7 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index cb54b03f..12806311 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 = '0.14.7'; +const packageVersion = '0.14.8'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index bb35256c..d822185d 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: 0.14.7 +version: 0.14.8 repository: https://github.com/shorebirdtech/shorebird publish_to: none