Version 3.0.5

This commit is contained in:
Saleel S
2019-05-04 21:59:23 +04:00
parent b27c3abb76
commit 8bea699bfd
2 changed files with 6 additions and 3 deletions

View File

@@ -319,11 +319,14 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
## Changelog
### [3.0.5] - 2019-05-04
- Add FlatList type definitions @zhigang1992
### [3.0.4] - 2019-04-16
- Fix type defenitions @hisankaran
- Fix type definitions @hisankaran
### [3.0.3] - 2019-02-25
- Fix type defenitions @jgbernalp
- Fix type definitions @jgbernalp
### [3.0.2] - 2019-02-20
- Fix calculation bug where itemsPerRow became zero (#81).

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-super-grid",
"version": "3.0.4",
"version": "3.0.5",
"description": "Responsive Grid View for React Native",
"main": "index.js",
"types": "index.d.ts",