From ab5e65e9f83665cef72f4ea0fc87fe830db2c796 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Fri, 10 Jul 2026 16:51:21 -0700 Subject: [PATCH] chore: prepare for release 1.6.113 (#3849) --- RELEASE_NOTES.md | 6 ++++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ad70ffbb..c0825545 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,12 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch GLES --> +## 1.6.113 (July 10, 2026) + +- 🐛 Fix `--shorebird-trace` build tracing being silently disabled even on + Flutter versions that support it, caused by probing plain `flutter build -h` + output where the flag is hidden. + ## 1.6.112 (July 10, 2026) - 🐦 Flutter 3.44.6 / Dart 3.12.2 support diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 35e982fe..176093d9 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.112'; +const packageVersion = '1.6.113'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 3a91e4cb..b72cd933 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.112 +version: 1.6.113 repository: https://github.com/shorebirdtech/shorebird resolution: workspace