This repository was archived by the owner on Apr 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "packages" : [" packages/*" ],
4+ "packages" : [
5+ " packages/*"
6+ ],
57 "command" : {
68 "version" : {
79 "exact" : true ,
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}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments