From 942a17bcdde9f2b9efa3ff3517ed4996f32b61eb Mon Sep 17 00:00:00 2001
From: Kirill Zyusko <zyusko.kirik@gmail.com>
Date: Fri, 18 Oct 2024 10:01:55 +0200
Subject: [PATCH] chore: release 1.14.2 (#644)

# Release

Version 1.14.2
---
 FabricExample/ios/Podfile.lock | 4 ++--
 example/ios/Podfile.lock       | 4 ++--
 package.json                   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock
index e261156d2b..e2cbbc798f 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.1):
+  - react-native-keyboard-controller (1.14.2):
     - DoubleConversion
     - glog
     - hermes-engine
@@ -2025,7 +2025,7 @@ SPEC CHECKSUMS:
   React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
   React-microtasksnativemodule: 0b6b90da7f203e3015e1252ec3cba49c8ddd85ad
   react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27
-  react-native-keyboard-controller: 902c07f41a415b632583b384427a71770a8b02a3
+  react-native-keyboard-controller: 56be30ac7e29812ebdb363c69d75a95252e8cccd
   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 14e382af60..99f7dadce0 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.1):
+  - react-native-keyboard-controller (1.14.2):
     - DoubleConversion
     - glog
     - hermes-engine
@@ -1972,7 +1972,7 @@ SPEC CHECKSUMS:
   React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
   React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e
   react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
-  react-native-keyboard-controller: 827e8dfe3d07c6739150db2a6a94ea239b127fbc
+  react-native-keyboard-controller: 29054d1bd59d692dc672c45199bb3cdd52aefb4e
   react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
   react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
   React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9
diff --git a/package.json b/package.json
index fcb341d8ef..d778470d73 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-native-keyboard-controller",
-  "version": "1.14.1",
+  "version": "1.14.2",
   "description": "Keyboard manager which works in identical way on both iOS and Android",
   "main": "lib/commonjs/index",
   "module": "lib/module/index",