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
Faced a blocking problem when implementing this. Changeset always tries to bump the major version for all packages, even if there is only a patch or minor change for some of the peer dependencies.
Currently, if you list a package as a peerDependency of another package, this causes the package with the peerDependency to be released as a major change. This is because peerDependency changes will not be caught by a package installation.
There is also a non-blocking but annoying problem with the jest-mocks package. There is no way to ignore it, and it's listed in the changeset version command. Also, Changeset will attempt to maintain a changelog for this package. Issue changesets/changesets#1158.
Since v5, we have had a blocking problem with Lerna (#2124), which prevents us from doing automatic releases.
Consider switching to Changesets. A list of current use cases can be found in this comment.
The text was updated successfully, but these errors were encountered: