diff --git a/.changeset/afraid-dots-whisper.md b/.changeset/afraid-dots-whisper.md index a38150269..272a1e212 100644 --- a/.changeset/afraid-dots-whisper.md +++ b/.changeset/afraid-dots-whisper.md @@ -18,7 +18,6 @@ '@astrojs/rss': major '@astrojs/telemetry': major 'astro': major -'@astrojs/turbolinks': minor '@astrojs/alpinejs': minor '@astrojs/prefetch': minor '@astrojs/markdoc': minor diff --git a/.changeset/curvy-experts-jog.md b/.changeset/curvy-experts-jog.md index 43d04efc0..156f7eabc 100644 --- a/.changeset/curvy-experts-jog.md +++ b/.changeset/curvy-experts-jog.md @@ -20,7 +20,6 @@ '@astrojs/rss': major '@astrojs/telemetry': major 'astro': major -'@astrojs/turbolinks': minor '@astrojs/alpinejs': minor '@astrojs/prefetch': minor '@astrojs/markdoc': minor diff --git a/.changeset/pre.json b/.changeset/pre.json index 555de7354..a1cceb1e2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,7 +22,6 @@ "@astrojs/solid-js": "2.2.0", "@astrojs/svelte": "3.1.0", "@astrojs/tailwind": "4.0.0", - "@astrojs/turbolinks": "0.2.2", "@astrojs/vercel": "3.7.4", "@astrojs/vue": "2.2.1", "@astrojs/internal-helpers": "0.1.1", diff --git a/README.md b/README.md index 2cc46177a..3a28ad530 100644 --- a/README.md +++ b/README.md @@ -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/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/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/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) | diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 557ad1ed1..08a30dec4 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1207,7 +1207,7 @@ export interface AstroUserConfig { * @name Integrations * @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. *