diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e61f6..d27d6ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## [2.2.1] - 2024-05-06 +### Updated +- Fixed TouchFeedBack setState error +- TouchFeedBack on Android doesn't pause anymore + ## [2.2.0] - 2024-02-22 ### Breaking - onClick now becomes onTapped @@ -6,7 +11,6 @@ - Added posiblity to add custom effects - Removed BetterInkwell widget -# Changelog ## [2.1.5] - 2024-02-12 ### Changed - Fixed missing material in the TouchFeedback widget diff --git a/pubspec.yaml b/pubspec.yaml index 58ad11b..4db27d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: icapps architecture components for flutter projects. Contains commo homepage: https://github.com/icapps/flutter-icapps-architecture repository: https://github.com/icapps/flutter-icapps-architecture issue_tracker: https://github.com/icapps/flutter-icapps-architecture/issues -version: 2.2.0 +version: 2.2.1 environment: sdk: '>=3.0.0 <4.0.0'