documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Update about-semantic-versioning.mdx to clarify version resolution and pre-releases

Open LBaquedanoCordova opened this issue 6 months ago • 1 comments

This pull request adds a note to the "About semantic versioning" guide to clarify how npm resolves versions within defined ranges in package.json. It specifies that npm installs the highest compatible stable version and ignores pre-releases like 1.2.0-beta.1 unless explicitly allowed by configuration.

The goal is to help developers better understand version behavior and prevent unexpected installations when using semver constraints.

References

None

LBaquedanoCordova avatar Jul 01 '25 13:07 LBaquedanoCordova