From 2ae8e0d67f6a0579e7c5fca8eefd36a35d1cb126 Mon Sep 17 00:00:00 2001 From: Alexei Malashkevich Date: Wed, 25 Apr 2018 14:18:42 +0300 Subject: [PATCH] release:3.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2376e7fd8..c7dced03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [3.0.1](https://github.com/akveo/react-native-ui-kitten/compare/v3.0.0...v3.0.1) (2018-04-25) + + +### Bug Fixes + +* **docs:** upgrade docs devDependencies to fix docs AOT build issue ([7d77561](https://github.com/akveo/react-native-ui-kitten/commit/7d77561)) +* **rkModalImage:** images doesn't rotate on android ([d8054e2](https://github.com/akveo/react-native-ui-kitten/commit/d8054e2)) +* **rkModalImg:** fix swipe images in full screen mode on android ([4923bd2](https://github.com/akveo/react-native-ui-kitten/commit/4923bd2)) +* **rkPicker:** change animation type to 'fade' ([c9a9f5c](https://github.com/akveo/react-native-ui-kitten/commit/c9a9f5c)) + + +### Features + +* **rkButton:** add capability pass custom touchable ([0840df4](https://github.com/akveo/react-native-ui-kitten/commit/0840df4)) + + + # [3.0.0](https://github.com/akveo/react-native-ui-kitten/compare/v2.0.1...v3.0.0) (2018-01-08) diff --git a/package.json b/package.json index 92ce874f9..5832a42d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-kitten", - "version": "3.0.0", + "version": "3.0.1", "description": "React Native components", "author": "akveo", "homepage": "https://akveo.github.io/react-native-ui-kitten/",