Skip to content

Commit

Permalink
v2.1.6-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Sep 24, 2020
1 parent 1fe99f1 commit 764d6dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "2.1.5"
"version": "2.1.6-canary.0"
}
6 changes: 3 additions & 3 deletions packages/formik-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "2.1.5",
"version": "2.1.6-canary.0",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]>",
"repository": "formik/formik",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"peerDependencies": {
"react": ">=16.3.0"
},
},
"dependencies": {
"formik": "2.1.5"
"formik": "2.1.6-canary.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
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.5",
"version": "2.1.6-canary.0",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]>",
"repository": "formik/formik",
Expand Down

0 comments on commit 764d6dc

Please sign in to comment.