Skip to content

Commit

Permalink
chore: release v22.8.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-dotenv: v1.0.1
@kherock/yarn-plugin-esm-loader-typescript: v0.2.1
@kherock/yarn-plugin-workspaces-export: v3.2.0
  • Loading branch information
github-actions[bot] committed Aug 12, 2022
1 parent 9afd062 commit 57c3af6
Show file tree
Hide file tree
Showing 11 changed files with 112 additions and 27,105 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [22.8.0](https://github.com/kherock/yarn-plugins/compare/v22.4.1...v22.8.0) (2022-08-12)


### Features

* **plugin-release:** support manually bumping to prerelease versions ([d6cd5d1](https://github.com/kherock/yarn-plugins/commit/d6cd5d1050c93a74e2ed196b1536675a2f59536c))
* **plugin-workspaces-export:** support interlaced output ([9afd062](https://github.com/kherock/yarn-plugins/commit/9afd062855681c557ee2c466031d7730e661bc80))

## [22.4.1](https://github.com/kherock/yarn-plugins/compare/v22.4.0...v22.4.1) (2022-04-18)


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.4.1",
"version": "22.8.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.1](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-dotenv@1.0.0...@kherock/yarn-plugin-dotenv@1.0.1) (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.0",
"version": "1.0.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <kherock@gmail.com>",
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.2.1](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-esm-loader-typescript@0.2.0...@kherock/yarn-plugin-esm-loader-typescript@0.2.1) (2022-08-12)

## [0.2.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-esm-loader-typescript@0.1.0...@kherock/yarn-plugin-esm-loader-typescript@0.2.0) (2022-01-24)


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.2.0",
"version": "0.2.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <kherock@gmail.com>",
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 @@
## [1.7.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-release@1.7.0...@kherock/yarn-plugin-release@1.7.0) (2022-08-12)


### Features

* **plugin-release:** support manually bumping to prerelease versions ([d6cd5d1](https://github.com/kherock/yarn-plugins/commit/d6cd5d1050c93a74e2ed196b1536675a2f59536c))

## [1.7.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-release@1.6.4...@kherock/yarn-plugin-release@1.7.0) (2022-01-20)


Expand Down

0 comments on commit 57c3af6

Please sign in to comment.