diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index ff2561b5ed..e261156d2b 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1281,7 +1281,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.14.0): + - react-native-keyboard-controller (1.14.1): - DoubleConversion - glog - hermes-engine @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4 React-microtasksnativemodule: 0b6b90da7f203e3015e1252ec3cba49c8ddd85ad react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27 - react-native-keyboard-controller: 17d5830f2bd6c6cad44682eb2cc13f9078eff985 + react-native-keyboard-controller: 902c07f41a415b632583b384427a71770a8b02a3 react-native-safe-area-context: 86e77f7c51f80b6bc0afe78c4fba30d0c3736c21 React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9 React-NativeModulesApple: 0506da59fc40d2e1e6e12a233db5e81c46face27 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c2edd580ef..14e382af60 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1282,7 +1282,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.14.0): + - react-native-keyboard-controller (1.14.1): - DoubleConversion - glog - hermes-engine @@ -1972,7 +1972,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4 React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424 - react-native-keyboard-controller: 204deea9195d3c02711741a6df20fc9e374a060f + react-native-keyboard-controller: 827e8dfe3d07c6739150db2a6a94ea239b127fbc react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9 diff --git a/package.json b/package.json index 2bf7a96f18..fcb341d8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.14.0", + "version": "1.14.1", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",