Skip to content

Commit

Permalink
chore: release 1.4.0 (#88)
Browse files Browse the repository at this point in the history
# Release

Version `1.4.0`.
  • Loading branch information
kirillzyusko committed Oct 14, 2022
1 parent 0d82804 commit cb5fab5
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 @@ -607,7 +607,7 @@ PODS:
- React-jsinspector (0.70.2)
- React-logger (0.70.2):
- glog
- react-native-keyboard-controller (1.3.0):
- react-native-keyboard-controller (1.4.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -980,7 +980,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 53bd208e5c27939c6e6365528393445a596a9a2b
React-jsinspector: 26c42646ab0bb69e29e837e23754fe7121eeaf94
React-logger: 1bfd109a0ffa4c0989bbfac0c2d8c4abe4637faa
react-native-keyboard-controller: e4973160d0fb9d3c4bbf4b36b1b6f336c4852d39
react-native-keyboard-controller: e7fd1b1f37d5d959a78974ed3232f4920a539c72
react-native-safe-area-context: 2f75b317784a1a8e224562941e50ecbc932d2097
React-perflogger: 6009895616a455781293950bbd63d53cfc7ffbc5
React-RCTActionSheet: 5e90aa5712af18bfc86c2c6d97d4dbe0e5451c1d
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ PODS:
- React-jsinspector (0.70.2)
- React-logger (0.70.2):
- glog
- react-native-keyboard-controller (1.3.0):
- react-native-keyboard-controller (1.4.0):
- React-Core
- react-native-safe-area-context (4.4.1):
- RCT-Folly
Expand Down Expand Up @@ -600,7 +600,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 53bd208e5c27939c6e6365528393445a596a9a2b
React-jsinspector: 26c42646ab0bb69e29e837e23754fe7121eeaf94
React-logger: 1bfd109a0ffa4c0989bbfac0c2d8c4abe4637faa
react-native-keyboard-controller: eaa6aa7c39a021aad13897b31cee5e1c7b6e179b
react-native-keyboard-controller: 31fcd4262c356e998cd83d2990ad12b47c15bcf5
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a
React-perflogger: 6009895616a455781293950bbd63d53cfc7ffbc5
React-RCTActionSheet: 5e90aa5712af18bfc86c2c6d97d4dbe0e5451c1d
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.3.0",
"version": "1.4.0",
"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 cb5fab5

Please sign in to comment.