Skip to content

Latest commit

 

History

History
300 lines (137 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

300 lines (137 loc) · 13.9 KB

24.3.0 (2024-03-31)

Bug Fixes

  • plugin-workspaces-export: preserve project compressionLevel and enableGlobalCache settings in exported workspaces (42b5b1d)

24.1.0 (2024-01-07)

⚠ BREAKING CHANGES

  • support for Yarn 4 and Conventional Changelog 7

Features

  • support for Yarn 4 and Conventional Changelog 7 (f74ee7d)

23.7.1 (2023-07-27)

Bug Fixes

  • plugin-release: avoid git concurrency issues when running with workspaces foreach (5b8c6fb)

23.7.0 (2023-07-27)

Bug Fixes

  • plugin-release: render more error details when git operations fail (9ab7d47)

23.2.0 (2023-02-26)

Features

  • plugin-esm-loader-typescript: support for Yarn 3.4 (09deee9)

22.8.2 (2022-08-19)

⚠ BREAKING CHANGES

  • plugin-release: make project-level CalVer tag optional and disabled by default

Features

  • plugin-release: make project-level CalVer tag optional and disabled by default (63af7b4)

Bug Fixes

  • plugin-release: reset prerelease level when the calendar version changes (7c03312)

22.8.1 (2022-08-18)

Bug Fixes

  • pnp-esm-loader-typescript: return shortCircuit from the ESM loader hooks (97c5ea8)

22.8.0 (2022-08-12)

Features

  • plugin-release: support manually bumping to prerelease versions (d6cd5d1)
  • plugin-workspaces-export: support interlaced output (9afd062)

22.4.1 (2022-04-18)

Performance Improvements

  • plugin-workspaces-export: share parsed project context for all exported workspaces (26310dd)
  • plugin-workspaces-export: support skipping the cache when the output is a folder (715fca0)

22.4.0 (2022-04-16)

Features

  • plugin-workspaces-export: support Yarn 3.2's conditional dependency fetching (dc77c53)

Bug Fixes

  • plugin-workspaces-export: clean up logging output when exporting multiple workspaces with inline builds (df9224f)

22.3.2 (2022-03-11)

Bug Fixes

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

22.3.1 (2022-03-09)

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)

22.3.0 (2022-03-09)

⚠ 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)

22.1.1 (2022-01-24)

Features

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

22.1.0 (2022-01-20)

Features

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

21.12.0 (2021-12-09)

Bug Fixes

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

21.9.0 (2021-09-09)

Bug Fixes

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

21.8.7 (2021-08-24)

Bug Fixes

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

21.8.6 (2021-08-23)

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)

21.8.5 (2021-08-14)

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)

21.8.4 (2021-08-12)

Bug Fixes

  • plugin-release: packages would receive an incorrect prerelease bump if they don't yet have a stable release (06c72ce)

21.8.3 (2021-08-12)

Features

  • plugin-release: skip unstable tags when creating a stable release (0da6538)

21.8.2 (2021-08-12)

Bug Fixes

  • plugin-release: add back a default date for changelogs (f79d01d)
  • plugin-release: fix prerelease CalVer logic (88729af)
  • plugin-release: give the annotated tag a proper subject line (6034b22)

Reverts

  • Revert "fix(plugin-release): don't return early when there are no workspaces to tag" (63be8d4)

21.8.1 (2021-08-11)

Features

  • plugin-release: improve prerelease flow (aab08ec)
  • plugin-release: support overriding the changelog release date (5191847)

21.8.0 (2021-08-11)

Features

  • plugin-release: add args for controlling commit and tagging behavior (86e2637)

Bug Fixes

  • plugin-release: don't return early when there are no workspaces to tag (e24c129)
  • plugin-release: error message typo (f687f76)

21.6.4 (2021-06-22)

Bug Fixes

  • plugin-workspaces-export: fix exported virtualFolder path (d59ca83)

21.6.3 (2021-06-21)

Features

  • plugin-release: support generating changelogs for unversioned private packages (c03b436)

21.6.2 (2021-06-21)

Features

  • plugin-release: add postrelease lifecycle script support (3cba53d)
  • plugin-release: use annotated tag for monorepo release (fc3f1fb)

Bug Fixes

  • plugin-release: avoid race condition created by persisting project on install (d18d434)
  • plugin-release: fix fetching changelog for annotated tag message (ac6ddb5)

21.6.1 (2021-06-20)

Features

  • plugin-release: initial plugin implementation (7154827)

21.6.0 (2021-06-16)

Features

  • plugin-workspaces-export: upgrade workspaces export plugin with Yarn 3 support (fd0c808)

21.1.0 (2021-01-19)

Features

  • plugin-workspaces-export: support persistent caching (25a1604)

20.12.0 (2020-12-22)

Features

  • plugin-workspaces-export: remove dependence on global cache for workspaces-export (ec1dc53)

Bug Fixes

  • plugin-workspaces-export: do not pack symlinks with absolute paths in tgz archives (3765403)

20.10.1 (2020-10-28)

Features

  • plugin-dotenv: initial plugin implementation (c6a1ca0)

20.10.0 (2020-10-14)

Features

  • plugin-workspaces-export: implement using custom fetcher and resolver (8b97c2c)
  • plugin-workspaces-export: support bundling as gzip based on file ext (b24a50d)

Bug Fixes

  • plugin-workspaces-export: include project package extensions and resolutions in the generated project (cb5d5c1)