Skip to content

Commit f66675d

Browse files
Merge pull request #228 from Sandipkakadiya/master
Release 2.0.2
2 parents 4bef5bf + a92a575 commit f66675d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## 2.0.2 - 2021-05-10
5+
6+
### Fixed
7+
* couple of Null Safety related issues.
8+
* GFcarousel issues resolved.
9+
10+
11+
412
## 2.0.1-nullsafety.4 - 2021-03-17
513

614
### Added

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "2.0.1-nullsafety.4"
95+
version: "2.0.2"
9696
js:
9797
dependency: transitive
9898
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getwidget
22
description: GetWidget is open source library that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
3-
version: 2.0.1-nullsafety.4
3+
version: 2.0.2
44
homepage: https://github.com./ionicfirebaseapp/getwidget
55

66
environment:

0 commit comments

Comments
 (0)