chore: prep release 1.4.12 (#2622)

This commit is contained in:
Bryan Oltman
2024-11-14 14:24:00 -05:00
committed by GitHub
parent 0c74e93d0f
commit 3dd721b00a
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -6,6 +6,16 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha
This section contains past updates we've sent to customers.
## 1.4.12 (November 14, 2024)
- 🍎 Remove logic to provide custom ExportOptions.plist to iOS builds. This was
in place to prevent Xcode from changing build numbers post-build, which
confuses Shorebird. This no longer seems to be an issue, and the
ExportOptions.plist behavior was causing issues with apps using extensions
(see https://github.com/shorebirdtech/shorebird/issues/1956). If you see
a different version of your app in App Store Connect than in your Shorebird
release, this is likely caused by this change, and you should let us know.
## 1.4.11 (November 14, 2024)
- 🐦 Support for Flutter 3.24.5
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.4.11';
const packageVersion = '1.4.12';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.4.11
version: 1.4.12
repository: https://github.com/shorebirdtech/shorebird
publish_to: none