Skip to content

Commit

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

Version 1.10.6
  • Loading branch information
kirillzyusko committed Feb 8, 2024
1 parent 740d55a commit 15b0dfc
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 @@ -941,7 +941,7 @@ PODS:
- React-jsinspector (0.72.4)
- React-logger (0.72.4):
- glog
- react-native-keyboard-controller (1.10.5):
- react-native-keyboard-controller (1.10.6):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1407,7 +1407,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-keyboard-controller: 06d2b51460200435df7f22b6a61a0bfa0c7675d1
react-native-keyboard-controller: 68d455059ae3b350aa6b6f17703abf94b20e8bef
react-native-safe-area-context: a283130af276caa22ecfed30c3d1eb450bc83439
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Expand Up @@ -380,7 +380,7 @@ PODS:
- React-jsinspector (0.72.4)
- React-logger (0.72.4):
- glog
- react-native-keyboard-controller (1.10.5):
- react-native-keyboard-controller (1.10.6):
- React-Core
- react-native-safe-area-context (4.7.1):
- React-Core
Expand Down Expand Up @@ -740,7 +740,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: c7f826e40fa9cab5d37cab6130b1af237332b594
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-keyboard-controller: 0a7a29cfbcf9fc8acd83014daabd44b594c3ca82
react-native-keyboard-controller: c0a4b8d0f6c9b87852f12f2dfecb45d8e637c2aa
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.10.5",
"version": "1.10.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 15b0dfc

Please sign in to comment.