Skip to content

Commit

Permalink
Prepare 1.0.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed May 9, 2022
1 parent 4ebbda7 commit 5df81ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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;
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-alpha.7
version: 1.0.0-beta.1
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit 5df81ef

Please sign in to comment.