Skip to content

Releases: lerna/lerna

v5.6.2

09 Oct 21:18
Compare
Choose a tag to compare

5.6.2 (2022-10-09)

Bug Fixes

  • bootstrap: reject-cycles when using workspaces (#3168) (8a47a6d)
  • core: fix "cannot read property 'version' of undefined" for pnpm + independent versioning (#3358) (31e4c98)
  • core: replace "red" color with "brightBlue" on package's output prefix (#2774) (d7c1b87)
  • create: remove unused globby dep (#3360) (e873f0c)
  • npm-publish: Allows disabling of strict SSL checks (#2952) (eec3207)
  • run: always set env LERNA_PACKAGE_NAME environment variable (#3359) (012d31d)

v6.0.0-alpha.0

07 Oct 13:36
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release

6.0.0-alpha.0 (2022-10-07)

Note: Version bump only for package lerna-monorepo

v5.6.1

30 Sep 14:24
Compare
Choose a tag to compare

5.6.1 (2022-09-30)

Bug Fixes

  • add-caching: ensure lerna.json is configured automatically (9677cda)

v5.6.0

29 Sep 21:55
Compare
Choose a tag to compare

5.6.0 (2022-09-29)

Bug Fixes

  • run: only defer to Nx when targetDefaults are defined in nx.json (#3349) (51f80d9)

Features

v5.5.4

28 Sep 13:47
Compare
Choose a tag to compare

5.5.4 (2022-09-28)

Note: Version bump only for package lerna-monorepo

v5.5.3

28 Sep 13:27
Compare
Choose a tag to compare

5.5.3 (2022-09-28)

Bug Fixes

  • run: fully defer to Nx for dep detection when nx.json exists (#3345) (fef2ae6)

v5.5.2

20 Sep 20:29
Compare
Choose a tag to compare

5.5.2 (2022-09-20)

Bug Fixes

  • run: missing fs-extra dependency declaration (#3332) (068830e)
  • run: warn on incompatible arguments with useNx (#3326) (ebf6542)

v5.5.1

09 Sep 14:39
Compare
Choose a tag to compare

5.5.1 (2022-09-09)

Bug Fixes

  • core: prevent validation error in version/publish with workspace: prefix (#3322) (746ce33)
  • run: exclude dependencies with --scope when nx.json is not present (#3316) (99a13a9)

v5.5.0

31 Aug 20:05
Compare
Choose a tag to compare

5.5.0 (2022-08-31)

Bug Fixes

  • version: only update existing lockfile deps (#3308) (f5c8480)

Features

v5.4.3

16 Aug 18:37
Compare
Choose a tag to compare

5.4.3 (2022-08-16)

Bug Fixes

  • version: ignore npm lifecycle scripts on package lock update (#3295) (1ba2b8a)