From fdbe552c0ff55e918c458af288da464043c6a023 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 21 Aug 2024 16:44:35 -0500 Subject: [PATCH] chore(shorebird_cli): v1.2.2 (#2437) --- 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 80883e37..c20debc4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,11 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.2.2 (August 21, 2024) + +- 🐦 Support for Flutter 3.24.1 +- 📈 Improve iOS patch performance (exclude selector offsets from op hash) + ## 1.2.1 (August 19, 2024) - 📈 Improve iOS patch performance (exclude static field loads from op hash) diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 2db1f3c6..346ec07f 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.2.1'; +const packageVersion = '1.2.2'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index f9c1272e..7ac0fd27 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.2.1 +version: 1.2.2 repository: https://github.com/shorebirdtech/shorebird publish_to: none