From fafd0a8cfce79ae3baf5bf834f03a7d97696bed0 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 2 Feb 2024 15:09:53 +0100 Subject: [PATCH] chore(core): nx plugin submissions @nx-extend/react-email (#20854) --- community/approved-plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 1641a5695b..efd7fb2e47 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -279,6 +279,16 @@ "description": "Nx plugin for deploying your resources with Pulumi", "url": "https://github.com/tripss/nx-extend/tree/master/packages/pulumi" }, + { + "name": "@nx-extend/react-email", + "description": "Nx plugin for developing email templates with react.email", + "url": "https://github.com/tripss/nx-extend/tree/master/packages/react-email" + }, + { + "name": "@nx-extend/shadcn-ui", + "description": "Nx plugin for working with shadcn/ui", + "url": "https://github.com/tripss/nx-extend/tree/master/packages/shadcn-ui" + }, { "name": "@nativescript/nx", "description": "Nx Plugin adding first class support for NativeScript in your Nx workspace",