From ca0eef78adf43f67b45722fc5947694d8b5a7739 Mon Sep 17 00:00:00 2001 From: Raphael ABADIE-MOREAU Date: Wed, 6 May 2020 09:09:01 +0200 Subject: [PATCH 1/2] Bump version react-native-keyboard-tracking-view Bump version to updated version of react-native-keyboard-tracking-view : https://github.com/wix/react-native-keyboard-tracking-view/commit/fe3f48ac0dfacee5150565e722d8e03bd7c26de8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index caad0f2..52aa5f2 100755 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "lodash": "^4.17.4", - "react-native-keyboard-tracking-view": "^5.5.0" + "react-native-keyboard-tracking-view": "^5.7.0" }, "peerDependencies": { "react": "16.9.0", From 13b69f10e316f17931baf58adb941bc5953f4a04 Mon Sep 17 00:00:00 2001 From: Raphael ABADIE-MOREAU Date: Wed, 6 May 2020 09:15:10 +0200 Subject: [PATCH 2/2] bump packag version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52aa5f2..350fdd1 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-keyboard-input", "description": "React Native Custom Input Controller", - "version": "6.0.0", + "version": "6.0.1", "main": "src/index.js", "publishConfig": { "registry": "https://registry.npmjs.org/"