Skip to content

Commit

Permalink
v2.0.8-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 12, 2019
1 parent b2fecda commit 0cf9468
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
13 changes: 9 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": ["master", "canary"],
"allowBranch": [
"master",
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "2.0.7"
}
"version": "2.0.8-canary.0"
}
18 changes: 9 additions & 9 deletions packages/formik-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "0.1.0",
"version": "2.0.8-canary.0",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down Expand Up @@ -44,19 +44,19 @@
"trailingComma": "es5"
},
"dependencies": {
"formik": "^2.0.7"
"formik": "2.0.8-canary.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.5",
"@types/jest": "^24.0.23",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"husky": "^3.1.0",
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3",
"react": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.5",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65"
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3"
}
}
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.7",
"version": "2.0.8-canary.0",
"license": "MIT",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "jaredpalmer/formik",
Expand Down

0 comments on commit 0cf9468

Please sign in to comment.