-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd5b5db
commit 0f4b9b1
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"registry": "https://registry.npmjs.org/" | ||
} | ||
}, | ||
"version": "2.1.3-canary.0" | ||
"version": "2.1.3-canary.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "formik-native", | ||
"version": "2.1.3-canary.0", | ||
"version": "2.1.3-canary.1", | ||
"license": "MIT", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "jaredpalmer/formik", | ||
|
@@ -44,7 +44,7 @@ | |
"trailingComma": "es5" | ||
}, | ||
"dependencies": { | ||
"formik": "2.1.3-canary.0" | ||
"formik": "2.1.3-canary.1" | ||
}, | ||
"devDependencies": { | ||
"@react-native-community/eslint-config": "^0.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "formik", | ||
"description": "Forms in React, without tears", | ||
"version": "2.1.3-canary.0", | ||
"version": "2.1.3-canary.1", | ||
"license": "MIT", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "jaredpalmer/formik", | ||
|