From cb5fab5b223668efbfe96248516e83754405edd4 Mon Sep 17 00:00:00 2001 From: Kirill Zyusko Date: Fri, 14 Oct 2022 20:23:05 +0400 Subject: [PATCH] chore: release 1.4.0 (#88) # Release Version `1.4.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 f22ceffdf8..31da62ec81 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -607,7 +607,7 @@ PODS: - React-jsinspector (0.70.2) - React-logger (0.70.2): - glog - - react-native-keyboard-controller (1.3.0): + - react-native-keyboard-controller (1.4.0): - RCT-Folly - RCTRequired - RCTTypeSafety @@ -980,7 +980,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 53bd208e5c27939c6e6365528393445a596a9a2b React-jsinspector: 26c42646ab0bb69e29e837e23754fe7121eeaf94 React-logger: 1bfd109a0ffa4c0989bbfac0c2d8c4abe4637faa - react-native-keyboard-controller: e4973160d0fb9d3c4bbf4b36b1b6f336c4852d39 + react-native-keyboard-controller: e7fd1b1f37d5d959a78974ed3232f4920a539c72 react-native-safe-area-context: 2f75b317784a1a8e224562941e50ecbc932d2097 React-perflogger: 6009895616a455781293950bbd63d53cfc7ffbc5 React-RCTActionSheet: 5e90aa5712af18bfc86c2c6d97d4dbe0e5451c1d diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c85ac42e63..fec09bf82f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -288,7 +288,7 @@ PODS: - React-jsinspector (0.70.2) - React-logger (0.70.2): - glog - - react-native-keyboard-controller (1.3.0): + - react-native-keyboard-controller (1.4.0): - React-Core - react-native-safe-area-context (4.4.1): - RCT-Folly @@ -600,7 +600,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 53bd208e5c27939c6e6365528393445a596a9a2b React-jsinspector: 26c42646ab0bb69e29e837e23754fe7121eeaf94 React-logger: 1bfd109a0ffa4c0989bbfac0c2d8c4abe4637faa - react-native-keyboard-controller: eaa6aa7c39a021aad13897b31cee5e1c7b6e179b + react-native-keyboard-controller: 31fcd4262c356e998cd83d2990ad12b47c15bcf5 react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a React-perflogger: 6009895616a455781293950bbd63d53cfc7ffbc5 React-RCTActionSheet: 5e90aa5712af18bfc86c2c6d97d4dbe0e5451c1d diff --git a/package.json b/package.json index 5b476afe1a..8fc7926d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.3.0", + "version": "1.4.0", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",