Skip to content

Commit f5d6ea2

Browse files
authored
chore: release 1.17.5 (#985)
# Release Version 1.17.5
1 parent c8398fc commit f5d6ea2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

FabricExample/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
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.17.4):
1285+
- react-native-keyboard-controller (1.17.5):
12861286
- DoubleConversion
12871287
- glog
12881288
- hermes-engine
@@ -1295,7 +1295,7 @@ PODS:
12951295
- React-featureflags
12961296
- React-graphics
12971297
- React-ImageManager
1298-
- react-native-keyboard-controller/common (= 1.17.4)
1298+
- react-native-keyboard-controller/common (= 1.17.5)
12991299
- React-NativeModulesApple
13001300
- React-RCTFabric
13011301
- React-rendererdebug
@@ -1304,7 +1304,7 @@ PODS:
13041304
- ReactCommon/turbomodule/bridging
13051305
- ReactCommon/turbomodule/core
13061306
- Yoga
1307-
- react-native-keyboard-controller/common (1.17.4):
1307+
- react-native-keyboard-controller/common (1.17.5):
13081308
- DoubleConversion
13091309
- glog
13101310
- hermes-engine
@@ -2186,7 +2186,7 @@ SPEC CHECKSUMS:
21862186
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
21872187
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
21882188
react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425
2189-
react-native-keyboard-controller: f69d91bf32a5f0bd2adbf5b3e56caf41d148d615
2189+
react-native-keyboard-controller: c99c2a6c4222220edd5d0bf456165439663c1884
21902190
react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3
21912191
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
21922192
React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
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.17.4):
1286+
- react-native-keyboard-controller (1.17.5):
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: 6215c90b409778c4ca9706b677188f401c87efb6
2090+
react-native-keyboard-controller: b45756a21545a980dc4356f203935521ccd9e52c
20912091
react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3
20922092
react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e
20932093
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1

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