Skip to content

7.0.0

Compare
Choose a tag to compare
@JamieMason JamieMason released this 27 Apr 22:41

7.0.0 (2022-04-27)

Bug Fixes

  • npm: update dependencies (4e5a1cf)
  • npm: update dependencies (eebbcde)

Features

  • cli: sync versions of locally developed packages (0367c9f), closes #66

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.