Skip to content

Commit

Permalink
Prepare Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed May 11, 2023
1 parent 97a44ad commit 3ba3f34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.7.0

- [#278](https://github.com/wiredashio/wiredash-sdk/pull/278) Add Support for Flutter 3.10
- [#274](https://github.com/wiredashio/wiredash-sdk/pull/274) Raise min Flutter SDK to Flutter 3.0.0 / Dart 2.17
- [#268](https://github.com/wiredashio/wiredash-sdk/pull/268) Add czech locale `cs` 🇨🇿 @lukas-h
- [#275](https://github.com/wiredashio/wiredash-sdk/pull/275) Add german promoter score localizations 🇩🇪 @Dev-dfm
- [#272](https://github.com/wiredashio/wiredash-sdk/pull/272) Fix: Prefill email field from `collectMetadata` if available, when screenshot step is skipped
- [#276](https://github.com/wiredashio/wiredash-sdk/pull/276) Fix top padding on Android phones with notch.

## 1.6.0

- [#266](https://github.com/wiredashio/wiredash-sdk/pull/266) Support for Flutter `3.7`. Required for `go_router` users
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release checklist

- run `pana --no-warning` and check score is 120/120 (Actually 110/120 because "Support up-to-date dependencies" fails locally)
- run `pana --no-warning` and check score is 130/130
- Bump version in `pubspec.yaml`
- Increment `wiredashSdkVersion` in `lib/src/version.dart` by `1` for patch releases, by `10` for minor releases
- Make sure `prod` backend is used, not `dev` in `lib/src/core/network/wiredash_api.dart` (ending with `.io`, not `.dev`)
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 @@ -32,4 +32,5 @@
/// 140 -> 1.2.0
/// 150 -> 1.5.0
/// 160 -> 1.6.0
const wiredashSdkVersion = 160;
/// 170 -> 1.7.0
const wiredashSdkVersion = 170;
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 including Promoter Score.
version: 1.6.0
version: 1.7.0
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues
Expand Down

0 comments on commit 3ba3f34

Please sign in to comment.