Skip to content

Commit 88ba779

Browse files
Merge pull request #44 from Sandipkakadiya/review
1.2.4 release & analyze related changes, changelog updated
2 parents b6c4299 + 2cb99c9 commit 88ba779

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ before_script:
2626
script:
2727
- ./../flutter/bin/flutter analyze .
2828
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib
29+
- ./../flutter/bin/flutter test

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## 1.2.3 - 2020-11-12
4+
## 1.2.4 - 2020-11-12
55

66
### Fixed
77
* [GFProgressBar] issue.
@@ -11,6 +11,11 @@
1111
* [GFCarousel] issue. #185
1212
* Many more minor improvements.
1313

14+
### Added
15+
* Test cases added for couple of components
16+
- GFLoader
17+
- GFTypography
18+
1419

1520

1621
## 1.2.2 - 2020-10-02

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.3"
95+
version: "1.2.4"
9696
js:
9797
dependency: transitive
9898
description:

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.3
3+
version: 1.2.4
44
homepage: https://github.com/ionicfirebaseapp/getwidget
55

66
environment:

test/getflutter_test.dart

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)