From 44575fb35dde8a0521f9cd3b7fb66536d3518294 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 19 Dec 2025 15:33:10 -0500 Subject: [PATCH] chore: release 1.6.73 (#3433) --- RELEASE_NOTES.md | 7 +++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8e56cbc5..bd17ab70 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,13 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya --> +## 1.6.73 (December 19, 2025) + +- 🐦 Hotfix for 3.38.5 to fix an issue where releases with rolled back patches + were not always updating properly. +- 🛤️ Added `shorebird patches set-track` command, which lets you put a given + patch number on any track you'd like. + ## 1.6.72 (December 16, 2025) - 🐦 Support for Flutter 3.38.5 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 29c9cb4a..ecccaae6 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.6.72'; +const packageVersion = '1.6.73'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 6bc45adb..f43012c5 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.6.72 +version: 1.6.73 repository: https://github.com/shorebirdtech/shorebird resolution: workspace