Skip to content

Commit

Permalink
chore: release 1.0.0 (#37)
Browse files Browse the repository at this point in the history
* chore: release 1.0.0

* chore: attempt to fix CI
  • Loading branch information
kirillzyusko authored Jun 30, 2022
1 parent 0060028 commit 1a5eade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ PODS:
- React-jsinspector (0.68.1)
- React-logger (0.68.1):
- glog
- react-native-keyboard-controller (1.0.0-beta.0):
- react-native-keyboard-controller (1.0.0):
- React-Core
- react-native-safe-area-context (4.2.4):
- RCT-Folly
Expand Down Expand Up @@ -583,7 +583,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c
React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019
React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8
react-native-keyboard-controller: 21030d0430a71dfc22d6cafb0199d5aec6a05749
react-native-keyboard-controller: 33b98d083e9837160d93dde63c2c1f3f698b2154
react-native-safe-area-context: f98b0b16d1546d208fc293b4661e3f81a895afd9
React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5
React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-controller",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"description": "Keyboard manager which works in identical way on both iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -23,7 +23,7 @@
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"typescript": "tsc --noEmit --project tsconfig.build.json",
"lint": "eslint --quiet \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
Expand Down

0 comments on commit 1a5eade

Please sign in to comment.