From 4e99fec368c18fa88bbf8f977ab4ca61aeb93e50 Mon Sep 17 00:00:00 2001 From: Rafael Barbosa Date: Sat, 22 Jun 2019 21:47:35 -0300 Subject: [PATCH] create new version --- .idea/libraries/Dart_Packages.xml | 28 ++++++++++++++-------------- CHANGELOG.md | 5 +++++ example/pubspec.lock | 16 ++++++++-------- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 2 +- 5 files changed, 36 insertions(+), 31 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 7bc4e54..de5bc60 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,7 +5,7 @@ - @@ -47,7 +47,7 @@ - @@ -68,14 +68,14 @@ - - @@ -89,7 +89,7 @@ - @@ -103,7 +103,7 @@ - @@ -124,7 +124,7 @@ - @@ -145,21 +145,21 @@ - + - + - - - + + + - + - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 74edcaa..fce828e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## [0.2.0] - 29/04/2019. + +* Fix Issue #4 +* add LightBulb RRect + ## [0.1.0] - 29/04/2019. * Add change opacity shadow diff --git a/example/pubspec.lock b/example/pubspec.lock index 5ae516c..aac2f1d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0" boolean_selector: dependency: transitive description: @@ -45,7 +45,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.3+1" + version: "0.12.5" meta: dependency: transitive description: @@ -66,14 +66,14 @@ packages: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.4.0" + version: "1.5.0" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" sky_engine: dependency: transitive description: flutter @@ -85,7 +85,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.4" + version: "1.5.5" stack_trace: dependency: transitive description: @@ -99,7 +99,7 @@ packages: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "1.6.8" + version: "2.0.0" string_scanner: dependency: transitive description: @@ -120,7 +120,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.2" + version: "0.2.4" tutorial_coach_mark: dependency: "direct main" description: @@ -143,4 +143,4 @@ packages: source: hosted version: "2.0.8" sdks: - dart: ">=2.1.0 <3.0.0" + dart: ">=2.2.0 <3.0.0" diff --git a/pubspec.lock b/pubspec.lock index ea890ff..a1e8431 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0" boolean_selector: dependency: transitive description: @@ -45,7 +45,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.3+1" + version: "0.12.5" meta: dependency: transitive description: @@ -66,14 +66,14 @@ packages: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.4.0" + version: "1.5.0" quiver: dependency: transitive description: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.0.1" + version: "2.0.2" sky_engine: dependency: transitive description: flutter @@ -85,7 +85,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.4" + version: "1.5.5" stack_trace: dependency: transitive description: @@ -99,7 +99,7 @@ packages: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "1.6.8" + version: "2.0.0" string_scanner: dependency: transitive description: @@ -120,7 +120,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.2" + version: "0.2.4" typed_data: dependency: transitive description: @@ -136,4 +136,4 @@ packages: source: hosted version: "2.0.8" sdks: - dart: ">=2.1.0 <3.0.0" + dart: ">=2.2.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index f540151..628bf7c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tutorial_coach_mark description: Guide that helps you to present your app and its features in a beautiful, simple and customizable way. -version: 0.1.2 +version: 0.2.0 author: RafaelBarbosatec homepage: https://github.com/RafaelBarbosatec/tutorial_coach_mark