Skip to content

Commit

Permalink
chore: release v23.7.1
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-release: v2.0.2
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 5b8c6fb commit d6c91b3
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 35 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [23.7.1](https://github.com/kherock/yarn-plugins/compare/v23.7.0...v23.7.1) (2023-07-27)


### Bug Fixes

* **plugin-release:** avoid git concurrency issues when running with workspaces foreach ([5b8c6fb](https://github.com/kherock/yarn-plugins/commit/5b8c6fb4ee50a5ebbeaa86fa7121312e254ccd42))

## [23.7.0](https://github.com/kherock/yarn-plugins/compare/v23.2.0...v23.7.0) (2023-07-27)


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


### Bug Fixes

* **plugin-release:** avoid git concurrency issues when running with workspaces foreach ([5b8c6fb](https://github.com/kherock/yarn-plugins/commit/5b8c6fb4ee50a5ebbeaa86fa7121312e254ccd42))

## [2.0.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-07-27)


Expand Down
66 changes: 33 additions & 33 deletions packages/plugin-release/bundles/@yarnpkg/plugin-release.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugin-release",
"version": "2.0.1",
"version": "2.0.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down

0 comments on commit d6c91b3

Please sign in to comment.