chore(shorebird_cli): release 1.0.2 (#1931)

This commit is contained in:
Bryan Oltman
2024-04-18 11:21:43 -04:00
committed by GitHub
parent 4c181147e7
commit 3bd3f64e8e
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -2,6 +2,13 @@
This section contains past updates we've sent to customers via Discord.
## 1.0.2 (April 18, 2024)
- 🍢 Fix a kebab-casing issue with Android Flavors
- 📝 Include Flutter version in patch command logs
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v1.0.2
## 1.0.1 (April 17, 2024)
- 🚀 Improve link percentage by ~10-15% for all iOS patches
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.0.1';
const packageVersion = '1.0.2';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.0.1
version: 1.0.2
repository: https://github.com/shorebirdtech/shorebird
publish_to: none