Fix turbolink changeset
This commit is contained in:
parent
9751f01817
commit
a93e061cfb
5 changed files with 1 additions and 5 deletions
|
@ -18,7 +18,6 @@
|
||||||
'@astrojs/rss': major
|
'@astrojs/rss': major
|
||||||
'@astrojs/telemetry': major
|
'@astrojs/telemetry': major
|
||||||
'astro': major
|
'astro': major
|
||||||
'@astrojs/turbolinks': minor
|
|
||||||
'@astrojs/alpinejs': minor
|
'@astrojs/alpinejs': minor
|
||||||
'@astrojs/prefetch': minor
|
'@astrojs/prefetch': minor
|
||||||
'@astrojs/markdoc': minor
|
'@astrojs/markdoc': minor
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
'@astrojs/rss': major
|
'@astrojs/rss': major
|
||||||
'@astrojs/telemetry': major
|
'@astrojs/telemetry': major
|
||||||
'astro': major
|
'astro': major
|
||||||
'@astrojs/turbolinks': minor
|
|
||||||
'@astrojs/alpinejs': minor
|
'@astrojs/alpinejs': minor
|
||||||
'@astrojs/prefetch': minor
|
'@astrojs/prefetch': minor
|
||||||
'@astrojs/markdoc': minor
|
'@astrojs/markdoc': minor
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
"@astrojs/solid-js": "2.2.0",
|
"@astrojs/solid-js": "2.2.0",
|
||||||
"@astrojs/svelte": "3.1.0",
|
"@astrojs/svelte": "3.1.0",
|
||||||
"@astrojs/tailwind": "4.0.0",
|
"@astrojs/tailwind": "4.0.0",
|
||||||
"@astrojs/turbolinks": "0.2.2",
|
|
||||||
"@astrojs/vercel": "3.7.4",
|
"@astrojs/vercel": "3.7.4",
|
||||||
"@astrojs/vue": "2.2.1",
|
"@astrojs/vue": "2.2.1",
|
||||||
"@astrojs/internal-helpers": "0.1.1",
|
"@astrojs/internal-helpers": "0.1.1",
|
||||||
|
|
|
@ -60,7 +60,6 @@ Join us on [Discord](https://astro.build/chat) to meet other maintainers. We'll
|
||||||
| [@astrojs/partytown](packages/integrations/partytown) | [![astro version](https://img.shields.io/npm/v/@astrojs/partytown.svg?label=%20)](packages/integrations/partytown/CHANGELOG.md) |
|
| [@astrojs/partytown](packages/integrations/partytown) | [![astro version](https://img.shields.io/npm/v/@astrojs/partytown.svg?label=%20)](packages/integrations/partytown/CHANGELOG.md) |
|
||||||
| [@astrojs/sitemap](packages/integrations/sitemap) | [![astro version](https://img.shields.io/npm/v/@astrojs/sitemap.svg?label=%20)](packages/integrations/sitemap/CHANGELOG.md) |
|
| [@astrojs/sitemap](packages/integrations/sitemap) | [![astro version](https://img.shields.io/npm/v/@astrojs/sitemap.svg?label=%20)](packages/integrations/sitemap/CHANGELOG.md) |
|
||||||
| [@astrojs/tailwind](packages/integrations/tailwind) | [![astro version](https://img.shields.io/npm/v/@astrojs/tailwind.svg?label=%20)](packages/integrations/tailwind/CHANGELOG.md) |
|
| [@astrojs/tailwind](packages/integrations/tailwind) | [![astro version](https://img.shields.io/npm/v/@astrojs/tailwind.svg?label=%20)](packages/integrations/tailwind/CHANGELOG.md) |
|
||||||
| [@astrojs/turbolinks](packages/integrations/turbolinks) | [![astro version](https://img.shields.io/npm/v/@astrojs/turbolinks.svg?label=%20)](packages/integrations/turbolinks/CHANGELOG.md) |
|
|
||||||
| [@astrojs/alpinejs](packages/integrations/alpinejs) | [![astro version](https://img.shields.io/npm/v/@astrojs/alpinejs.svg?label=%20)](packages/integrations/alpinejs/CHANGELOG.md) |
|
| [@astrojs/alpinejs](packages/integrations/alpinejs) | [![astro version](https://img.shields.io/npm/v/@astrojs/alpinejs.svg?label=%20)](packages/integrations/alpinejs/CHANGELOG.md) |
|
||||||
| [@astrojs/mdx](packages/integrations/mdx) | [![astro version](https://img.shields.io/npm/v/@astrojs/mdx.svg?label=%20)](packages/integrations/mdx/CHANGELOG.md) |
|
| [@astrojs/mdx](packages/integrations/mdx) | [![astro version](https://img.shields.io/npm/v/@astrojs/mdx.svg?label=%20)](packages/integrations/mdx/CHANGELOG.md) |
|
||||||
| [@astrojs/prefetch](packages/integrations/prefetch) | [![astro version](https://img.shields.io/npm/v/@astrojs/prefetch.svg?label=%20)](packages/integrations/prefetch/CHANGELOG.md) |
|
| [@astrojs/prefetch](packages/integrations/prefetch) | [![astro version](https://img.shields.io/npm/v/@astrojs/prefetch.svg?label=%20)](packages/integrations/prefetch/CHANGELOG.md) |
|
||||||
|
|
|
@ -1207,7 +1207,7 @@ export interface AstroUserConfig {
|
||||||
* @name Integrations
|
* @name Integrations
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown and Turbolinks).
|
* Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown).
|
||||||
*
|
*
|
||||||
* Read our [Integrations Guide](https://docs.astro.build/en/guides/integrations-guide/) for help getting started with Astro Integrations.
|
* Read our [Integrations Guide](https://docs.astro.build/en/guides/integrations-guide/) for help getting started with Astro Integrations.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue