From add043db30d15534b67a50aa5c484f11461f984c Mon Sep 17 00:00:00 2001 From: Lukas Holzer Date: Tue, 9 Jan 2024 15:53:16 +0100 Subject: [PATCH] feat: add new next runtime 5.0.0-beta behind a feature flag --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index ae906b057..d6e5668e1 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.41.2", "compatibility": [ + { + "version": "5.0.0-beta.0", + "featureFlag": "project_ceruledge_ui" + }, { "version": "4.41.3", "featureFlag": "build_plugins_use_prerelease"