chore(shorebird_cli): release 1.0.3 (#1974)

This commit is contained in:
Bryan Oltman
2024-04-25 14:28:37 -04:00
committed by GitHub
parent 712af276d1
commit 65e0e56cce
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -2,6 +2,17 @@
This section contains past updates we've sent to customers via Discord.
## 1.0.3 (April 25, 2024)
- 🐦 Support for Flutter 3.19.6
- 🖨️ Improve logging for patch commands to include Flutter version being used to build
- 💾 Improve consistency of Shorebird artifact downloads
- ✅ Add validation that shorebird.yaml is present in pubspec.yaml assets section
- 🌌 Improved handling of multi-dimensional Android flavors
- 🔗 `--debug-linker` flag added to `patch ios` command to help debug low link percentages
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v1.0.3
## 1.0.2 (April 18, 2024)
- 🍢 Fix a kebab-casing issue with Android Flavors
+1 -1
View File
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '1.0.2';
const packageVersion = '1.0.3';
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 1.0.2
version: 1.0.3
repository: https://github.com/shorebirdtech/shorebird
publish_to: none