From 097b1e33cb1fddb3fbfb2805e69277e8fd41f63b Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Mon, 21 Jul 2025 18:19:55 -0400 Subject: [PATCH 1/2] fix: nimbella doesn't exist anymore --- site/plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 4271d3358..7d08e350e 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -13,7 +13,8 @@ "name": "Nimbella", "package": "netlify-plugin-nimbella", "repo": "https://github.com/nimbella/netlify-plugin-nimbella", - "version": "2.1.0" + "version": "2.1.0", + "status": "DEACTIVATED" }, { "author": "chrism2671", From fd9c1978bc4288ef0c99ff4832be596bdee4aaae Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Mon, 21 Jul 2025 18:31:04 -0400 Subject: [PATCH 2/2] fix: snaplet is shut down --- site/plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 7d08e350e..968c5aa18 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -191,7 +191,8 @@ "name": "Snaplet", "package": "@snaplet/netlify-preview-database-plugin", "repo": "https://github.com/snaplet/netlify-preview-database-plugin", - "version": "2.0.0" + "version": "2.0.0", + "status": "DEACTIVATED" }, { "author": "sw-yx",