Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 19, 2024
1 parent e0e375d commit 5e4eb06
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.2

- Support for Flutter 3.26 [4684204](https://github.com/wiredashio/wiredash-sdk/commit/4684204ce36c00e203ed3aab25bae633faa0d464), [78fe666](https://github.com/wiredashio/wiredash-sdk/commit/78fe666078037a79bd85818d896acae364ba7d97), [46c43f7](https://github.com/wiredashio/wiredash-sdk/commit/46c43f706d037d88f0c4cbf472cc7bd801a9dd37)
- Update License [5fb4cfc](https://github.com/wiredashio/wiredash-sdk/commit/5fb4cfc6f7ea0c28f21ff3536d97ce5df1e44105)

## 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)
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 @@ -49,4 +49,5 @@
/// 216 -> 2.2.0-dev.2
/// 220 -> 2.2.0
/// 221 -> 2.2.1
const wiredashSdkVersion = 221;
/// 222 -> 2.2.2
const wiredashSdkVersion = 222;
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.1
version: 2.2.2
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 5e4eb06

Please sign in to comment.