Skip to content

Commit

Permalink
release:3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malashkevich committed Apr 25, 2018
1 parent 0840df4 commit 2ae8e0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="3.0.1"></a>
## [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))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/akveo/react-native-ui-kitten/compare/v2.0.1...v3.0.0) (2018-01-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 2ae8e0d

Please sign in to comment.