chore(shorebird_cli): v1.1.12 (#2272)
This commit is contained in:
@@ -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,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '1.1.11';
|
||||
const packageVersion = '1.1.12';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user