Skip to content

Commit

Permalink
chore: release v1.12.6 (#507)
Browse files Browse the repository at this point in the history
# Release

Version 1.12.6
  • Loading branch information
kirillzyusko authored Jul 12, 2024
1 parent 0629edf commit 6e3068e
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 @@ -979,7 +979,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.12.5):
- react-native-keyboard-controller (1.12.6):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1629,7 +1629,7 @@ SPEC CHECKSUMS:
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-blur: c1c54c593794644ce21d1c4cd75021158d233d20
react-native-keyboard-controller: 218e41506e5607e1ff5fc78908a38c1527eca322
react-native-keyboard-controller: 7ffed33040f648aad94649954ee88cabc0a2d48b
react-native-safe-area-context: 7f54ad0a774de306ab790c70d9d950321e5c5449
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-keyboard-controller (1.12.5):
- react-native-keyboard-controller (1.12.6):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1547,7 +1547,7 @@ SPEC CHECKSUMS:
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-blur: a2acf22fd7bd13621df5e0b1c130b81adea7009c
react-native-keyboard-controller: f6960e8ca47a96f87922d357eb5da24b375acdb4
react-native-keyboard-controller: 767b6123b64999f85b7b407fe4053fc593ebc4b6
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
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.5",
"version": "1.12.6",
"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 6e3068e

Please sign in to comment.