From 8c5592bf62d6cc844e34622e6d3d636bef620be5 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Mon, 21 Mar 2022 16:12:51 +0100 Subject: [PATCH 1/2] updating integration package keywords --- 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 +++++ 10 files changed, 46 insertions(+) diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 9ae30c654582..ed2116c0841d 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 ddc50ee7fc41..6d878893ae88 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 b48caaddbfde..5a6e263cd248 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 daa891935e06..41b17e2a7779 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 e91f9a098720..07c799da7487 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 a25abd91153e..3dbe9293e8ea 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 e8d8424b18b4..2cff7ff7ec61 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 99116f5c6076..8e6637d289ca 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 99834fe77db6..b2de8349d682 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 93f6a09c2147..c7ff50e39a6c 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": { From 204d6d129592d2d81fbf88d503897dca19bc7968 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Mon, 21 Mar 2022 16:22:09 +0100 Subject: [PATCH 2/2] adding a changeset --- .changeset/tidy-jobs-beg.md | 14 ++++++++++++++ 1 file changed, 14 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 000000000000..3ff36bc08bd8 --- /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