From 7ae97640e3d48c520f5916c9cfde81207b555c83 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 3 Feb 2022 16:56:46 +0000 Subject: [PATCH] feat: upgrade Gatsby plugin to v2 --- site/plugins.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index de358bee5..79554779f 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -503,7 +503,19 @@ "name": "Essential Gatsby", "package": "@netlify/plugin-gatsby", "repo": "https://github.com/netlify/netlify-plugin-gatsby", - "version": "1.0.3" + "version": "2.0.2", + "compatibility": [ + { + "version": "2.0.2", + "migrationGuide": "https://ntl.fyi/gatsby-plugin-migration" + }, + { + "version": "1.0.3", + "siteDependencies": { + "gatsby": "<4.0.0" + } + } + ] }, { "author": "netlify",