From 369761c10301cf89631d0312ff6ccff0e15c69b1 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Mon, 27 May 2024 20:53:47 +0530 Subject: [PATCH] fixes --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377b8ab..adc0ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [4.2.1] - May 27, 2024 + +- WidgetState reverted back to MaterialState for compatibility with Flutter <3.22 + ## [4.2.0] - May 21, 2024 - Flutter 3.22 support diff --git a/pubspec.yaml b/pubspec.yaml index cf7fe1e..1ba88b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: velocity_x description: A minimalist Flutter framework for rapidly building custom designs. -version: 4.2.0 +version: 4.2.1 homepage: https://velocityx.dev repository: https://github.com/iampawan/VelocityX documentation: https://velocityx.dev