diff --git a/CHANGELOG.md b/CHANGELOG.md index 5420ab6..8014960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.4.1] - July 15, 2020 + +- Card color issue fixed. +- HStack and VStack now has cross alignment as center by default. +- Flags added to check debug, release, profile and web mode using Vx class. + + + ## [0.4.0] - May 18, 2020 - Uses latest material design text specs. diff --git a/example/pubspec.lock b/example/pubspec.lock index 27331e8..56974bc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -148,6 +148,6 @@ packages: path: ".." relative: true source: path - version: "0.4.0" + version: "0.4.1" sdks: dart: ">=2.7.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index fd93ae8..b290d6d 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: 0.4.0 +version: 0.4.1 homepage: https://velocityx.dev repository: https://github.com/iampawan/VelocityX