From cbe348ce3f069ae1e5ab2e7aef92d9a3f22e7922 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 7 Feb 2025 15:51:50 -0600 Subject: [PATCH] chore(shorebird_code_push): v2.0.3 (#268) --- shorebird_code_push/CHANGELOG.md | 4 ++++ shorebird_code_push/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/shorebird_code_push/CHANGELOG.md b/shorebird_code_push/CHANGELOG.md index 7e1c8ba..e308d1c 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.3 + +- feat: override `toString` in `ReadPatchException` and `UpdateException` + # 2.0.2 - fix: un-break web platform diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 0e5a390..24b2e17 100644 --- a/shorebird_code_push/pubspec.yaml +++ b/shorebird_code_push/pubspec.yaml @@ -1,6 +1,6 @@ name: shorebird_code_push description: Check for and download Shorebird code push updates from your app. -version: 2.0.2 +version: 2.0.3 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push