Skip to content

Commit 5974555

Browse files
committed
Switch lerna to independent versioning
Stops forced major bumps of unchanged packages when only one package ships a breaking change (e.g. the recent html-to-structured-text v6, which dragged 8 sibling packages to 6.0.0 for nothing). From the next `lerna publish` onward each package versions on its own and tags become `<package>@x.y.z`.
1 parent a9088f0 commit 5974555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "6.0.0"
3+
"version": "independent"
44
}

0 commit comments

Comments
 (0)