diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f7bf5..90bac97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2.1 + +- Fix missing inherited widget for CupertinoAdaptiveTheme. + # 3.2.0 - Fix calling `AdaptiveTheme.of` or `CupertinoAdaptiveTheme.of` not creating a dependency on it. diff --git a/pubspec.yaml b/pubspec.yaml index 8c35df0..05b9913 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: adaptive_theme description: Allows to change between light and dark theme dynamically and add system adaptive theme support. -version: 3.2.0 +version: 3.2.1 homepage: https://github.com/birjuvachhani/adaptive_theme screenshots: