Skip to content

Commit

Permalink
chore: release v24.3.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-dotenv: v3.0.0
@kherock/yarn-plugin-esm-loader-typescript: v2.0.0
@kherock/yarn-plugin-release: v4.0.0
@kherock/yarn-plugin-workspaces-export: v5.0.0
  • Loading branch information
github-actions[bot] committed Mar 31, 2024
1 parent 42b5b1d commit 5f4a8a5
Show file tree
Hide file tree
Showing 10 changed files with 61 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 @@
## [24.3.0](https://github.com/kherock/yarn-plugins/compare/v24.1.0...v24.3.0) (2024-03-31)


### Bug Fixes

* **plugin-workspaces-export:** preserve project `compressionLevel` and `enableGlobalCache` settings in exported workspaces ([42b5b1d](https://github.com/kherock/yarn-plugins/commit/42b5b1d268648de3b79a81a12deeddccb9569126))

## [24.1.0](https://github.com/kherock/yarn-plugins/compare/v23.7.1...v24.1.0) (2024-01-07)


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


### ⚠ BREAKING CHANGES

* support for Yarn 4 and Conventional Changelog 7

### Features

* support for Yarn 4 and Conventional Changelog 7 ([f74ee7d](https://github.com/kherock/yarn-plugins/commit/f74ee7dbdc8d6cab16b562fb56ab3af73923b74f))

## [2.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-01-07)


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": "2.0.0",
"version": "3.0.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-esm-loader-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-03-31)


### ⚠ BREAKING CHANGES

* support for Yarn 4 and Conventional Changelog 7

### Features

* support for Yarn 4 and Conventional Changelog 7 ([f74ee7d](https://github.com/kherock/yarn-plugins/commit/f74ee7dbdc8d6cab16b562fb56ab3af73923b74f))

## [1.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-01-07)


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": "1.0.0",
"version": "2.0.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-03-31)


### ⚠ BREAKING CHANGES

* support for Yarn 4 and Conventional Changelog 7

### Features

* support for Yarn 4 and Conventional Changelog 7 ([f74ee7d](https://github.com/kherock/yarn-plugins/commit/f74ee7dbdc8d6cab16b562fb56ab3af73923b74f))

## [3.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-01-07)


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


### ⚠ BREAKING CHANGES

* support for Yarn 4 and Conventional Changelog 7

### Features

* support for Yarn 4 and Conventional Changelog 7 ([f74ee7d](https://github.com/kherock/yarn-plugins/commit/f74ee7dbdc8d6cab16b562fb56ab3af73923b74f))


### Bug Fixes

* **plugin-workspaces-export:** preserve project `compressionLevel` and `enableGlobalCache` settings in exported workspaces ([42b5b1d](https://github.com/kherock/yarn-plugins/commit/42b5b1d268648de3b79a81a12deeddccb9569126))

## [4.0.0](https://github.com/kherock/yarn-plugins/compare/@kherock/[email protected]...@kherock/[email protected]) (2024-01-07)


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

0 comments on commit 5f4a8a5

Please sign in to comment.