Skip to content

Commit

Permalink
Prepare Release 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 4, 2022
1 parent 81d92c6 commit 96a63fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
3 changes: 2 additions & 1 deletion lib/src/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 96a63fe

Please sign in to comment.