Skip to content

Commit

Permalink
chore: release v23.7.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-dotenv: v1.0.2
@kherock/yarn-plugin-esm-loader-typescript: v0.3.1
@kherock/yarn-plugin-release: v2.0.1
@kherock/yarn-plugin-workspaces-export: v3.2.2
  • Loading branch information
github-actions[bot] committed Jul 27, 2023
1 parent 9ab7d47 commit 9961868
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 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.0](https://github.com/kherock/yarn-plugins/compare/v23.2.0...v23.7.0) (2023-07-27)


### Bug Fixes

* **plugin-release:** render more error details when git operations fail ([9ab7d47](https://github.com/kherock/yarn-plugins/commit/9ab7d47632791ab914220bfdea0828629fff086b))

## [23.2.0](https://github.com/kherock/yarn-plugins/compare/v22.8.2...v23.2.0) (2023-02-26)


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

## [1.0.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2022-08-12)

## 1.0.0 (2020-10-28)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dotenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugin-dotenv",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-esm-loader-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.3.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-07-27)

## [0.3.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-02-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-esm-loader-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kherock/yarn-plugin-esm-loader-typescript",
"version": "0.3.0",
"version": "0.3.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
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.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-07-27)


### Bug Fixes

* **plugin-release:** render more error details when git operations fail ([9ab7d47](https://github.com/kherock/yarn-plugins/commit/9ab7d47632791ab914220bfdea0828629fff086b))

## [2.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2022-08-19)


Expand Down
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.0",
"version": "2.0.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions packages/plugin-workspaces-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [3.2.2](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-07-27)

## [3.2.1](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2023-02-26)

## [3.2.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2022-08-12)
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.2.1",
"version": "3.2.2",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down

0 comments on commit 9961868

Please sign in to comment.