diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e4ef317..3d998bcb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,13 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha This section contains past updates we've sent to customers. +## 1.3.1 (September 4, 2024) + +- 🔧 Fix an issue where certain packages could interact poorly with the + Shorebird updater, causing patches to be unexpectedly uninstalled. See + https://github.com/shorebirdtech/updater/issues/211 for more information. +- 🔗 Remove link percentage from `shorebird patch ios` summary logs. + ## 1.3.0 (August 28, 2024) - ❗️**BREAKING** Remove deprecated `shorebird build` commands diff --git a/packages/shorebird_cli/lib/src/version.dart b/packages/shorebird_cli/lib/src/version.dart index 28c4b5b9..8eeb840f 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.3.0'; +const packageVersion = '1.3.1'; diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 294a83d5..85348dc5 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.3.0 +version: 1.3.1 repository: https://github.com/shorebirdtech/shorebird publish_to: none