From 9834d462fd0e5e0f2fe00e6157783c7846b25d14 Mon Sep 17 00:00:00 2001 From: Elhaouari Mohammmed <9967336+mohammed-elhaouari@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:16:33 +0100 Subject: [PATCH 1/2] Add renderer keyword to alpinejs --- packages/integrations/alpinejs/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index e452694321f2..56389c141d13 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -14,6 +14,8 @@ "keywords": [ "astro-integration", "astro-component", + "renderer", + "alpinejs", "performance" ], "bugs": "https://github.com/withastro/astro/issues", From eefc983e116247e1cbaf20a562caf2188725f725 Mon Sep 17 00:00:00 2001 From: Elhaouari Mohammmed <9967336+mohammed-elhaouari@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:43:34 +0100 Subject: [PATCH 2/2] Add changeset --- .changeset/tough-buses-hang.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/tough-buses-hang.md diff --git a/.changeset/tough-buses-hang.md b/.changeset/tough-buses-hang.md new file mode 100644 index 000000000000..ea964f070cc2 --- /dev/null +++ b/.changeset/tough-buses-hang.md @@ -0,0 +1,5 @@ +--- +'@astrojs/alpinejs': patch +--- + +add renderer category to alpinejs package keywords