Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit bfafdf2

Browse files
committed
chore(release): Publish v2.1.4
1 parent b99288f commit bfafdf2

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

lerna.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"packages": ["packages/*"],
4+
"packages": [
5+
"packages/*"
6+
],
57
"command": {
68
"version": {
79
"exact": true,
@@ -10,11 +12,14 @@
1012
},
1113
"publish": {
1214
"npmClient": "npm",
13-
"allowBranch": ["main", "develop"],
15+
"allowBranch": [
16+
"main",
17+
"develop"
18+
],
1419
"conventionalCommits": true,
1520
"message": "chore(release): Publish %s",
1621
"registry": "https://registry.npmjs.org/"
1722
}
1823
},
19-
"version": "2.1.3"
24+
"version": "2.1.4"
2025
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unform/core",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Unform core package",
55
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
66
"homepage": "https://github.com/unform/unform#readme",

packages/mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unform/mobile",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Unform React Native implementation",
55
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
66
"homepage": "https://github.com/unform/unform#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/unform/unform/issues"
2828
},
2929
"dependencies": {
30-
"@unform/core": "^2.1.3"
30+
"@unform/core": "2.1.4"
3131
},
3232
"devDependencies": {
3333
"@testing-library/react-native": "7.1.0",

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unform/web",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Unform Web support",
55
"author": "Diego Fernandes <diego.schell.f@gmail.com>",
66
"homepage": "https://github.com/unform/unform#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/unform/unform/issues"
2828
},
2929
"dependencies": {
30-
"@unform/core": "^2.1.3"
30+
"@unform/core": "2.1.4"
3131
},
3232
"peerDependencies": {
3333
"react": "^16.8.0 || ^17.0.0",

0 commit comments

Comments
 (0)