From f81c1933240da3b2710c9e714afa92d3012848b5 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Thu, 12 Dec 2024 17:01:47 +0100 Subject: [PATCH] chore: release 1.15.0 (#725) # Release Version 1.15.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 78fe47a54..94b7ab3dd 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1286,7 +1286,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.14.5): + - react-native-keyboard-controller (1.15.0): - DoubleConversion - glog - hermes-engine @@ -2086,7 +2086,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d React-microtasksnativemodule: 7a69a9b8fded72ea3cf81923ecf75cad5558ed26 react-native-blur: 28b0a731ed804bed3e88757c2414305896e6b47e - react-native-keyboard-controller: 69a854c840adc8f8d1c621b1d2b816346330383d + react-native-keyboard-controller: 3428e4761623fd6a242d9bf3573112f8ebe92238 react-native-safe-area-context: 458f6b948437afcb59198016b26bbd02ff9c3b47 React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6 React-NativeModulesApple: 6297fc3136c1fd42884795c51d7207de6312b606 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e6abb759a..34c9b279f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1287,7 +1287,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.14.5): + - react-native-keyboard-controller (1.15.0): - DoubleConversion - glog - hermes-engine @@ -2009,7 +2009,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d React-microtasksnativemodule: bc55596cbf40957f5099bc495f1a06f459d0be88 react-native-blur: a1bf334589f44658a58a859b1f3defe28e367fcf - react-native-keyboard-controller: 467a88267b80baa1652b8f1f84e7aae79864f617 + react-native-keyboard-controller: 6757d3c545e7690afd4545708b6c4ec2d6e91fd8 react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6 diff --git a/package.json b/package.json index 40bbfbcbd..6bcce351b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.14.5", + "version": "1.15.0", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",