Skip to content

Commit

Permalink
Prepare Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 4, 2024
1 parent 8ba83b8 commit 0aa73cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0
- Prevent `Wiredash` from scheduling tasks in your widget tests [#332](https://github.com/wiredashio/wiredash-sdk/pull/332)
- Update README with new header image, adjust pub tags
- Run tests successfully on Flutter 3.0.0 and 3.20.0 [#335](https://github.com/wiredashio/wiredash-sdk/pull/335)
- Improve testing setup [#334](https://github.com/wiredashio/wiredash-sdk/pull/334)

## 2.0.0

- New: Wiredash Analytics 🎉
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Then create a project with a descriptive name.
### 2. Add Wiredash to your pubspec.yaml

```bash
$ flutter pub add wiredash:^2.0.0
$ flutter pub add wiredash:^2.1.0
```

```yaml
dependencies:
flutter:
sdk: flutter
...
wiredash: ^2.0.0
wiredash: ^2.1.0
```
### 3. Wrap your root widget with Wiredash
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 @@ -42,4 +42,5 @@
/// 181 -> 1.8.1
/// 190 -> 1.9.0
/// 200 -> 2.0.0
const wiredashSdkVersion = 200;
/// 210 -> 2.1.0
const wiredashSdkVersion = 210;
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: 2.0.0
version: 2.1.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 0aa73cd

Please sign in to comment.