Skip to content

Commit

Permalink
chore: release 1.14.4 (#676)
Browse files Browse the repository at this point in the history
# Release

Version 1.14.4
  • Loading branch information
kirillzyusko authored Nov 7, 2024
1 parent b4fc63d commit 46e2fdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.14.3):
- react-native-keyboard-controller (1.14.4):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2042,7 +2042,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
React-microtasksnativemodule: 0b6b90da7f203e3015e1252ec3cba49c8ddd85ad
react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27
react-native-keyboard-controller: 5a1f49405778e2ebe2670a6e46ec304c20027aae
react-native-keyboard-controller: 97bb7b48fa427c7455afdc8870c2978efd9bfa3a
react-native-safe-area-context: 86e77f7c51f80b6bc0afe78c4fba30d0c3736c21
React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9
React-NativeModulesApple: 0506da59fc40d2e1e6e12a233db5e81c46face27
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.14.3):
- react-native-keyboard-controller (1.14.4):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1989,7 +1989,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e
react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
react-native-keyboard-controller: cd9b2440fa5e23d26e11e1fc1a68fb0a4b3aa756
react-native-keyboard-controller: 258d3e46cae44aa4bdeb895344aba6c3b97486ff
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9
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-keyboard-controller",
"version": "1.14.3",
"version": "1.14.4",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 46e2fdd

Please sign in to comment.