chore(shorebird_cli): v1.5.5 (#2743)

This commit is contained in:
Felix Angelov
2025-01-06 11:56:48 -06:00
committed by GitHub
parent 10322b960d
commit 839719aa33
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -6,6 +6,12 @@ cspell:words pubspec erickzanardo xcframeworks Cupertino codesign codecov rkisha
This section contains past updates we've sent to customers.
## 1.5.5 (January 6, 2025)
- 🔐 Add custom keystore support to `shorebird preview`
- 🧑‍⚕️ `shorebird doctor` verifies lock files are tracked in source control
- 🧹 Remove flutter version check from `shorebird doctor`
## 1.5.4 (December 20, 2024)
- ✨ Add `--no-confirm` flag to `shorebird release` and `shorebird patch`
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.5.4';
const packageVersion = '1.5.5';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.5.4
version: 1.5.5
repository: https://github.com/shorebirdtech/shorebird
publish_to: none