Skip to content

Commit

Permalink
chore: release v22.3.2
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-workspaces-export: v3.0.2
  • Loading branch information
github-actions[bot] committed Mar 11, 2022
1 parent a2ede53 commit bc8eb20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [22.3.2](https://github.com/kherock/yarn-plugins/compare/v22.3.1...v22.3.2) (2022-03-11)


### Bug Fixes

* **plugin-workspaces-export:** fix resolved bundled workspace path in exported yarn.lock ([a2ede53](https://github.com/kherock/yarn-plugins/commit/a2ede536b9f86f441498c5487f9febd5c4e89094))

## [22.3.1](https://github.com/kherock/yarn-plugins/compare/v22.3.0...v22.3.1) (2022-03-09)


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


### Bug Fixes

* **plugin-workspaces-export:** fix resolved bundled workspace path in exported yarn.lock ([a2ede53](https://github.com/kherock/yarn-plugins/commit/a2ede536b9f86f441498c5487f9febd5c4e89094))

## [3.0.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2022-03-09)


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.1",
"version": "3.0.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down

0 comments on commit bc8eb20

Please sign in to comment.