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
The changesets bot seems to bump peer dependencies to the next major version (i.e. FCL-WC) despite them not needing to be bumped. In spite of having no breaking changes since 1.0.0, FCL-WC is now at v4.0.0. This is problematic because now users need to explicitly upgrade to the new version (v4.0.0) to receive bug fixes/minor changes and the actual changes to the package do not conform with what would be expected based on semver.
Re. fcl-wc: while we could technically unpublish v4.0.0, it's probably not exactly doable since it has quite a few downloads already. It would break existing projects which now depend on this version so there's not a lot we can do here. It's a little unfortunate that the version has ballooned as it has, but the important part is that we resolve this issue (even if it's just with some sort of hack) to prevent this from happening again.
Expected Behavior
FCL-WC version does not get major bump when FCL gets a minor change.
Steps To Reproduce
Make a minor change to FCL & make PR (or just run npx changeset version)
Current Behavior
The changesets bot seems to bump peer dependencies to the next major version (i.e. FCL-WC) despite them not needing to be bumped. In spite of having no breaking changes since 1.0.0, FCL-WC is now at v4.0.0. This is problematic because now users need to explicitly upgrade to the new version (v4.0.0) to receive bug fixes/minor changes and the actual changes to the package do not conform with what would be expected based on semver.
see: #1770
Re. fcl-wc: while we could technically unpublish v4.0.0, it's probably not exactly doable since it has quite a few downloads already. It would break existing projects which now depend on this version so there's not a lot we can do here. It's a little unfortunate that the version has ballooned as it has, but the important part is that we resolve this issue (even if it's just with some sort of hack) to prevent this from happening again.
Expected Behavior
FCL-WC version does not get major bump when FCL gets a minor change.
Steps To Reproduce
Make a minor change to FCL & make PR (or just run
npx changeset version
)#1770
Environment
What are you currently working on that this is blocking?
No response
The text was updated successfully, but these errors were encountered: