Skip to content

Commit d1abb66

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
simmer component published, version and changelog updated
2 parents d0eae15 + 3e0a0cf commit d1abb66

File tree

9 files changed

+1644
-24
lines changed

9 files changed

+1644
-24
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
## 1.0.8 - 2020-02-18
413

514
### Fixed

0 commit comments

Comments
 (0)