Skip to content

Commit 756ad08

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
release 1.2.3
1 parent eecce8f commit 756ad08

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## 1.2.3 - 2020-11-12
5+
6+
### Fixed
7+
* [GFProgressBar] issue.
8+
* [GFBottomSheet] minor issue.
9+
* [GFIconButton] wrong touch issue. #195
10+
* [GFDropdown] minor issue.
11+
* [GFCarousel] issue. #185
12+
* Many more minor improvements.
13+
14+
15+
416
## 1.2.2 - 2020-10-02
517

618
### Fixed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "1.2.2"
95+
version: "1.2.3"
9696
matcher:
9797
dependency: transitive
9898
description:

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
name: meta
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.3.0-nullsafety.4"
76+
version: "1.3.0-nullsafety.3"
7777
path:
7878
dependency: transitive
7979
description:
@@ -99,7 +99,7 @@ packages:
9999
name: stack_trace
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.10.0-nullsafety.2"
102+
version: "1.10.0-nullsafety.1"
103103
stream_channel:
104104
dependency: transitive
105105
description:
@@ -143,4 +143,4 @@ packages:
143143
source: hosted
144144
version: "2.1.0-nullsafety.3"
145145
sdks:
146-
dart: ">=2.10.0-110 <=2.11.0-213.1.beta"
146+
dart: ">=2.10.0-110 <2.11.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getwidget
22
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.
3-
version: 1.2.2
3+
version: 1.2.3
44
homepage: https://github.com/ionicfirebaseapp/getwidget
55

66
environment:

0 commit comments

Comments
 (0)