From 224082b428f56592c912a0114afbfc965ebf96e2 Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Mon, 17 Apr 2023 11:16:31 -0400 Subject: [PATCH] feat: add feature flagged v4.35.0 of next-runtime --- site/plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 5c7df09b0..b944edbeb 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -611,6 +611,10 @@ "repo": "https://github.com/netlify/next-runtime", "version": "4.34.0", "compatibility": [ + { + "version": "4.35.0", + "featureFlag": "build_plugins_use_prerelease" + }, { "version": "4.34.0", "migrationGuide": "https://ntl.fyi/next-plugin-migration"