Skip to content

Commit

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

Version `1.5.6`
  • Loading branch information
kirillzyusko committed Jun 14, 2023
1 parent 59de78e commit b82e936
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
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ PODS:
- React-jsinspector (0.71.3)
- React-logger (0.71.3):
- glog
- react-native-keyboard-controller (1.5.5):
- react-native-keyboard-controller (1.5.6):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1056,7 +1056,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1
React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd
React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207
react-native-keyboard-controller: 39eef3383d24a15a8ed1e4d88f746f8d226fe782
react-native-keyboard-controller: b3bf24000b0d65217651efdbae592e545748609f
react-native-safe-area-context: e7e7c502560f89a6a1866af293d1e091f3c7929d
React-perflogger: af8a3d31546077f42d729b949925cc4549f14def
React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ PODS:
- React-jsinspector (0.71.3)
- React-logger (0.71.3):
- glog
- react-native-keyboard-controller (1.5.5):
- react-native-keyboard-controller (1.5.6):
- React-Core
- react-native-safe-area-context (4.5.0):
- RCT-Folly
Expand Down Expand Up @@ -671,7 +671,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1
React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd
React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207
react-native-keyboard-controller: d7558be7b0973fc5418f6c24e9ef9e11af3fe6b2
react-native-keyboard-controller: 20bb368d36b58f8f6d34371249e053c334762ee8
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
React-perflogger: af8a3d31546077f42d729b949925cc4549f14def
React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.5.5",
"version": "1.5.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 b82e936

Please sign in to comment.