Skip to content

nx-semantic-release-pnpm-v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 22:45
· 12 commits to master since this release

1.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • this package requires node version >= 16 from now on

Features

  • Add support for global configuration (9ec58f4)
  • initial release (c196a27)
  • Introduce [only] flag for including only selected projects for given commit (f0c4021)
  • Introduce @theunderscorer/nx-semantic-release:install generator (22aaec8)
  • set minimal required node version to 16 (390b2af)
  • support latest NX version (ade9bd1)
  • Support latest nx version (14.1.5) (3d0b5d1)
  • Support latest nx version (14.3.6) (31b897c)
  • update nx to 15.9.2 (a09aba5)
  • Update to latest nx version (13.10.2) (34ea0d6)
  • update to nx 16 (8d70eed)
  • use pnpm publish instead of npm (3ce8272)

Bug Fixes

  • Add missing "semantic-release-plugin-decorators" dependency to the package (719b39a)
  • add missing @semantic-release dependencies (02c79f1)
  • Add other missing dependencies (4b6cc98)
  • nx-semantic-release: add ESM support (ee7c63d)
  • replace all occurences of a token in an option, not only the first one (320877a)
  • Use dependencies instead of peerDependencies (aa1fc19)

Build System

  • deps: add @nrwl/tao as dependency (3da27fc)
  • deps: update and freeze dependencies (7902b33)
  • deps: update nx (3b28226)
  • deps: update semantic-release to 20.1.0 (aa41541)