chore(shorebird_cli): v1.1.12 (#2272)

This commit is contained in:
Felix Angelov
2024-06-19 15:24:55 -05:00
committed by GitHub
parent a34490dd56
commit 966e804872
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.1.12 (June 19, 2024)
- 🩹 fix iOS patches rendering issues (black screen)
- 🔎 fix iOS native assets detection
- 👀 fix `shorebird preview` using stale artifacts
- 🗑️ fix `shorebird cache clear` bug
- 🍧 add flavor validation
- 🤖 add gradlew version to `shorebird doctor`
- 🪵 improve logging
## 1.1.11 (June 11, 2024)
🫴 Fixes a bug in iOS where try/catch blocks could be ignored after patching.
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.1.11';
const packageVersion = '1.1.12';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.1.11
version: 1.1.12
repository: https://github.com/shorebirdtech/shorebird
publish_to: none