From 488570d3f05d753014514d5d3dbfa94ca8e4c109 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 5 Nov 2024 11:50:35 -0600 Subject: [PATCH] chore(shorebird_code_push): v2.0.0-dev.2 (#230) --- 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 de834f1..71ee14b 100644 --- a/shorebird_code_push/CHANGELOG.md +++ b/shorebird_code_push/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.0-dev.2 + +- fix: tighten library exports + # 2.0.0-dev.1 - **BREAKING**: revamp the updater API diff --git a/shorebird_code_push/pubspec.yaml b/shorebird_code_push/pubspec.yaml index 597c82f..00589b0 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.0-dev.1 +version: 2.0.0-dev.2 homepage: https://shorebird.dev repository: https://github.com/shorebirdtech/updater/tree/main/shorebird_code_push