From 0accf669862cb263cd3e7c88d5e3f3bae617dd22 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Thu, 25 Jun 2026 14:17:29 -0700 Subject: [PATCH] chore: prepare for release v1.6.110 --- RELEASE_NOTES.md | 5 +++++ packages/shorebird_cli/lib/src/version.dart | 2 +- packages/shorebird_cli/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7699b05c..7fafe7a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,11 @@ cspell:words pubspec erickzanardo xcframeworks cupertino codesign codecov rkishan appbundle proto tlsv kingdomseed Peetee Aditya serde bipatch GLES --> +## 1.6.110 (June 25, 2026) + +- 🐦 Flutter 3.44.4 / Dart 3.12.2 support + - Linux: fix bounds checking in `FlAccessibleTextField`. + ## 1.6.109 (June 22, 2026) - 🐦 Flutter 3.44.3 / Dart 3.12.2 support diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 477fa56c..5a704771 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.109'; +const packageVersion = '1.6.110'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 7f714031..6077db38 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.109 +version: 1.6.110 repository: https://github.com/shorebirdtech/shorebird resolution: workspace