Skip to content

Commit

Permalink
Prepare Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 22, 2022
1 parent c2d242a commit 53d4415
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1 - Flutter 2.11 Update
* Remove `WidgetsBinding.instance!` warning

## 0.7.0 - Screenshot Web support for canvaskit
* [#140](https://github.com/wiredashio/wiredash-sdk/pull/135) Wiredash now supports screenshots in Flutter Web when the canvasakit renderer is used
* Flutter compatibility range: `1.26.0-17.5.pre` - `2.3.0-13.0.pre.166`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.0+1"
version: "0.7.1"
xdg_directories:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
/// 24 -> 0.6.2
/// 24 -> 0.7.0 (forgot incrementing)
/// 30 -> 0.7.0+1
const wiredashSdkVersion = 30;
/// 31 -> 0.7.1
const wiredashSdkVersion = 31;
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: 0.7.0+1
version: 0.7.1
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk

Expand Down

0 comments on commit 53d4415

Please sign in to comment.