Skip to content

Commit

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

Version 1.13.0
  • Loading branch information
kirillzyusko authored Aug 16, 2024
1 parent 7fcb6b7 commit a0a156c
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 @@ -1281,7 +1281,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.12.7):
- react-native-keyboard-controller (1.13.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 147255f4cd32dc73987c067ed2e01024381d2835
React-microtasksnativemodule: e5cb8c0ee48bc3876d073a322e5ab0cc5c1befa1
react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27
react-native-keyboard-controller: b9b2ba987e3c6f4b6534740e88d11dccc34f69dc
react-native-keyboard-controller: ec8f32a60232264424bbb8d7ce2f733a75573ff9
react-native-safe-area-context: 86e77f7c51f80b6bc0afe78c4fba30d0c3736c21
React-nativeconfig: 3459eaba25311b605e292915276865acff79edd7
React-NativeModulesApple: 5b960996730025e53bb942f3cb935e35f4fe1200
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.12.7):
- react-native-keyboard-controller (1.13.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1972,7 +1972,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 147255f4cd32dc73987c067ed2e01024381d2835
React-microtasksnativemodule: 0500f434ec7ec7fa84ca05f486e0e71226304a55
react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
react-native-keyboard-controller: 55050760c4348653324bd7bf70d07a231b618d24
react-native-keyboard-controller: 4b71ce6971737c6fcf4ae5a8ecd991d032a1f77b
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-nativeconfig: 3459eaba25311b605e292915276865acff79edd7
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.12.7",
"version": "1.13.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 a0a156c

Please sign in to comment.