Skip to content

Commit

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

Version 1.11.2
  • Loading branch information
kirillzyusko committed Feb 29, 2024
1 parent a303db7 commit 0212a09
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.11)
- React-logger (0.72.11):
- glog
- react-native-keyboard-controller (1.11.1):
- react-native-keyboard-controller (1.11.2):
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- RCTRequired
Expand Down Expand Up @@ -1414,7 +1414,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 13401c2c6ddc727c74b71eb58b7590332d27d4eb
React-jsinspector: a70e8fc7f3ae7982db27e7c114c0ec8c0714c8f5
React-logger: 9fd8d34baa7930b42a70669ec0f0971083ae5a7b
react-native-keyboard-controller: 8956efa046a17e44d9c532526ffadde03e3dc654
react-native-keyboard-controller: e2c20584501c992419b0c36e2fad5852008090fa
react-native-safe-area-context: a283130af276caa22ecfed30c3d1eb450bc83439
React-NativeModulesApple: fd9fb8a2d2d789988f110c3c21c91fa0795fa2c7
React-perflogger: 800d85d51d4f53efc2eec11f459919752e494db3
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Expand Up @@ -384,7 +384,7 @@ PODS:
- React-jsinspector (0.72.11)
- React-logger (0.72.11):
- glog
- react-native-keyboard-controller (1.11.1):
- react-native-keyboard-controller (1.11.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-safe-area-context (4.7.1):
Expand Down Expand Up @@ -744,7 +744,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 13401c2c6ddc727c74b71eb58b7590332d27d4eb
React-jsinspector: a70e8fc7f3ae7982db27e7c114c0ec8c0714c8f5
React-logger: 9fd8d34baa7930b42a70669ec0f0971083ae5a7b
react-native-keyboard-controller: 6818aadbaffb580eba6f24eb10d41aeb5360f815
react-native-keyboard-controller: d0dea8af3ee3aca5618df0e7b250e8fd0b7e6187
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-NativeModulesApple: fd9fb8a2d2d789988f110c3c21c91fa0795fa2c7
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.11.1",
"version": "1.11.2",
"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 0212a09

Please sign in to comment.