Skip to content

Releases: kherock/yarn-plugins

v22.3.2

11 Mar 22:26
Compare
Choose a tag to compare

Bug Fixes

  • plugin-workspaces-export: fix resolved bundled workspace path in exported yarn.lock (a2ede53)

v22.3.1

09 Mar 06:53
Compare
Choose a tag to compare

Bug Fixes

  • plugin-workspaces-export: include packageManager field in exported project (45a232d)
  • plugin-workspaces-export: respect publishConfig during export (2b67654)
  • plugin-workspaces-export: use relative path for cacheFolder in exported .yarnrc.yml (4b6cce8)

v22.3.0

09 Mar 05:41
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • plugin-workspaces-export: skip build scripts during export and support running yarn commands on the exported project

Features

  • plugin-workspaces-export: skip build scripts during export and support running yarn commands on the exported project (0793282)
  • plugin-workspaces-export: support exporting multiple workspaces at once (0196600)

v22.1.1

24 Jan 23:46
Compare
Choose a tag to compare

Features

  • plugin-esm-loader-typescript: support resolving .js and .mjs specifiers (95a72f3)

v22.1.0

20 Jan 18:30
Compare
Choose a tag to compare

Features

  • plugin-esm-loader-typescript: initial experimental version (ffe88a2)

v21.12.0

09 Dec 00:33
Compare
Choose a tag to compare

Bug Fixes

  • plugin-release: work around stream.pipeline bug present Node 16.10-16.13.0 (29f3b28)

v21.9.0

09 Sep 16:49
Compare
Choose a tag to compare

Bug Fixes

  • plugin-release: correct the initial prerelease bump for packages without stable tags (48a93a4)

v21.8.7

24 Aug 22:08
Compare
Choose a tag to compare

Bug Fixes

  • plugin-release: remove hyperlink from annotated tag message (6c9beaa)

v21.8.6

23 Aug 18:38
Compare
Choose a tag to compare

Bug Fixes

  • plugin-release: compatibility with Node 12, changelogs in stable release tags (82c5385)
  • plugin-release: make --dry-run actually have an effect for release-commit (ea0555d)
  • plugin-release: only output new changelog text with --dry-run (1150d53)

v21.8.5

14 Aug 04:15
Compare
Choose a tag to compare

Features

  • plugin-release: support configuring commit types that count as code changes (5d130e1)
  • plugin-release: support rolling up commits with unstable releases in a stable release's changelog (b8c22fd)