Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cliedeman committed May 30, 2019
1 parent 78e3676 commit f8e2b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"./"
],
"version": "0.0.17"
"version": "0.0.18"
}
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "formik-material-ui",
"version": "0.0.17",
"version": "0.0.18",
"typings": "dist/main.d.ts",
"peerDependencies": {
"@material-ui/core": ">=4.0.0",
Expand Down Expand Up @@ -99,5 +99,6 @@
"prettier:list": "prettier --list-different \"{src,stories}/**/*.{js,tsx,ts}\"",
"prepublishOnly": "yarn prettier && yarn test && yarn build && yarn package && yarn build-storybook",
"publish": "lerna publish"
}
},
"gitHead": "78e367660b65605d8bfe50f635265336ad93c19f"
}

0 comments on commit f8e2b45

Please sign in to comment.