chore(shorebird_cli): draft release 1.1.23 (#2390)

This commit is contained in:
Bryan Oltman
2024-07-26 10:33:48 -04:00
committed by GitHub
parent 9b75de8a66
commit f692bcd915
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -6,6 +6,13 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha
This section contains past updates we've sent to customers.
## 1.1.23 (July 26, 2024)
- 👾 Fix issue where a space in the path to a Flutter project would cause iOS
patching to fail.
- 🛗 Fix issue that would cause `shorebird_code_push` to incorrectly report that
a new patch was available for download.
## 1.1.22 (July 23, 2024)
- 📈 Improve iOS patch performance
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.1.22';
const packageVersion = '1.1.23';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.1.22
version: 1.1.23
repository: https://github.com/shorebirdtech/shorebird
publish_to: none