Skip to content

Commit 44c8cd0

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
merged
2 parents d87cb0e + 2cb99c9 commit 44c8cd0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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:

test/getflutter_test.dart

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

0 commit comments

Comments
 (0)