From 96a63fe38f28e287999466f455dbb33a268a8d44 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 4 Jul 2022 23:03:31 +0200 Subject: [PATCH] Prepare Release 1.0.0-beta.4 --- CHANGELOG.md | 8 ++++++++ lib/src/core/version.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075364d6..2a89f469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.0-beta.4 + +- [#211](https://github.com/wiredashio/wiredash-sdk/pull/211) Fix `SyncEngine` not triggering initial 'appStart' event +- [#212](https://github.com/wiredashio/wiredash-sdk/pull/212) Remove Wiredash branding from appHandle +- [#214](https://github.com/wiredashio/wiredash-sdk/pull/214) Repect user choice when removing their email address +- [#216](https://github.com/wiredashio/wiredash-sdk/pull/216) Undeprecate `Wiredash.of(context).setUserProperties()` and `Wiredash.of(context).setBuildProperties()` as alternative to `modifyMetaData`. The new `Wiredash.of(context).metaData` getter might also be handy for you +- [#217](https://github.com/wiredashio/wiredash-sdk/pull/217) You can now adjust the pen colors in `WiredashThemeData` + ## 1.0.0-beta.3 - [#209](https://github.com/wiredashio/wiredash-sdk/pull/209) Sync state between sdk and console via `ping` diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index f748605e..2e87e3a9 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -24,4 +24,5 @@ /// 110 -> 1.0.0-beta.1 /// 111 -> 1.0.0-beta.2 /// 112 -> 1.0.0-beta.3 -const wiredashSdkVersion = 112; +/// 113 -> 1.0.0-beta.4 +const wiredashSdkVersion = 113; diff --git a/pubspec.yaml b/pubspec.yaml index 062fceb6..6842593d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wiredash description: Wiredash is an interactive user feedback tool for Flutter apps. -version: 1.0.0-beta.3 +version: 1.0.0-beta.4 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk