Skip to content

Releases: lerna/lerna

6.5.1

14 Feb 10:12
Compare
Choose a tag to compare

6.5.1 (2023-02-14)

Bug Fixes

  • add missing dependency on js-yaml (187f480)

6.5.0

13 Feb 17:02
Compare
Choose a tag to compare

6.5.0 (2023-02-13)

Bug Fixes

  • create: normalize quotes and indents in generated test and lib files (#3529) (ad39fe2)
  • repair: re-enable repair generators (#3497) (510c3e9)

Features

  • publish: add --include-private option for testing private packages (#3503) (fa1f490)
  • publish: recover from network failure (#3513) (f03ee3e)
  • run: allow multiple script targets to be triggered at once (#3527) (937b02a)

v6.4.1

12 Jan 19:37
Compare
Choose a tag to compare

6.4.1 (2023-01-12)

Bug Fixes

v6.4.0

05 Jan 18:28
Compare
Choose a tag to compare

6.4.0 (2023-01-05)

Bug Fixes

  • run: add explicit nx dependency (#3486) (7e39397)
  • version: recognize .prettierignore when formatting files (#3482) (4e2c7a9)

Features

  • create: support relative path from root as lerna create location (#3478) (82825ce)
  • watch: Add lerna watch command (#3466) (008b995)

v6.3.0

26 Dec 18:39
Compare
Choose a tag to compare

6.3.0 (2022-12-26)

Features

  • version: support custom command for git tag (#2760) (6eac92f)
  • version: use npmClientArgs in npm install after lerna version (#3434) (e019e3f)

v6.2.0

13 Dec 12:51
Compare
Choose a tag to compare

6.2.0 (2022-12-13)

Bug Fixes

  • core: more detailed error message when version cannot be found (#3424) (b729b0c)
  • schema: add the other format changelogPreset can assume (#3441) (d286973)
  • utils: check validity of bundledDependencies before iteration (#2960) (2517ffb)

Features

v6.1.0

29 Nov 21:33
Compare
Choose a tag to compare

6.1.0 (2022-11-29)

Bug Fixes

  • run: detect target configuration in package.json files (#3432) (798aae1)

Features

  • version: bump prerelease versions from conventional commits (#3362) (2288b3a)

v6.0.3

07 Nov 18:16
Compare
Choose a tag to compare

6.0.3 (2022-11-07)

Bug Fixes

  • publish: support inconsistent workspace prefix usage (#3413) (da2274b)
  • version: only apply prettier if it was explicitly installed (#3406) (0161bbe)

v6.0.2

02 Nov 19:23
Compare
Choose a tag to compare

6.0.2 (2022-11-02)

Bug Fixes

  • publish: remove workspace prefix on publish (#3397) (1f0e546)

v6.0.1

14 Oct 16:47
Compare
Choose a tag to compare

6.0.1 (2022-10-14)

Bug Fixes

  • run: allow for loading of env files to be skipped (#3375) (5dbd904)