-
fix(core): ensure nx is published with the correct dependency version for the native packages (#32928)
发布于
2025-10-02 12:59:02 +00:00 Current Behavior
The
nxpackage is being published with the native package dependencies
using an invalid version range"*".Expected Behavior
The
nxpackage should be published with the native package
dependencies pointing to the same version as thenxpackage.A recent change to
nx releaserequires workspace packages to be
identified as such when deciding to replace the version.Related Issue(s)
Fixes #32898
下载附件