Skip to content

Commit

Permalink
Prepare release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 12, 2024
1 parent 38b2600 commit ff16e91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.1

- Fix `isBeforeFlutter3_22()` check, fixing the lifecycle on `web` in Flutter 3.19 [#354](https://github.com/wiredashio/wiredash-sdk/pull/354)
- Detect `FakeTimer` without try-catch [#355](https://github.com/wiredashio/wiredash-sdk/pull/355)

## 2.2.0

- Track Custom Analytics events (requires paid plan) [#338](https://github.com/wiredashio/wiredash-sdk/pull/338)
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 @@ -48,4 +48,5 @@
/// 215 -> 2.2.0-dev.1
/// 216 -> 2.2.0-dev.2
/// 220 -> 2.2.0
const wiredashSdkVersion = 220;
/// 221 -> 2.2.1
const wiredashSdkVersion = 221;
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.2.0
version: 2.2.1
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 ff16e91

Please sign in to comment.