From 3b621f7a613b45983b090794fa7c015f23ed6140 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Mon, 21 Mar 2022 19:31:15 +0000 Subject: [PATCH] chore: integration keywords (#2847) * updating integration package keywords * adding a changeset --- .changeset/tidy-jobs-beg.md | 14 ++++++++++++++ packages/integrations/lit/package.json | 5 +++++ packages/integrations/partytown/package.json | 5 +++++ packages/integrations/preact/package.json | 5 +++++ packages/integrations/react/package.json | 5 +++++ packages/integrations/sitemap/package.json | 4 ++++ packages/integrations/solid/package.json | 5 +++++ packages/integrations/svelte/package.json | 5 +++++ packages/integrations/tailwind/package.json | 3 +++ packages/integrations/turbolinks/package.json | 4 ++++ packages/integrations/vue/package.json | 5 +++++ 11 files changed, 60 insertions(+) create mode 100644 .changeset/tidy-jobs-beg.md diff --git a/.changeset/tidy-jobs-beg.md b/.changeset/tidy-jobs-beg.md new file mode 100644 index 000000000..3ff36bc08 --- /dev/null +++ b/.changeset/tidy-jobs-beg.md @@ -0,0 +1,14 @@ +--- +'@astrojs/lit': patch +'@astrojs/partytown': patch +'@astrojs/preact': patch +'@astrojs/react': patch +'@astrojs/sitemap': patch +'@astrojs/solid-js': patch +'@astrojs/svelte': patch +'@astrojs/tailwind': patch +'@astrojs/turbolinks': patch +'@astrojs/vue': patch +--- + +Adds keywords to the official integrations to support discoverability on Astro's Integrations site diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 9ae30c654..ed2116c08 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/lit" }, + "keywords": [ + "astro-component", + "renderer", + "lit" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index ddc50ee7f..6d878893a 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/partytown" }, + "keywords": [ + "astro-component", + "analytics", + "performance" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index b48caaddb..5a6e263cd 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/preact" }, + "keywords": [ + "astro-component", + "renderer", + "preact" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index daa891935..41b17e2a7 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/react" }, + "keywords": [ + "astro-component", + "renderer", + "react" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index e91f9a098..07c799da7 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -11,6 +11,10 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/sitemap" }, + "keywords": [ + "astro-component", + "seo" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index a25abd911..3dbe9293e 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/solid" }, + "keywords": [ + "astro-component", + "renderer", + "solid" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index e8d8424b1..2cff7ff7e 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/svelte" }, + "keywords": [ + "astro-component", + "renderer", + "svelte" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 99116f5c6..8e6637d28 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -11,6 +11,9 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/tailwind" }, + "keywords": [ + "astro-component" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/turbolinks/package.json b/packages/integrations/turbolinks/package.json index 99834fe77..b2de8349d 100644 --- a/packages/integrations/turbolinks/package.json +++ b/packages/integrations/turbolinks/package.json @@ -11,6 +11,10 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/turbolinks" }, + "keywords": [ + "astro-component", + "performance" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 93f6a09c2..c7ff50e39 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/vue" }, + "keywords": [ + "astro-component", + "renderer", + "vue" + ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": {