From 7455504224842c8be361c3fc763810288451f0ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:33:11 +0800 Subject: [PATCH] chore: release package(s) (#271) Co-authored-by: github-actions[bot] --- .changeset/fair-numbers-bow.md | 5 ----- .changeset/gorgeous-plums-try.md | 7 ------- packages/rollup/CHANGELOG.md | 6 ++++++ packages/rollup/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/webpack-angular/CHANGELOG.md | 6 ++++++ packages/webpack-angular/package.json | 2 +- packages/webpack/CHANGELOG.md | 6 ++++++ packages/webpack/package.json | 2 +- 10 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fair-numbers-bow.md delete mode 100644 .changeset/gorgeous-plums-try.md diff --git a/.changeset/fair-numbers-bow.md b/.changeset/fair-numbers-bow.md deleted file mode 100644 index 94d69ebe8..000000000 --- a/.changeset/fair-numbers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pkgr/utils": patch ---- - -fix(utils): should not use __dirname directly diff --git a/.changeset/gorgeous-plums-try.md b/.changeset/gorgeous-plums-try.md deleted file mode 100644 index d456a6d26..000000000 --- a/.changeset/gorgeous-plums-try.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pkgr/rollup": patch -"@pkgr/webpack-angular": patch -"@pkgr/webpack": patch ---- - -chore: bump dependencies diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 6ae019957..065023712 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.1 + +### Patch Changes + +- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies + ## 3.0.0 ### Major Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index c07e74f66..447922b48 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/rollup", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "description": "Seamless Rollup bundler wrapper for libraries", "repository": "git@github.com:rx-ts/pkgr.git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 5348ec8ec..7f49a8fb8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.3 + +### Patch Changes + +- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - fix(utils): should not use \_\_dirname directly + ## 2.0.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index a56845bf4..d3f72438b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/utils", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "description": "Shared utils for `@pkgr` packages or any package else", "repository": "git+https://github.com/rx-ts/pkgr.git", diff --git a/packages/webpack-angular/CHANGELOG.md b/packages/webpack-angular/CHANGELOG.md index 4ad792826..148e9283b 100644 --- a/packages/webpack-angular/CHANGELOG.md +++ b/packages/webpack-angular/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies + ## 2.0.0 ### Major Changes diff --git a/packages/webpack-angular/package.json b/packages/webpack-angular/package.json index 8d3235847..5614e3e59 100644 --- a/packages/webpack-angular/package.json +++ b/packages/webpack-angular/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack-angular", - "version": "2.0.0", + "version": "2.0.1", "description": "Seamless angular related plugin for @pkgr/webpack", "repository": "git+https://github.com/rx-ts/pkgr.git", "homepage": "https://github.com/rx-ts/pkgr/blob/master/packages/webpack-angular", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index c8564128f..3ca8faecd 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.1 + +### Patch Changes + +- [#270](https://github.com/rx-ts/pkgr/pull/270) [`9278142`](https://github.com/rx-ts/pkgr/commit/9278142f2d4867c611c558eaffe0383a48050062) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump dependencies + ## 2.0.0 ### Major Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index b251489bc..60209ddc2 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "description": "Seamless webpack bundler wrapper for apps and libraries", "repository": "git@github.com:rx-ts/pkgr.git",