jscutlery / semver

Nx plugin to automate semantic versioning and CHANGELOG generation.
MIT License
719 stars 83 forks source link

devkit compatibility #654

Open edbzn opened 1 year ago

edbzn commented 1 year ago

As there are breaking changes between minors in the nx devkit, we should mark @nwl/devkit compat range as ~15.1.0 for example.

rtkac commented 1 year ago

Hi @edbzn, same issue here.

NX   Some packages have misaligned versions!

These packages should match your installed version of Nx.
- @nrwl/devkit@14.0.3

Just upgraded @nrwl packages to version 15.4.5 and @jscutlery/semver to 2.23.2 (same problem with any @jscutlery/semver version). Is there any progress? Thanks