From ba4e1a3eb3a6605b18eda4bef7a52fcc64d45f14 Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Mon, 26 Oct 2015 15:36:00 -0400 Subject: [PATCH] Released 0.3.0. --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index feb4399..0fee07a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-animatable", - "version": "0.2.0", - "description": "Standard set of easy to use animations for React Native", + "version": "0.3.0", + "description": "Standard set of easy to use animations and declarative transitions for React Native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -15,7 +15,11 @@ "ios", "android", "ui", + "fade", + "bounce", + "slide", "animatable", + "transition", "animation" ], "author": {