From 94b81412d342129a4c8b48c80d1669c531c14388 Mon Sep 17 00:00:00 2001 From: Artur Yorsh <10753921+artyorsh@users.noreply.github.com> Date: Fri, 21 Jun 2019 16:32:26 +0300 Subject: [PATCH] release: v4.0.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- src/framework/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4493f7c4..d176202c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.0.3 (2019-06-21) + +* build: fix typescript build errors ([0d0a784](https://github.com/akveo/react-native-ui-kitten/commit/0d0a784)) +* feat(ui): add custom warnings for incorrect component usage ([981d5c8](https://github.com/akveo/react-native-ui-kitten/commit/981d5c8)) +* Update toggle component doc and example ([4fd7ea1](https://github.com/akveo/react-native-ui-kitten/commit/4fd7ea1)) + + + ## 4.0.2 (2019-06-20) * feat: add hover styles for white buttons ([caacbc2](https://github.com/akveo/react-native-ui-kitten/commit/caacbc2)) diff --git a/package-lock.json b/package-lock.json index 6be0f354e..03eb3b624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-kitten", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24aec9439..af171fe56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-kitten", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "author": "akveo ", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme", diff --git a/src/framework/package.json b/src/framework/package.json index 7b198100d..4f7fab642 100644 --- a/src/framework/package.json +++ b/src/framework/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-kitten", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "author": "akveo ", "homepage": "https://github.com/akveo/react-native-ui-kitten#readme",