Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 4, 2023
1 parent b43e038 commit a8bad23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.7.4

- Localize discard confirm button in Promoter Score survey `feedbackDiscardConfirmButton` #299
- Localize button screenshot text on mobile `feedbackStep3ScreenshotBottomBarTitle` (new) #299
- Remove hit testing warnings in tests #300

## 1.7.3
- Update to Flutter 3.13 [#292](https://github.com/wiredashio/wiredash-sdk/pull/292)
- Update cirruslabs Flutter containers to always test against the latest Flutter versions
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 @@ -36,4 +36,5 @@
/// 171 -> 1.7.1
/// 172 -> 1.7.2
/// 173 -> 1.7.3
const wiredashSdkVersion = 173;
/// 174 -> 1.7.4
const wiredashSdkVersion = 174;
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.7.3
version: 1.7.4
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 a8bad23

Please sign in to comment.