From a1dfc7d6bb8a2c425998eb5decf36969ba814752 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 10 Oct 2024 10:15:17 -0400 Subject: [PATCH] chore(shorebird_cli): v1.4.0 (#2524) Co-authored-by: Felix Angelov Co-authored-by: Eric Seidel --- RELEASE_NOTES.md | 4 ++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.lock | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 61b452b25..15c041026 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.4.0 (October 9, 2024) + +- 🏢 Support for organizations! (Sharing groups of apps with groups of people.) + ## 1.3.5 (September 30, 2024) - 🪵 Improve AOT Tools logging and exception reporting diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b6716f2b5..aa949898f 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.3.5'; +const packageVersion = '1.4.0'; diff --git a/packages/shorebird_cli/pubspec.lock b/packages/shorebird_cli/pubspec.lock index 90cb90871..a7b60b3ad 100644 --- a/packages/shorebird_cli/pubspec.lock +++ b/packages/shorebird_cli/pubspec.lock @@ -622,7 +622,7 @@ packages: path: "../shorebird_code_push_client" relative: true source: path - version: "0.8.0+1" + version: "0.9.0+1" shorebird_code_push_protocol: dependency: "direct main" description: diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 7a0c0b6c7..df1ce9d0d 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.3.5 +version: 1.4.0 repository: https://github.com/shorebirdtech/shorebird publish_to: none