Skip to content

Commit

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

Version 1.6.0
  • Loading branch information
kirillzyusko committed Aug 25, 2023
1 parent a26284e commit 2fd0049
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.11)
- React-logger (0.71.11):
- glog
- react-native-keyboard-controller (1.5.8):
- react-native-keyboard-controller (1.6.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1056,7 +1056,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 18b5b33c5f2687a784a61bc8176611b73524ae77
React-jsinspector: b6ed4cb3ffa27a041cd440300503dc512b761450
React-logger: 186dd536128ae5924bc38ed70932c00aa740cd5b
react-native-keyboard-controller: 9c3f981fc70fffb5371eb70cb3a091f024f576af
react-native-keyboard-controller: 14b1a1cd6e1eb7004e4b981fdaea2043eaca8199
react-native-safe-area-context: e7e7c502560f89a6a1866af293d1e091f3c7929d
React-perflogger: e706562ab7eb8eb590aa83a224d26fa13963d7f2
React-RCTActionSheet: 57d4bd98122f557479a3359ad5dad8e109e20c5a
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.11)
- React-logger (0.71.11):
- glog
- react-native-keyboard-controller (1.5.8):
- react-native-keyboard-controller (1.6.0):
- React-Core
- react-native-safe-area-context (4.5.0):
- RCT-Folly
Expand Down Expand Up @@ -671,7 +671,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 18b5b33c5f2687a784a61bc8176611b73524ae77
React-jsinspector: b6ed4cb3ffa27a041cd440300503dc512b761450
React-logger: 186dd536128ae5924bc38ed70932c00aa740cd5b
react-native-keyboard-controller: 6c07a462c1b7020b48efd37f2ece16d52e66a03a
react-native-keyboard-controller: b671e25e13a530083ee6fcfd914efcbc0158d973
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
React-perflogger: e706562ab7eb8eb590aa83a224d26fa13963d7f2
React-RCTActionSheet: 57d4bd98122f557479a3359ad5dad8e109e20c5a
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.8",
"version": "1.6.0",
"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 2fd0049

Please sign in to comment.