Skip to content

Commit 6d70393

Browse files
authored
feat: upgrade Gatsby plugin to v2 (#644)
1 parent b0786ea commit 6d70393

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

site/plugins.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,19 @@
503503
"name": "Essential Gatsby",
504504
"package": "@netlify/plugin-gatsby",
505505
"repo": "https://github.com/netlify/netlify-plugin-gatsby",
506-
"version": "1.0.3"
506+
"version": "2.0.2",
507+
"compatibility": [
508+
{
509+
"version": "2.0.2",
510+
"migrationGuide": "https://ntl.fyi/gatsby-plugin-migration"
511+
},
512+
{
513+
"version": "1.0.3",
514+
"siteDependencies": {
515+
"gatsby": "<4.0.0"
516+
}
517+
}
518+
]
507519
},
508520
{
509521
"author": "netlify",

0 commit comments

Comments
 (0)