Skip to content

Commit

Permalink
v0.4.1 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Jul 15, 2020
1 parent 7a0f68a commit a8f38e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a8f38e1

Please sign in to comment.