Skip to content

Commit

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

Version 1.14.0
  • Loading branch information
kirillzyusko authored Oct 1, 2024
1 parent 0a4e129 commit 5f3dd28
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 @@ -1281,7 +1281,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.13.4):
- react-native-keyboard-controller (1.14.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
React-microtasksnativemodule: 0b6b90da7f203e3015e1252ec3cba49c8ddd85ad
react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27
react-native-keyboard-controller: 56b8c30d8ba0eb27b406eec79799d870d95e9046
react-native-keyboard-controller: 17d5830f2bd6c6cad44682eb2cc13f9078eff985
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 @@ -1282,7 +1282,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.13.4):
- react-native-keyboard-controller (1.14.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1972,7 +1972,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e
react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
react-native-keyboard-controller: 43a80e4a8b014f6d314d10f399ec54398466c072
react-native-keyboard-controller: 204deea9195d3c02711741a6df20fc9e374a060f
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.13.4",
"version": "1.14.0",
"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 5f3dd28

Please sign in to comment.