Skip to content

Commit e1a4cc4

Browse files
authored
chore: release 1.16.8 (#868)
# Release Version 1.16.8
1 parent 7306bf2 commit e1a4cc4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

FabricExample/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ PODS:
12821282
- ReactCommon/turbomodule/bridging
12831283
- ReactCommon/turbomodule/core
12841284
- Yoga
1285-
- react-native-keyboard-controller (1.16.7):
1285+
- react-native-keyboard-controller (1.16.8):
12861286
- DoubleConversion
12871287
- glog
12881288
- hermes-engine
@@ -2133,7 +2133,7 @@ SPEC CHECKSUMS:
21332133
hermes-engine: b417d2b2aee3b89b58e63e23a51e02be91dc876d
21342134
lottie-ios: a881093fab623c467d3bce374367755c272bdd59
21352135
lottie-react-native: 3a4dca5f080ad23c26ec9b51fc936596716c4331
2136-
RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809
2136+
RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
21372137
RCTDeprecation: b2eecf2d60216df56bc5e6be5f063826d3c1ee35
21382138
RCTRequired: 78522de7dc73b81f3ed7890d145fa341f5bb32ea
21392139
RCTTypeSafety: c135dd2bf50402d87fd12884cbad5d5e64850edd
@@ -2164,7 +2164,7 @@ SPEC CHECKSUMS:
21642164
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
21652165
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
21662166
react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425
2167-
react-native-keyboard-controller: 5c628f5d8301047a87039a2d7de322233a39bbda
2167+
react-native-keyboard-controller: b9280bc833465038d4805dbd4ca66660f7f0dcd3
21682168
react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3
21692169
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
21702170
React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678
@@ -2204,4 +2204,4 @@ SPEC CHECKSUMS:
22042204

22052205
PODFILE CHECKSUM: f46c4ff801235007081bd301b6e8daff54c0c492
22062206

2207-
COCOAPODS: 1.14.3
2207+
COCOAPODS: 1.15.2

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ PODS:
12831283
- ReactCommon/turbomodule/bridging
12841284
- ReactCommon/turbomodule/core
12851285
- Yoga
1286-
- react-native-keyboard-controller (1.16.7):
1286+
- react-native-keyboard-controller (1.16.8):
12871287
- DoubleConversion
12881288
- glog
12891289
- hermes-engine
@@ -2087,7 +2087,7 @@ SPEC CHECKSUMS:
20872087
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
20882088
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
20892089
react-native-blur: 5b2d13981ad6ce3d15339e135377336cb9be2d68
2090-
react-native-keyboard-controller: 2bbf6db174cd68832a83e66f0b91059395f2cc1f
2090+
react-native-keyboard-controller: d120803d4bd3c74168e69053b93e4cf0034e3e6f
20912091
react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3
20922092
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
20932093
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
@@ -2128,4 +2128,4 @@ SPEC CHECKSUMS:
21282128

21292129
PODFILE CHECKSUM: c51a5e2124b01c5794c41f1f13ee16704466637a
21302130

2131-
COCOAPODS: 1.14.3
2131+
COCOAPODS: 1.15.2

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.16.7",
3+
"version": "1.16.8",
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)