Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 31, 2019
1 parent 54b0f78 commit 09ee3ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.11"
"version": "2.1.0"
}
4 changes: 2 additions & 2 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.0.11",
"version": "2.1.0",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down Expand Up @@ -44,7 +44,7 @@
"trailingComma": "es5"
},
"dependencies": {
"formik": "2.0.11"
"formik": "2.1.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.0.11",
"version": "2.1.0",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down

1 comment on commit 09ee3ff

@vercel
Copy link

@vercel vercel bot commented on 09ee3ff Dec 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.