From d6731e4377f2723230eef0a12181cb03456e9926 Mon Sep 17 00:00:00 2001 From: taty2010 Date: Mon, 26 Jun 2023 08:50:52 -0500 Subject: [PATCH] feat: set next.js runtime 4.38.1 as stable v --- site/plugins.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 6cc8b3895..19f445756 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.37.4", + "version": "4.38.1", "compatibility": [ { "version": "4.38.1", - "featureFlag": "build_plugins_use_prerelease" - }, - { - "version": "4.37.4", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, {