From 2fcff89e77d19d626a44895e60e57e0c28be1939 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Mon, 19 Feb 2024 17:42:32 +0100 Subject: [PATCH] chore: release 1.11.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 1d8fc10b57..6ddf3bcd16 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -941,7 +941,7 @@ PODS: - React-jsinspector (0.72.4) - React-logger (0.72.4): - glog - - react-native-keyboard-controller (1.10.6): + - react-native-keyboard-controller (1.11.0): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -1407,7 +1407,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-keyboard-controller: 68d455059ae3b350aa6b6f17703abf94b20e8bef + react-native-keyboard-controller: 7d3273fbbc23c2ab463d58def0a2e1a512b17dd1 react-native-safe-area-context: a283130af276caa22ecfed30c3d1eb450bc83439 React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f87f71f312..264011de73 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -380,7 +380,7 @@ PODS: - React-jsinspector (0.72.4) - React-logger (0.72.4): - glog - - react-native-keyboard-controller (1.10.6): + - react-native-keyboard-controller (1.11.0): - React-Core - react-native-safe-area-context (4.7.1): - React-Core @@ -740,7 +740,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594 React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77 - react-native-keyboard-controller: c0a4b8d0f6c9b87852f12f2dfecb45d8e637c2aa + react-native-keyboard-controller: 30f2304b54b2b34e9a6678c33d8ea12830b9cda1 react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f diff --git a/package.json b/package.json index d2ee23c334..3540be6347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.10.6", + "version": "1.11.0", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",