From 81a4241c6dd09fe84a83b7bdb156cfacf07587ad Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Wed, 9 Apr 2025 14:38:58 +0200 Subject: [PATCH] chore: release 1.17.0 --- FabricExample/ios/Podfile.lock | 8 ++++---- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index d974d42d4b..860d7d243f 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1282,7 +1282,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.8): + - react-native-keyboard-controller (1.17.0): - DoubleConversion - glog - hermes-engine @@ -1295,7 +1295,7 @@ PODS: - React-featureflags - React-graphics - React-ImageManager - - react-native-keyboard-controller/common (= 1.16.8) + - react-native-keyboard-controller/common (= 1.17.0) - React-NativeModulesApple - React-RCTFabric - React-rendererdebug @@ -1304,7 +1304,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller/common (1.16.8): + - react-native-keyboard-controller/common (1.17.0): - DoubleConversion - glog - hermes-engine @@ -2186,7 +2186,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78 react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425 - react-native-keyboard-controller: ef23fc10134fc24ab13d331afe1fbc33374f185a + react-native-keyboard-controller: 34e11e9c9c401e79e6322bcc47b365ee3159f8da react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3 React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1 React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index dca38cddd3..bae4036506 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1283,7 +1283,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.8): + - react-native-keyboard-controller (1.17.0): - DoubleConversion - glog - hermes-engine @@ -2087,7 +2087,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78 react-native-blur: 5b2d13981ad6ce3d15339e135377336cb9be2d68 - react-native-keyboard-controller: d120803d4bd3c74168e69053b93e4cf0034e3e6f + react-native-keyboard-controller: 50971fa0f26e08923dbe8e70050f8b0deed7cdaa react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1 diff --git a/package.json b/package.json index 8f3a301ee2..b6a8952ab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.16.8", + "version": "1.17.0", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",