-
-
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.
Merge pull request #2894 from formium/changeset-release/next
Version Packages (next)
- Loading branch information
Showing
5 changed files
with
31 additions
and
10 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
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.10-next.3 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`6383b86`](https://github.com/formium/formik/commit/6383b86d3123a3348e4fa6abba4fe0c3652cb5a4)]: | ||
- [email protected] | ||
|
||
## 2.1.10-next.2 | ||
|
||
## 2.1.11 | ||
|
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.10-next.2", | ||
"version": "2.1.10-next.3", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "formium/formik", | ||
|
@@ -31,7 +31,7 @@ | |
"react": ">=16.8.0" | ||
}, | ||
"dependencies": { | ||
"formik": "3.0.0-next.2" | ||
"formik": "3.0.0-next.3" | ||
}, | ||
"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": "Forms in React, without tears", | ||
"version": "3.0.0-next.2", | ||
"version": "3.0.0-next.3", | ||
"license": "Apache-2.0", | ||
"author": "Jared Palmer <[email protected]>", | ||
"repository": "formium/formik", | ||
|
@@ -20,9 +20,7 @@ | |
"umd:main": "dist/formik.umd.production.js", | ||
"module": "dist/formik.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"files": ["dist"], | ||
"peerDependencies": { | ||
"react": ">=16.8.0" | ||
}, | ||
|