Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please adopt (standard) semantic version numbers. #428

Closed
johnjbarton opened this issue Oct 19, 2020 · 2 comments
Closed

Please adopt (standard) semantic version numbers. #428

johnjbarton opened this issue Oct 19, 2020 · 2 comments

Comments

@johnjbarton
Copy link

Unexpected breaking changes in v0.7.0 broke karma-runner karma-runner/karma#3557

https://docs.npmjs.com/about-semantic-versioning#incrementing-semantic-versions-in-published-packages

@loganfsmyth
Copy link
Contributor

This does follow semver, otherwise npm would have seen ^0.6.1 in karma's package.json and installed 0.7.3 as the most recent matching version. Packages beginning in 0.x essentially treat their second (x) digit as the major version number, so these breaking changes are exactly what made the package go from 0.6 to 0.7.

@jkrems
Copy link
Collaborator

jkrems commented Apr 18, 2021

I think the original question has been addressed.

@jkrems jkrems closed this as completed Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants