From a0a156ca8061d232fe5c41b912765ca5b9285307 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Fri, 16 Aug 2024 09:39:49 +0200 Subject: [PATCH] chore: release 1.13.0 (#548) # Release Version 1.13.0 --- 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 0f7213d19..d12f45476 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.12.7): + - react-native-keyboard-controller (1.13.0): - DoubleConversion - glog - hermes-engine @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 147255f4cd32dc73987c067ed2e01024381d2835 React-microtasksnativemodule: e5cb8c0ee48bc3876d073a322e5ab0cc5c1befa1 react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27 - react-native-keyboard-controller: b9b2ba987e3c6f4b6534740e88d11dccc34f69dc + react-native-keyboard-controller: ec8f32a60232264424bbb8d7ce2f733a75573ff9 react-native-safe-area-context: 86e77f7c51f80b6bc0afe78c4fba30d0c3736c21 React-nativeconfig: 3459eaba25311b605e292915276865acff79edd7 React-NativeModulesApple: 5b960996730025e53bb942f3cb935e35f4fe1200 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f6abe0039..579bfb4f7 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.12.7): + - react-native-keyboard-controller (1.13.0): - DoubleConversion - glog - hermes-engine @@ -1972,7 +1972,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 147255f4cd32dc73987c067ed2e01024381d2835 React-microtasksnativemodule: 0500f434ec7ec7fa84ca05f486e0e71226304a55 react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424 - react-native-keyboard-controller: 55050760c4348653324bd7bf70d07a231b618d24 + react-native-keyboard-controller: 4b71ce6971737c6fcf4ae5a8ecd991d032a1f77b react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-nativeconfig: 3459eaba25311b605e292915276865acff79edd7 diff --git a/package.json b/package.json index 564c5ed93..11c371237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.12.7", + "version": "1.13.0", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",