v3.0.3 release

This commit is contained in:
Saleel
2019-02-25 09:48:27 +04:00
parent b0fa1ca5b1
commit 5dfe15508b
2 changed files with 4 additions and 1 deletions

View File

@@ -287,6 +287,9 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
## Changelog
### [3.0.3] - 2019-02-25
- Fix type defenitions @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.2",
"version": "3.0.3",
"description": "Responsive Grid View for React Native",
"main": "index.js",
"types": "index.d.ts",