7.0.0
7.0.0 (2022-04-27)
Bug Fixes
Features
BREAKING CHANGES
- cli: If a package developed in your Monorepo depends on another package developed in your Monorepo, syncpack will now fix the installed version of the dependent to match the actual version from the package.json file of the local package.
You can disable this functionality by setting "workspace": false
in your .syncpackrc
config file, or by omitting the new --workspace
option when using --dev
, --prod
etc. to define which dependency types you wish to include.