Skip to content

Commit b799f73

Browse files
authoredJun 6, 2023
chore: release v1.5.5 (#169)
# Release Version 1.5.5
1 parent 8682b0a commit b799f73

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
@@ -656,7 +656,7 @@ PODS:
656656
- React-jsinspector (0.71.3)
657657
- React-logger (0.71.3):
658658
- glog
659-
- react-native-keyboard-controller (1.5.4):
659+
- react-native-keyboard-controller (1.5.5):
660660
- RCT-Folly
661661
- RCTRequired
662662
- RCTTypeSafety
@@ -1056,7 +1056,7 @@ SPEC CHECKSUMS:
10561056
React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1
10571057
React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd
10581058
React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207
1059-
react-native-keyboard-controller: 24f0fda98892cbb87169f254ca906a9dd3f82a65
1059+
react-native-keyboard-controller: 39eef3383d24a15a8ed1e4d88f746f8d226fe782
10601060
react-native-safe-area-context: e7e7c502560f89a6a1866af293d1e091f3c7929d
10611061
React-perflogger: af8a3d31546077f42d729b949925cc4549f14def
10621062
React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673

‎example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ PODS:
333333
- React-jsinspector (0.71.3)
334334
- React-logger (0.71.3):
335335
- glog
336-
- react-native-keyboard-controller (1.5.4):
336+
- react-native-keyboard-controller (1.5.5):
337337
- React-Core
338338
- react-native-safe-area-context (4.5.0):
339339
- RCT-Folly
@@ -671,7 +671,7 @@ SPEC CHECKSUMS:
671671
React-jsiexecutor: 515b703d23ffadeac7687bc2d12fb08b90f0aaa1
672672
React-jsinspector: 9f7c9137605e72ca0343db4cea88006cb94856dd
673673
React-logger: 957e5dc96d9dbffc6e0f15e0ee4d2b42829ff207
674-
react-native-keyboard-controller: fa11aac1d102d10b90cd5428e3ee567af0f632a8
674+
react-native-keyboard-controller: d7558be7b0973fc5418f6c24e9ef9e11af3fe6b2
675675
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
676676
React-perflogger: af8a3d31546077f42d729b949925cc4549f14def
677677
React-RCTActionSheet: 57cc5adfefbaaf0aae2cf7e10bccd746f2903673

‎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.5.4",
3+
"version": "1.5.5",
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)
Please sign in to comment.