From 1f424734906f18823cb3e0b3f42f7fbedbc16736 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 8 Sep 2023 23:25:03 +0200 Subject: [PATCH] chore(shorebird_cli): v0.14.7 (#1243) --- RELEASE_NOTES.md | 14 ++++++++++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6b71a9b3..55b64ffb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,20 @@ This section contains past updates we've sent to customers via Discord. +## 0.14.7 (September 8, 2023) + +We've just released Shorebird v0.14.7 🎉 + +- 👀 Support `--device-id` for `shorebird preview` +- 🧩 Add patch number to `shorebird patch` output +- 🚨 Add error reporting to updater + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.14.7 + +As always, you can upgrade using `shorebird upgrade` + +Please let us know if we can help! + ## 0.14.6 (August 31, 2023) We've just released Shorebird v0.14.6 🎉 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index bd2d7ec4..cb54b03f 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.6'; +const packageVersion = '0.14.7'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 88b2bdc3..bb35256c 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.6 +version: 0.14.7 repository: https://github.com/shorebirdtech/shorebird publish_to: none