Skip to content

Commit 83eb723

Browse files
authored
Merge pull request #26 from ionicfirebaseapp/master
master pull
2 parents 8f94f32 + 75ca1fb commit 83eb723

File tree

9 files changed

+1662
-30
lines changed

9 files changed

+1662
-30
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
8+
9+
{
10+
"name": "Flutter",
11+
"request": "launch",
12+
"type": "dart"
13+
}
14+
]
15+
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 1.0.9 - 2020-03-02
4+
5+
### Fixed
6+
* Few minor fixes
7+
8+
### Added
9+
* added new component
10+
- GFShimmer
11+
12+
## 1.0.8 - 2020-02-18
13+
14+
### Fixed
15+
* Hot reload in GFButton
16+
17+
### Added
18+
* added new component
19+
- GFProgressBar
20+
21+
22+
23+
324
## 1.0.7 - 2020-02-11
425

526
### Fixed

0 commit comments

Comments
 (0)