From 760bd6944daac10bcf20868efc3b92830605f247 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Tue, 18 Apr 2023 17:13:26 +0400 Subject: [PATCH] chore: release 1.5.2 (#147) # Release Version 1.5.2 --- 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 260aa1517..4462c9320 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -656,7 +656,7 @@ PODS: - React-jsinspector (0.71.3) - React-logger (0.71.3): - glog - - react-native-keyboard-controller (1.5.1): + - react-native-keyboard-controller (1.5.2): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -1056,7 +1056,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1 React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207 - react-native-keyboard-controller: b95f5df44f7b95d7d2aafb5a176a4a199a40e235 + react-native-keyboard-controller: 807eb851aa8a9037f39c8e1389ee6ee917ca610b react-native-safe-area-context: e7e7c502560f89a6a1866af293d1e091f3c7929d React-perflogger: af8a3d31546077f42d729b949925cc4549f14def React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e6ca80273..589d6ba91 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -333,7 +333,7 @@ PODS: - React-jsinspector (0.71.3) - React-logger (0.71.3): - glog - - react-native-keyboard-controller (1.5.1): + - react-native-keyboard-controller (1.5.2): - React-Core - react-native-safe-area-context (4.5.0): - RCT-Folly @@ -671,7 +671,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1 React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207 - react-native-keyboard-controller: efc614ff5c6a80c2e7c8b5ae8d766bfff8eab0f2 + react-native-keyboard-controller: de9b86cbc970ae095f0bcbd98f4b72c9026f568b react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc React-perflogger: af8a3d31546077f42d729b949925cc4549f14def React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673 diff --git a/package.json b/package.json index 5b74043c6..a3620744c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.5.1", + "version": "1.5.2", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",