Skip to content

Commit

Permalink
pub updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Mar 23, 2020
1 parent d718552 commit 070eebf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Breaking Change[0.1.2] - March 21, 2020

-- Renamed Colors -> Eg: redColor100 is now red100 and red100 is now redHex100.
-- It will make the color naming consistent.
-- Neumorphism added to the box.

## [0.1.1] - March 21, 2020

- Bug Fixes for stable channel
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
xml:
dependency: transitive
description:
Expand Down
9 changes: 1 addition & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.4"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -169,7 +162,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.11"
version: "0.2.15"
typed_data:
dependency: transitive
description:
Expand Down
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.1.1
version: 0.1.2
homepage: https://velocity-x.web.app
repository: https://github.com/iampawan/VelocityX

Expand Down

0 comments on commit 070eebf

Please sign in to comment.