From 55b399fc639387167bdd5139daa81f9c284716e2 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 18 Sep 2026 09:57:49 -0400 Subject: [PATCH 1/2] fix: bump `@netlify/plugin-emails` to 2.0.1 See https://github.com/netlify/integration-emails/pull/157 and https://github.com/netlify/integration-emails/pull/158. --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 47aafd95e..a56bcb82e 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -1004,7 +1004,7 @@ "name": "Netlify Emails", "package": "@netlify/plugin-emails", "repo": "https://github.com/netlify/plugins", - "version": "1.1.1" + "version": "2.0.1" }, { "name": "ChiselStrike", From 13436c152a575eb7ee2208bc0e2c9191af4af05c Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Mon, 21 Sep 2026 10:20:30 +0200 Subject: [PATCH 2/2] fix: allow updating emails to v2 --- site/plugins.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index a56bcb82e..d579086a7 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -1004,7 +1004,13 @@ "name": "Netlify Emails", "package": "@netlify/plugin-emails", "repo": "https://github.com/netlify/plugins", - "version": "2.0.1" + "version": "2.0.1", + "compatibility": [ + { + "version": "2.0.1", + "overridePinnedVersion": ">=1.0.0" + } + ] }, { "name": "ChiselStrike",