mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
b012ee55b1
* feat: support adapters and third part integrations by keywords
* refactor: add keywords to all official integrations
* docs: add adapter ex to astro add help
* nit: clarify astro add usage
* nit: highlight link
* fix: use process.exit(1) on error
* chore: changeset
* nit: bold integration name
* fix: log install instructions for adapters instead
* nit: change to logAdapterConfigInstructions
* Revert "fix: log install instructions for adapters instead"
This reverts commit 1a459f152b
.
* feat: add hardcoded adapter export map
* refactor: inline adapter config log
23 lines
532 B
Markdown
23 lines
532 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/cloudflare': patch
|
|
'@astrojs/deno': patch
|
|
'@astrojs/image': patch
|
|
'@astrojs/lit': patch
|
|
'@astrojs/mdx': patch
|
|
'@astrojs/netlify': patch
|
|
'@astrojs/node': patch
|
|
'@astrojs/partytown': patch
|
|
'@astrojs/preact': patch
|
|
'@astrojs/prefetch': patch
|
|
'@astrojs/react': patch
|
|
'@astrojs/sitemap': patch
|
|
'@astrojs/solid-js': patch
|
|
'@astrojs/svelte': patch
|
|
'@astrojs/tailwind': patch
|
|
'@astrojs/turbolinks': patch
|
|
'@astrojs/vercel': patch
|
|
'@astrojs/vue': patch
|
|
---
|
|
|
|
[astro add] Support adapters and third party packages
|