You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Today we have independent releases with different versions for each package.
For example,
marble-topbar
could be2.3.1
andmarble-dropdown
could be3.6.2
.https://github.com/wedeploy/marble/blob/master/lerna.json
This is good because semver will serve as a communication interface to tell people who depend on these packages if there's a breaking change or not.
Clay on other hand does everything with the same version.
For example, if
clay-topbar
is2.1.1
thenclay-dropdown
would be2.1.1
too.https://github.com/liferay/clay/blob/master/lerna.json
I'm not sure what is the best approach here, just interested in starting a conversation about this topic.
The text was updated successfully, but these errors were encountered: