From 3a4b9280b9c579d0e81be13c2e852af9762c19fa Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Tue, 30 Aug 2022 14:32:09 -0500 Subject: [PATCH 1/2] adds the "withastro" keyword to adapter packages --- packages/integrations/cloudflare/package.json | 1 + packages/integrations/deno/package.json | 1 + packages/integrations/netlify/package.json | 1 + packages/integrations/node/package.json | 1 + packages/integrations/vercel/package.json | 1 + 5 files changed, 5 insertions(+) diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c5341d7d0218..9b08b986bf58 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -12,6 +12,7 @@ "directory": "packages/integrations/cloudflare" }, "keywords": [ + "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 8975789c475d..0bd54a23d8e7 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -12,6 +12,7 @@ "directory": "packages/integrations/deno" }, "keywords": [ + "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index c24a6940d13c..e9da66e9a430 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -12,6 +12,7 @@ "directory": "packages/integrations/netlify" }, "keywords": [ + "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 0301c4665e89..9b5deafdecb9 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -12,6 +12,7 @@ "directory": "packages/integrations/node" }, "keywords": [ + "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 3e797e643e95..cc3810353b29 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -11,6 +11,7 @@ "directory": "packages/integrations/vercel" }, "keywords": [ + "withastro", "astro-adapter" ], "bugs": "https://github.com/withastro/astro/issues", From f4e663e5547920c84484462e9a55e7aea48c9ca5 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Tue, 30 Aug 2022 14:55:15 -0500 Subject: [PATCH 2/2] chore: add changeset --- .changeset/chatty-foxes-bow.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/chatty-foxes-bow.md diff --git a/.changeset/chatty-foxes-bow.md b/.changeset/chatty-foxes-bow.md new file mode 100644 index 000000000000..ff841dc3adee --- /dev/null +++ b/.changeset/chatty-foxes-bow.md @@ -0,0 +1,9 @@ +--- +'@astrojs/cloudflare': patch +'@astrojs/deno': patch +'@astrojs/netlify': patch +'@astrojs/node': patch +'@astrojs/vercel': patch +--- + +Adding the `withastro` keyword to include the adapters on the [Integrations Catalog](https://astro.build/integrations)