diff --git a/.changeset/shiny-birds-complain.md b/.changeset/shiny-birds-complain.md deleted file mode 100644 index 8dfad2eab..000000000 --- a/.changeset/shiny-birds-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pkgr/webpack": patch ---- - -fix(webpack): search postcss config correctly diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index ad9ec6d03..28693331b 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.3 + +### Patch Changes + +- [#274](https://github.com/rx-ts/pkgr/pull/274) [`9220c69`](https://github.com/rx-ts/pkgr/commit/9220c692dbd98fed58c9eaefd1842bed4cbb9898) Thanks [@JounQin](https://github.com/JounQin)! - fix(webpack): search postcss config correctly + ## 2.0.2 ### Patch Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 098810954..a5bb5805d 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@pkgr/webpack", - "version": "2.0.2", + "version": "2.0.3", "type": "module", "description": "Seamless webpack bundler wrapper for apps and libraries", "repository": "git@github.com:rx-ts/pkgr.git",