diff --git a/.changeset/chatty-foxes-bow.md b/.changeset/chatty-foxes-bow.md new file mode 100644 index 000000000..ff841dc3a --- /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) diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c5341d7d0..9b08b986b 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 8975789c4..0bd54a23d 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 c24a6940d..e9da66e9a 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 0301c4665..9b5deafde 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 3e797e643..cc3810353 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",