diff --git a/CHANGELOG.md b/CHANGELOG.md index 79aa3a9..1a4186c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 33b0f89..0490a7a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -183,7 +183,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" xml: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index a2548f4..587beca 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 49b2070..ccb4c4c 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.1.1 +version: 0.1.2 homepage: https://velocity-x.web.app repository: https://github.com/iampawan/VelocityX