From ca3616550ff53a28a9c42a1d619f4064a3d2b5bd Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:59:58 +0000 Subject: [PATCH 1/2] feat: update plugin @netlify/plugin-nextjs to version 4.28.2 --- site/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index e5e6c80e2..a01fa9f69 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -514,10 +514,10 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/netlify-plugin-nextjs", - "version": "4.27.3", + "version": "4.28.2", "compatibility": [ { - "version": "4.28.1", + "version": "4.28.2", "featureFlag": "build_plugins_use_prerelease" }, { From 5c11ce76b9825b10473e497f5bbbd9f40b9e5199 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 27 Oct 2022 12:36:46 +0100 Subject: [PATCH 2/2] feat: remove feature flag --- site/plugins.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index a01fa9f69..ad61fd861 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -518,10 +518,6 @@ "compatibility": [ { "version": "4.28.2", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.27.3", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {