diff --git a/.changeset/honest-badgers-perform.md b/.changeset/honest-badgers-perform.md deleted file mode 100644 index e7d57a1..0000000 --- a/.changeset/honest-badgers-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navita/webpack-plugin": minor -"@navita/next-plugin": minor ---- - -Improve support for the next.js plugin. This ensures that we don't add bytes to the page manifest when it's not needed, and differentiates navita caches between builds. diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index ea56e32..8dbea25 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # @navita/next-plugin +## 0.2.0 + +### Minor Changes + +- 9d3109a: Improve support for the next.js plugin. This ensures that we don't add bytes to the page manifest when it's not needed, and differentiates navita caches between builds. + +### Patch Changes + +- Updated dependencies [9d3109a] + - @navita/webpack-plugin@0.2.0 + ## 0.1.3 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index a9bbdfe..c536e7d 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/next-plugin", - "version": "0.1.3", + "version": "0.2.0", "description": "Next.js integration for Navita", "keywords": [ "next", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 2c15393..9348311 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @navita/webpack-plugin +## 0.2.0 + +### Minor Changes + +- 9d3109a: Improve support for the next.js plugin. This ensures that we don't add bytes to the page manifest when it's not needed, and differentiates navita caches between builds. + ## 0.1.3 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index a5cfe5a..7387643 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/webpack-plugin", - "version": "0.1.3", + "version": "0.2.0", "description": "Navita Webpack Plugin", "keywords": [ "webpack",