diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e1efb3..0448aa8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## 1.2.3 - 2020-11-12 + +### Fixed +* [GFProgressBar] issue. +* [GFBottomSheet] minor issue. +* [GFIconButton] wrong touch issue. #195 +* [GFDropdown] minor issue. +* [GFCarousel] issue. #185 +* Many more minor improvements. + + + ## 1.2.2 - 2020-10-02 ### Fixed diff --git a/example/pubspec.lock b/example/pubspec.lock index 10b10812..2fe44bd7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "1.2.2" + version: "1.2.3" matcher: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 65991e82..b308ac32 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -73,7 +73,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety.4" + version: "1.3.0-nullsafety.3" path: dependency: transitive description: @@ -99,7 +99,7 @@ packages: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0-nullsafety.2" + version: "1.10.0-nullsafety.1" stream_channel: dependency: transitive description: @@ -143,4 +143,4 @@ packages: source: hosted version: "2.1.0-nullsafety.3" sdks: - dart: ">=2.10.0-110 <=2.11.0-213.1.beta" + dart: ">=2.10.0-110 <2.11.0" diff --git a/pubspec.yaml b/pubspec.yaml index 43a330e6..0dd14f28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: getwidget description: GetWidget is open source libraries that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need. -version: 1.2.2 +version: 1.2.3 homepage: https://github.com/ionicfirebaseapp/getwidget environment: