From a700318405cbb1bb3cb3096890c348a8542dc160 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Sat, 21 Mar 2026 16:56:53 +0100 Subject: [PATCH] chore: release 1.21.2 --- 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 16f369c206..fe5adbd1eb 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1836,7 +1836,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-keyboard-controller (1.21.1): + - react-native-keyboard-controller (1.21.2): - boost - DoubleConversion - fast_float @@ -1854,7 +1854,7 @@ PODS: - React-graphics - React-ImageManager - React-jsi - - react-native-keyboard-controller/common (= 1.21.1) + - react-native-keyboard-controller/common (= 1.21.2) - React-NativeModulesApple - React-RCTFabric - React-renderercss @@ -1865,7 +1865,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-keyboard-controller/common (1.21.1): + - react-native-keyboard-controller/common (1.21.2): - boost - DoubleConversion - fast_float @@ -3148,7 +3148,7 @@ SPEC CHECKSUMS: React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e react-native-advanced-input-mask: 7e8cb58287774c4447485387661abe946d0e0bb2 react-native-blur: ba0e9ad6274783c8d45f42da82acae02e25784ad - react-native-keyboard-controller: cf66cb7fae7ebf8e0783a7da17796961a68a86e2 + react-native-keyboard-controller: e75b99b02192234dde588cd3043e02c58a920a99 react-native-safe-area-context: 6d8a7b750e496e37bda47c938320bf2c734d441f react-native-webview: 8b9097e270a99ee8798449f191a7ea27c790fa1c React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4971da8da7..f719e24b8b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1807,7 +1807,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-keyboard-controller (1.21.1): + - react-native-keyboard-controller (1.21.2): - boost - DoubleConversion - fast_float @@ -2974,7 +2974,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 33f678ee25b6c0ee2b01b1ecec08e3e02424cefe React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e react-native-blur: 2181432139e3b470cad492f7729cb640cee60045 - react-native-keyboard-controller: c6493e4d980b32bea587d01d577f9e1253ffe3b8 + react-native-keyboard-controller: 52408e931bfe7fd5664a6404b07aa535905846fc react-native-safe-area-context: aac2745e96999c8633d2f6119e4e39b499c2ac8b react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e react-native-webview: a742b11276a0443e856cc5dc3e21a3fdf3351cdf diff --git a/package.json b/package.json index 2fa73850af..a0e043729c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.21.1", + "version": "1.21.2", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",