From 8d30781b8267583e6d8ff9fc9b53a056272eb438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Apr 2022 15:26:39 +0000 Subject: [PATCH] chore: release v22.4.0 @kherock/yarn-plugin-workspaces-export: v3.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/plugin-workspaces-export/CHANGELOG.md | 12 ++++++++++++ packages/plugin-workspaces-export/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440959c..fe46707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [22.4.0](https://github.com/kherock/yarn-plugins/compare/v22.3.2...v22.4.0) (2022-04-16) + + +### Features + +* **plugin-workspaces-export:** support Yarn 3.2's conditional dependency fetching ([dc77c53](https://github.com/kherock/yarn-plugins/commit/dc77c5314dccfed2830f37df097357af26114e43)) + + +### Bug Fixes + +* **plugin-workspaces-export:** clean up logging output when exporting multiple workspaces with inline builds ([df9224f](https://github.com/kherock/yarn-plugins/commit/df9224f1342a6df2369b0c50a2c13cf1d6ac2812)) + ## [22.3.2](https://github.com/kherock/yarn-plugins/compare/v22.3.1...v22.3.2) (2022-03-11) diff --git a/package.json b/package.json index 3929ec7..c47c992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kherock/yarn-plugins", - "version": "22.3.2", + "version": "22.4.0", "private": true, "license": "BSD-2-Clause", "workspaces": [ diff --git a/packages/plugin-workspaces-export/CHANGELOG.md b/packages/plugin-workspaces-export/CHANGELOG.md index d0ffc25..a41c476 100644 --- a/packages/plugin-workspaces-export/CHANGELOG.md +++ b/packages/plugin-workspaces-export/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.1.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-workspaces-export@3.0.2...@kherock/yarn-plugin-workspaces-export@3.1.0) (2022-04-16) + + +### Features + +* **plugin-workspaces-export:** support Yarn 3.2's conditional dependency fetching ([dc77c53](https://github.com/kherock/yarn-plugins/commit/dc77c5314dccfed2830f37df097357af26114e43)) + + +### Bug Fixes + +* **plugin-workspaces-export:** clean up logging output when exporting multiple workspaces with inline builds ([df9224f](https://github.com/kherock/yarn-plugins/commit/df9224f1342a6df2369b0c50a2c13cf1d6ac2812)) + ## [3.0.2](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-workspaces-export@3.0.1...@kherock/yarn-plugin-workspaces-export@3.0.2) (2022-03-11) diff --git a/packages/plugin-workspaces-export/package.json b/packages/plugin-workspaces-export/package.json index cc13777..e99e040 100644 --- a/packages/plugin-workspaces-export/package.json +++ b/packages/plugin-workspaces-export/package.json @@ -1,6 +1,6 @@ { "name": "@kherock/yarn-plugin-workspaces-export", - "version": "3.0.2", + "version": "3.1.0", "license": "BSD-2-Clause", "main": "./sources/index.ts", "author": "Kyle Herock ",