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
If I add a peer dependency to a package it automatically get's a major bump. However in 0.X.Y versions this releases 1.0.0 which is not desirable as by convention minor versions of 0.X.Y typically are allowed to contain breaking changes.
If I add a peer dependency to a package it automatically get's a
majorbump. However in0.X.Yversions this releases1.0.0which is not desirable as by conventionminorversions of0.X.Ytypically are allowed to contain breaking changes.