Skip to content

Commit

Permalink
chore: release v22.4.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-workspaces-export: v3.1.0
  • Loading branch information
github-actions[bot] committed Apr 16, 2022
1 parent df9224f commit 8d30781
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugins",
"version": "22.3.2",
"version": "22.4.0",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-workspaces-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.1.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (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/[email protected]...@kherock/[email protected]) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-workspaces-export/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 8d30781

Please sign in to comment.