Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 1.16.1 #791

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 1.16.1
  • Loading branch information
kirillzyusko committed Jan 30, 2025
commit ac096aa0538119033987bfbcbbb4f644c3ce0bd5
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.16.0):
- react-native-keyboard-controller (1.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2086,7 +2086,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d
React-microtasksnativemodule: 7a69a9b8fded72ea3cf81923ecf75cad5558ed26
react-native-blur: 28b0a731ed804bed3e88757c2414305896e6b47e
react-native-keyboard-controller: 2d167dada862c15ef75c1fdf66626d5cee68a30e
react-native-keyboard-controller: a96d4c87f1918efd989c24d093f85fd54735d452
react-native-safe-area-context: 458f6b948437afcb59198016b26bbd02ff9c3b47
React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6
React-NativeModulesApple: 6297fc3136c1fd42884795c51d7207de6312b606
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.16.0):
- react-native-keyboard-controller (1.16.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2009,7 +2009,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d
React-microtasksnativemodule: bc55596cbf40957f5099bc495f1a06f459d0be88
react-native-blur: a1bf334589f44658a58a859b1f3defe28e367fcf
react-native-keyboard-controller: a8dfd56d0d4099a953fe09747f89c8ab12a12f4c
react-native-keyboard-controller: 7f9f3e446e76d4773ff66c48877873db6dd4df72
react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6
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.16.0",
"version": "1.16.1",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down