From 86b59df810c64327e8192e47c3faa001b8ed9613 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Mon, 9 Jan 2023 09:40:04 -0500 Subject: [PATCH 1/2] feat: increase version of next.js behind feature flag --- site/plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 50cf99848..025049033 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,14 +609,14 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.29.3", + "version": "4.30.0", "compatibility": [ { - "version": "4.29.4", + "version": "4.30.0", "featureFlag": "build_plugins_use_prerelease" }, { - "version": "4.29.3", + "version": "4.29.4", "migrationGuide": "https://ntl.fyi/next-plugin-migration" }, { From 51c76a78f1c49fa63c11fca939b2ff2d01ac82ea Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Mon, 9 Jan 2023 14:18:09 -0500 Subject: [PATCH 2/2] fix: specify older version --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 5b18325d0..762e15f05 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -609,7 +609,7 @@ "name": "Next.js Runtime", "package": "@netlify/plugin-nextjs", "repo": "https://github.com/netlify/next-runtime", - "version": "4.30.0", + "version": "4.29.4", "compatibility": [ { "version": "4.30.0",