From 34bfe1cfaef82c4ca0b4426c3752a1afff4934c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:18:12 +0200 Subject: [PATCH] Version Packages (#42) Co-authored-by: github-actions[bot] --- .changeset/honest-badgers-perform.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/honest-badgers-perform.md 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",