Skip to content

Commit 59b07bc

Browse files
authored
chore: release 1.15.2 (#745)
# Release Version 1.15.2
1 parent 19371d8 commit 59b07bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FabricExample/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ PODS:
12861286
- ReactCommon/turbomodule/bridging
12871287
- ReactCommon/turbomodule/core
12881288
- Yoga
1289-
- react-native-keyboard-controller (1.15.1):
1289+
- react-native-keyboard-controller (1.15.2):
12901290
- DoubleConversion
12911291
- glog
12921292
- hermes-engine
@@ -2086,7 +2086,7 @@ SPEC CHECKSUMS:
20862086
React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d
20872087
React-microtasksnativemodule: 7a69a9b8fded72ea3cf81923ecf75cad5558ed26
20882088
react-native-blur: 28b0a731ed804bed3e88757c2414305896e6b47e
2089-
react-native-keyboard-controller: 0da3618dfad21cc7f3ceaad46388096ac5cc396a
2089+
react-native-keyboard-controller: dbd7fb6a233505f937c9242d6d8bb5ebe659ec32
20902090
react-native-safe-area-context: 458f6b948437afcb59198016b26bbd02ff9c3b47
20912091
React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6
20922092
React-NativeModulesApple: 6297fc3136c1fd42884795c51d7207de6312b606

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ PODS:
12871287
- ReactCommon/turbomodule/bridging
12881288
- ReactCommon/turbomodule/core
12891289
- Yoga
1290-
- react-native-keyboard-controller (1.15.1):
1290+
- react-native-keyboard-controller (1.15.2):
12911291
- DoubleConversion
12921292
- glog
12931293
- hermes-engine
@@ -2009,7 +2009,7 @@ SPEC CHECKSUMS:
20092009
React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d
20102010
React-microtasksnativemodule: bc55596cbf40957f5099bc495f1a06f459d0be88
20112011
react-native-blur: a1bf334589f44658a58a859b1f3defe28e367fcf
2012-
react-native-keyboard-controller: 20dcfab256d3e357f0cab20f36f67415a14e50b3
2012+
react-native-keyboard-controller: 3ac70c7ed40810f444340af953a2e2eb16777ec9
20132013
react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191
20142014
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
20152015
React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-controller",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"description": "Keyboard manager which works in identical way on both iOS and Android",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)