Adds the "withastro" keyword to adapter packages (#4558)

* adds the "withastro" keyword to adapter packages

* chore: add changeset
This commit is contained in:
Tony Sullivan 2022-08-30 20:19:19 +00:00 committed by GitHub
parent 385a8f052f
commit 7429664566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 0 deletions

View file

@ -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)

View file

@ -12,6 +12,7 @@
"directory": "packages/integrations/cloudflare"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",

View file

@ -12,6 +12,7 @@
"directory": "packages/integrations/deno"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",

View file

@ -12,6 +12,7 @@
"directory": "packages/integrations/netlify"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",

View file

@ -12,6 +12,7 @@
"directory": "packages/integrations/node"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",

View file

@ -11,6 +11,7 @@
"directory": "packages/integrations/vercel"
},
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/astro/issues",