From 6ba31163e35935aa4b1526eb10f9f67f966fdad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:30:30 +0200 Subject: [PATCH] Version Packages (#44) Co-authored-by: github-actions[bot] --- .changeset/lovely-ducks-join.md | 6 ------ packages/next-plugin/CHANGELOG.md | 11 +++++++++++ packages/next-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 6 ++++++ packages/webpack-plugin/package.json | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 .changeset/lovely-ducks-join.md 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",