Skip to content

Commit

Permalink
chore(release): Publish v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 29, 2021
1 parent b99288f commit bfafdf2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true,
Expand All @@ -10,11 +12,14 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": ["main", "develop"],
"allowBranch": [
"main",
"develop"
],
"conventionalCommits": true,
"message": "chore(release): Publish %s",
"registry": "https://registry.npmjs.org/"
}
},
"version": "2.1.3"
"version": "2.1.4"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unform/core",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform core package",
"author": "Diego Fernandes <[email protected]>",
"homepage": "https://github.com/unform/unform#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unform/mobile",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform React Native implementation",
"author": "Diego Fernandes <[email protected]>",
"homepage": "https://github.com/unform/unform#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/unform/unform/issues"
},
"dependencies": {
"@unform/core": "^2.1.3"
"@unform/core": "2.1.4"
},
"devDependencies": {
"@testing-library/react-native": "7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unform/web",
"version": "2.1.3",
"version": "2.1.4",
"description": "Unform Web support",
"author": "Diego Fernandes <[email protected]>",
"homepage": "https://github.com/unform/unform#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/unform/unform/issues"
},
"dependencies": {
"@unform/core": "^2.1.3"
"@unform/core": "2.1.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
Expand Down

0 comments on commit bfafdf2

Please sign in to comment.