From a8f38e195ac00f5e9fdbb24d8ab3340f228b8e4b Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Wed, 15 Jul 2020 14:41:05 +0530 Subject: [PATCH] v0.4.1 ready --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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