Skip to content

Commit

Permalink
chore: release 1.11.6 (#409)
Browse files Browse the repository at this point in the history
# Release

Version 1.11.6
  • Loading branch information
kirillzyusko committed Apr 5, 2024
1 parent e0a6c09 commit e950a09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Expand Up @@ -964,7 +964,7 @@ PODS:
- React-Mapbuffer (0.73.6):
- glog
- React-debug
- react-native-keyboard-controller (1.11.5):
- react-native-keyboard-controller (1.11.6):
- glog
- hermes-engine
- RCT-Folly (= 2022.05.16.00)
Expand Down Expand Up @@ -1597,7 +1597,7 @@ SPEC CHECKSUMS:
React-jsitracing: 4fed160d939e93a39049481f47744af246a7ac2c
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
react-native-keyboard-controller: 779693f3474f963ee1d9df1d965368ba82c88abf
react-native-keyboard-controller: 444fcb1487bbeb38cbd2c112ac813be1d78ed26d
react-native-safe-area-context: 1e374c51edf537be56313b893b6e96b0e254ddfe
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Expand Up @@ -951,7 +951,7 @@ PODS:
- React-Mapbuffer (0.73.6):
- glog
- React-debug
- react-native-keyboard-controller (1.11.5):
- react-native-keyboard-controller (1.11.6):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1405,7 +1405,7 @@ SPEC CHECKSUMS:
React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
react-native-keyboard-controller: e0f1b0b71a76e05c99fc6bfdd8b8ec05bead4105
react-native-keyboard-controller: d7eb6a5884e1b193c902e02f2ca298e53cad3a77
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.11.5",
"version": "1.11.6",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e950a09

Please sign in to comment.