From 65be2ece2b741d8c6f344faaffa6f0da06d5d77c Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Mon, 27 Mar 2023 09:36:20 -0400 Subject: [PATCH] feat: set next.js runtime 4.32.2 as stable version --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 65f0c295c..345f85dca 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,14 +609,10 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.31.0", + "version": "4.32.2", "compatibility": [ { "version": "4.32.2", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.31.0", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {