Skip to content

Commit 9a5761d

Browse files
authored
chore: release 1.21.6 (#1439)
# Release Version 1.21.6
1 parent c436fbb commit 9a5761d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

FabricExample/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ PODS:
18361836
- ReactCommon/turbomodule/core
18371837
- SocketRocket
18381838
- Yoga
1839-
- react-native-keyboard-controller (1.21.5):
1839+
- react-native-keyboard-controller (1.21.6):
18401840
- boost
18411841
- DoubleConversion
18421842
- fast_float
@@ -1854,7 +1854,7 @@ PODS:
18541854
- React-graphics
18551855
- React-ImageManager
18561856
- React-jsi
1857-
- react-native-keyboard-controller/common (= 1.21.5)
1857+
- react-native-keyboard-controller/common (= 1.21.6)
18581858
- React-NativeModulesApple
18591859
- React-RCTFabric
18601860
- React-renderercss
@@ -1865,7 +1865,7 @@ PODS:
18651865
- ReactCommon/turbomodule/core
18661866
- SocketRocket
18671867
- Yoga
1868-
- react-native-keyboard-controller/common (1.21.5):
1868+
- react-native-keyboard-controller/common (1.21.6):
18691869
- boost
18701870
- DoubleConversion
18711871
- fast_float
@@ -3148,7 +3148,7 @@ SPEC CHECKSUMS:
31483148
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
31493149
react-native-advanced-input-mask: 7e8cb58287774c4447485387661abe946d0e0bb2
31503150
react-native-blur: ba0e9ad6274783c8d45f42da82acae02e25784ad
3151-
react-native-keyboard-controller: e9c602b8f789a1bbcbf7aefa6205df1fe3e2e72d
3151+
react-native-keyboard-controller: ed5e3e5bfd9d24af80f4bf09be62fdc75586e5aa
31523152
react-native-safe-area-context: 6d8a7b750e496e37bda47c938320bf2c734d441f
31533153
react-native-webview: 8b9097e270a99ee8798449f191a7ea27c790fa1c
31543154
React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48
@@ -3190,6 +3190,6 @@ SPEC CHECKSUMS:
31903190
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
31913191
Yoga: 922d794dce2af9c437f864bf4093abfa7a131adb
31923192

3193-
PODFILE CHECKSUM: d45f7cf34858c180261cf0d1bee48426d1242c00
3193+
PODFILE CHECKSUM: 691cbc2f4b13214668c9eaa0b518f9f8dff2e91c
31943194

31953195
COCOAPODS: 1.15.2

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ PODS:
18071807
- ReactCommon/turbomodule/core
18081808
- SocketRocket
18091809
- Yoga
1810-
- react-native-keyboard-controller (1.21.5):
1810+
- react-native-keyboard-controller (1.21.6):
18111811
- boost
18121812
- DoubleConversion
18131813
- fast_float
@@ -2974,7 +2974,7 @@ SPEC CHECKSUMS:
29742974
React-Mapbuffer: 33f678ee25b6c0ee2b01b1ecec08e3e02424cefe
29752975
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
29762976
react-native-blur: 2181432139e3b470cad492f7729cb640cee60045
2977-
react-native-keyboard-controller: 2f1fb28ef0b613b4d2f19739904d944de5701364
2977+
react-native-keyboard-controller: 3d3530188ebac76d534723a6eb748866d0f143cf
29782978
react-native-safe-area-context: aac2745e96999c8633d2f6119e4e39b499c2ac8b
29792979
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
29802980
react-native-webview: a742b11276a0443e856cc5dc3e21a3fdf3351cdf
@@ -3017,6 +3017,6 @@ SPEC CHECKSUMS:
30173017
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
30183018
Yoga: 922d794dce2af9c437f864bf4093abfa7a131adb
30193019

3020-
PODFILE CHECKSUM: 6a517affee16b03f1ddaf7ff04b3a32770880334
3020+
PODFILE CHECKSUM: 9daeb2f305d208764d5e2abd51a7380cefa2c594
30213021

30223022
COCOAPODS: 1.15.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-controller",
3-
"version": "1.21.5",
3+
"version": "1.21.6",
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)