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
It would be nice if you go updating the repo creating a CHANGELOG.md, creating release and release notes, and using the proper semver convention.
I've seen how you upgraded from 0.2.0 to 0.3.0 by adding as peer dependency React 15. This is actually potentially a breaking change, which would lead to get a 1.0.0 version instead of 0.3.0.
The text was updated successfully, but these errors were encountered:
It would be nice if you go updating the repo creating a CHANGELOG.md, creating release and release notes, and using the proper semver convention.
I've seen how you upgraded from
0.2.0
to0.3.0
by adding as peer dependency React 15. This is actually potentially a breaking change, which would lead to get a1.0.0
version instead of0.3.0
.The text was updated successfully, but these errors were encountered: