From db94ba19df6c1c38fa7fbbd0bb3634cd072275b9 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 5 Mar 2024 15:46:47 -0500 Subject: [PATCH] chore(shorebird_cli): release 0.26.3 (#1776) --- RELEASE_NOTES.md | 7 +++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.lock | 8 ++++---- packages/shorebird_cli/pubspec.yaml | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5796ccba..608044d7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,13 @@ This section contains past updates we've sent to customers via Discord. +## 0.26.3 (March 5, 2024) + +🧑‍🔬 Record more diagnostic information to help solve problems with patches. +🪵 Improved messaging for expiring CI tokens. + +📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.3 + ## 0.26.2 (February 29, 2024) ⬇️ Lower required Dart version to 3.0 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index b54d7819..7387f52e 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.26.2'; +const packageVersion = '0.26.3'; diff --git a/packages/shorebird_cli/pubspec.lock b/packages/shorebird_cli/pubspec.lock index 771ff060..62717054 100644 --- a/packages/shorebird_cli/pubspec.lock +++ b/packages/shorebird_cli/pubspec.lock @@ -229,10 +229,10 @@ packages: dependency: transitive description: name: dart_style - sha256: "40ae61a5d43feea6d24bd22c0537a6629db858963b99b4bc1c3db80676f32368" + sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9" url: "https://pub.dev" source: hosted - version: "2.3.4" + version: "2.3.6" equatable: dependency: transitive description: @@ -374,10 +374,10 @@ packages: dependency: "direct main" description: name: json_path - sha256: b1a3e5e34c862a6ca598e226e725647e462bde9fd98dbfa21bb53e105efeb177 + sha256: "149d32ceb7dc22422ea6d09e401fd688f54e1343bc9ff8c3cb1900ca3b1ad8b1" url: "https://pub.dev" source: hosted - version: "0.7.0" + version: "0.7.1" json_serializable: dependency: "direct dev" description: diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 9b3d9cfd..9eeecba3 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.26.2 +version: 0.26.3 repository: https://github.com/shorebirdtech/shorebird publish_to: none