diff --git a/.changeset/lovely-ducks-join.md b/.changeset/lovely-ducks-join.md deleted file mode 100644 index 79a36d0..0000000 --- a/.changeset/lovely-ducks-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navita/webpack-plugin": minor -"@navita/next-plugin": minor ---- - -Added functionality to disable the usage of webpacks cache via the plugins constructor. Added a custom cache solution for next.js that uses a single text file to store the cache between compilations. diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 8dbea25..8809fce 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # @navita/next-plugin +## 0.3.0 + +### Minor Changes + +- 7c50e30: Added functionality to disable the usage of webpacks cache via the plugins constructor. Added a custom cache solution for next.js that uses a single text file to store the cache between compilations. + +### Patch Changes + +- Updated dependencies [7c50e30] + - @navita/webpack-plugin@0.3.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index c536e7d..6391977 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/next-plugin", - "version": "0.2.0", + "version": "0.3.0", "description": "Next.js integration for Navita", "keywords": [ "next", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 9348311..921fea8 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @navita/webpack-plugin +## 0.3.0 + +### Minor Changes + +- 7c50e30: Added functionality to disable the usage of webpacks cache via the plugins constructor. Added a custom cache solution for next.js that uses a single text file to store the cache between compilations. + ## 0.2.0 ### Minor Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 7387643..7c7a567 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/webpack-plugin", - "version": "0.2.0", + "version": "0.3.0", "description": "Navita Webpack Plugin", "keywords": [ "webpack",