diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e4c8dee2..2ac1ba7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkishan appbundle proto tlsv --> +## 1.6.58 (September 5, 2025) + +- 🐦 Support for Flutter 3.35.3 + ## 1.6.57 (August 26, 2025) - 🐦 Support for Flutter 3.35.2 diff --git a/bin/internal/flutter.version b/bin/internal/flutter.version index 865a5836..be2a2029 100644 --- a/bin/internal/flutter.version +++ b/bin/internal/flutter.version @@ -1 +1 @@ -d8361b880667126449f2be1cc170953222dce0b4 +f09774bfc91ddc69f70b5abe611ec8bae85cfee4 diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index a6d54cb1..dad2529d 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.57'; +const packageVersion = '1.6.58'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 71875cbb..54804610 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.57 +version: 1.6.58 repository: https://github.com/shorebirdtech/shorebird resolution: workspace