Skip to content

Commit

Permalink
chore: release v23.2.0
Browse files Browse the repository at this point in the history
@kherock/yarn-plugin-esm-loader-typescript: v0.3.0
@kherock/yarn-plugin-workspaces-export: v3.2.1
  • Loading branch information
github-actions[bot] committed Feb 26, 2023
1 parent 66e334e commit 59defcf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [23.2.0](https://github.com/kherock/yarn-plugins/compare/v22.8.2...v23.2.0) (2023-02-26)


### Features

* **plugin-esm-loader-typescript:** support for Yarn 3.4 ([09deee9](https://github.com/kherock/yarn-plugins/commit/09deee9198b17f022e922c460b94a45029a8614a))

## [22.8.2](https://github.com/kherock/yarn-plugins/compare/v22.8.1...v22.8.2) (2022-08-19)


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.8.2",
"version": "23.2.0",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-esm-loader-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-esm-loader-typescript@0.2.2...@kherock/yarn-plugin-esm-loader-typescript@0.3.0) (2023-02-26)


### Features

* **plugin-esm-loader-typescript:** support for Yarn 3.4 ([09deee9](https://github.com/kherock/yarn-plugins/commit/09deee9198b17f022e922c460b94a45029a8614a))

## [0.2.2](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-esm-loader-typescript@0.2.1...@kherock/yarn-plugin-esm-loader-typescript@0.2.2) (2022-08-18)


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-force",
"version": "0.3.0",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <kherock@gmail.com>",
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.1](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-workspaces-export@3.2.0...@kherock/yarn-plugin-workspaces-export@3.2.1) (2023-02-26)

## [3.2.0](https://github.com/kherock/yarn-plugins/compare/@kherock/yarn-plugin-workspaces-export@3.1.1...@kherock/yarn-plugin-workspaces-export@3.2.0) (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.0",
"version": "3.2.1",
"license": "BSD-2-Clause",
"main": "./sources/index.ts",
"author": "Kyle Herock <kherock@gmail.com>",
Expand Down
1 change: 1 addition & 0 deletions packages/pnp-esm-loader-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Features

* **plugin-esm-loader-typescript:** initial experimental version ([ffe88a2](https://github.com/kherock/yarn-plugins/commit/ffe88a210151396decebf7c797323eaa4c834819))
* **plugin-esm-loader-typescript:** support for Yarn 3.4 ([09deee9](https://github.com/kherock/yarn-plugins/commit/09deee9198b17f022e922c460b94a45029a8614a))
* **plugin-esm-loader-typescript:** support resolving .js and .mjs specifiers ([95a72f3](https://github.com/kherock/yarn-plugins/commit/95a72f37c27f17782d6a96a86d9f18200e8c89b8))


Expand Down

0 comments on commit 59defcf

Please sign in to comment.