From 5df81eff796481885622955dadcffeeaba9b0b62 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 9 May 2022 17:05:11 +0200 Subject: [PATCH] Prepare 1.0.0-beta.1 release --- CHANGELOG.md | 11 +++++++++++ lib/src/core/version.dart | 3 ++- pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8527ee..33352fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.0.0-beta.1 + +- [#205](https://github.com/wiredashio/wiredash-sdk/pull/205) Improve theming capabilities. Better automatic colors, more customizations. New `WiredashThemeData` properties: + - `primaryContainerColor` + - `textOnPrimaryContainerColor` + - `secondaryContainerColor` + - `textOnSecondaryContainerColor` + - `appBackgroundColor` + - `appHandleBackgroundColor` + - Removal of `primaryTextColor` and `secondaryTextColor`, those are not completely automatic + ## 1.0.0-alpha.7 Android back button support & resizing diff --git a/lib/src/core/version.dart b/lib/src/core/version.dart index 5b3e107d..6b3b15c0 100644 --- a/lib/src/core/version.dart +++ b/lib/src/core/version.dart @@ -21,4 +21,5 @@ /// 105 -> 1.0.0-alpha.5 /// 106 -> 1.0.0-alpha.6 /// 107 -> 1.0.0-alpha.7 -const wiredashSdkVersion = 107; +/// 110 -> 1.0.0-beta.1 +const wiredashSdkVersion = 110; diff --git a/pubspec.yaml b/pubspec.yaml index e5aa15b1..6497b76f 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-alpha.7 +version: 1.0.0-beta.1 homepage: https://wiredash.io repository: https://github.com/wiredashio/wiredash-sdk