chore: roll version to 1.0.6 and add release notes (#2057)
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
|
||||
This section contains past updates we've sent to customers via Discord.
|
||||
|
||||
## 1.0.6 (May 9, 2024)
|
||||
|
||||
- ♊ `shorebird release` and `shorebird patch` now accept `--platforms` to
|
||||
specify which platforms to release or patch. This allows you to release or
|
||||
patch multiple platforms in a single command. For example, `shorebird release
|
||||
--platforms android,ios` will release to both Android and iOS platforms.
|
||||
- 🏜️ `shorebird release` now supports `--dry-run` like `shorebird patch`.
|
||||
- 🪲 `shorebird` commands now save a file with debug info which can be manually
|
||||
/ optionally sent to our team for help debugging any issue you encounter.
|
||||
|
||||
Multiple platform support required an extensive re-write of the release and
|
||||
patch commands. If you encounter any issues, please let us know!
|
||||
|
||||
## 1.0.5 (May 6, 2024)
|
||||
|
||||
- 🔗 Improve iOS patch speed when adding/removing classes
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Generated code. Do not modify.
|
||||
const packageVersion = '1.0.5';
|
||||
const packageVersion = '1.0.6';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: shorebird_cli
|
||||
description: Command-line tool to interact with Shorebird's services.
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
repository: https://github.com/shorebirdtech/shorebird
|
||||
|
||||
publish_to: none
|
||||
|
||||
Reference in New Issue
Block a user