-
-
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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f57ca9b
commit c798145
Showing
5 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,5 +1,12 @@ | ||
# formik-native | ||
|
||
## 2.1.29 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`f57ca9b`](https://github.com/jaredpalmer/formik/commit/f57ca9bc5ee3842d50f74f39b3fb36a744b55ae8)]: | ||
- [email protected] | ||
|
||
## 2.1.28 | ||
|
||
### Patch Changes | ||
|
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.28", | ||
"version": "2.1.29", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "formium/formik", | ||
|
@@ -30,7 +30,7 @@ | |
"react": ">=16.8.0" | ||
}, | ||
"dependencies": { | ||
"formik": "2.4.5" | ||
"formik": "2.4.6" | ||
}, | ||
"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
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": "Build forms in React, without the tears", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <[email protected]> (https://jaredpalmer.com)", | ||
"contributors": [ | ||
|