Releases: kherock/yarn-plugins
Releases · kherock/yarn-plugins
v22.3.2
Bug Fixes
- plugin-workspaces-export: fix resolved bundled workspace path in exported yarn.lock (a2ede53)
v22.3.1
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
⚠ 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
Features
- plugin-esm-loader-typescript: support resolving .js and .mjs specifiers (95a72f3)
v22.1.0
Features
- plugin-esm-loader-typescript: initial experimental version (ffe88a2)
v21.12.0
Bug Fixes
- plugin-release: work around stream.pipeline bug present Node 16.10-16.13.0 (29f3b28)
v21.9.0
Bug Fixes
- plugin-release: correct the initial prerelease bump for packages without stable tags (48a93a4)
v21.8.7
Bug Fixes
- plugin-release: remove hyperlink from annotated tag message (6c9beaa)
v21.8.6
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
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)