Adds the "withastro" keyword to adapter packages (#4558)
* adds the "withastro" keyword to adapter packages * chore: add changeset
This commit is contained in:
parent
385a8f052f
commit
7429664566
6 changed files with 14 additions and 0 deletions
9
.changeset/chatty-foxes-bow.md
Normal file
9
.changeset/chatty-foxes-bow.md
Normal 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)
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/cloudflare"
|
||||
},
|
||||
"keywords": [
|
||||
"withastro",
|
||||
"astro-adapter"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/deno"
|
||||
},
|
||||
"keywords": [
|
||||
"withastro",
|
||||
"astro-adapter"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/netlify"
|
||||
},
|
||||
"keywords": [
|
||||
"withastro",
|
||||
"astro-adapter"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"directory": "packages/integrations/node"
|
||||
},
|
||||
"keywords": [
|
||||
"withastro",
|
||||
"astro-adapter"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"directory": "packages/integrations/vercel"
|
||||
},
|
||||
"keywords": [
|
||||
"withastro",
|
||||
"astro-adapter"
|
||||
],
|
||||
"bugs": "https://github.com/withastro/astro/issues",
|
||||
|
|
Loading…
Reference in a new issue