Skip to content

Commit a4bcca4

Browse files
authored
chore: release 1.19.3 (#1176)
# Release Version 1.19.3
1 parent 99be9d3 commit a4bcca4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

FabricExample/ios/Podfile.lock

Lines changed: 4 additions & 4 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.19.2):
1839+
- react-native-keyboard-controller (1.19.3):
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.19.2)
1857+
- react-native-keyboard-controller/common (= 1.19.3)
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.19.2):
1868+
- react-native-keyboard-controller/common (1.19.3):
18691869
- boost
18701870
- DoubleConversion
18711871
- fast_float
@@ -3117,7 +3117,7 @@ SPEC CHECKSUMS:
31173117
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
31183118
react-native-advanced-input-mask: 7e8cb58287774c4447485387661abe946d0e0bb2
31193119
react-native-blur: ba0e9ad6274783c8d45f42da82acae02e25784ad
3120-
react-native-keyboard-controller: c6a60f1f46e0b9b7a81b0821b6bcb4bd545a32ca
3120+
react-native-keyboard-controller: 12437518b6ac8175872651a630759b2f7cca2d1c
31213121
react-native-safe-area-context: 6d8a7b750e496e37bda47c938320bf2c734d441f
31223122
React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48
31233123
React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d

example/ios/Podfile.lock

Lines changed: 2 additions & 2 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.19.2):
1810+
- react-native-keyboard-controller (1.19.3):
18111811
- boost
18121812
- DoubleConversion
18131813
- fast_float
@@ -2912,7 +2912,7 @@ SPEC CHECKSUMS:
29122912
React-Mapbuffer: 33f678ee25b6c0ee2b01b1ecec08e3e02424cefe
29132913
React-microtasksnativemodule: 44b44a4d3cd6ffb85d928abf741acdc26722de2e
29142914
react-native-blur: 2181432139e3b470cad492f7729cb640cee60045
2915-
react-native-keyboard-controller: 9dbb1cceb36750fa4c8e75dd46802564f929ea94
2915+
react-native-keyboard-controller: 1e4dd0a53b7be74f75006c3890e8f203b5c53056
29162916
react-native-safe-area-context: aac2745e96999c8633d2f6119e4e39b499c2ac8b
29172917
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
29182918
React-NativeModulesApple: b5d18bc109c45c9a1c6b71664991b5cc3adc4e48

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyboard-controller",
3-
"version": "1.19.2",
3+
"version": "1.19.3",
44
"description": "Keyboard manager which works in identical way on both iOS and Android",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -40,7 +40,7 @@
4040
"test": "jest",
4141
"typescript": "tsc --noEmit --project tsconfig.build.json",
4242
"lint": "eslint --quiet \"**/*.{js,ts,tsx}\"",
43-
"lint-clang": "find ios/ -iname *.h -o -iname *.m -o -iname *.mm | grep -v -e Pods -e build | xargs clang-format -i -n --Werror",
43+
"lint-clang": "find ios/ -iname *.h -o -iname *.m -o -iname *.mm | grep -v -e Pods -e build | xargs clang-format -i --Werror",
4444
"prepare": "bob build > /dev/null 2>&1",
4545
"release": "release-it",
4646
"example": "yarn --cwd example",

0 commit comments

Comments
 (0)