2.31.1
Fixed 1
- Fix already-published version detection with npm 12, which wraps successful npm info --json output in an array, preventing changeset publish from treating every package as unpublished and attempting to republish existing versions
From Changesets
Patch Changes
- #2159
15cf592Thanks @ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successfulnpm info --jsonoutput in an array. The unwrapped output madechangeset publishtreat every package as unpublished and fail attempting to republish existing versions.