diff --git a/.changeset/eight-days-sort.md b/.changeset/eight-days-sort.md index f45a32029d..e712ec4ba3 100644 --- a/.changeset/eight-days-sort.md +++ b/.changeset/eight-days-sort.md @@ -1,11 +1,13 @@ --- 'astro': major '@astrojs/mdx': major -'@astrojs/vue': major '@astrojs/markdown-remark': major +'@astrojs/db': major +'@astrojs/web-vitals': major +'@astrojs/underscore-redirects': minor --- -Welcome to the Astro 5 beta! This release has no changes from the latest alpha, but it does bring us one step closer to the final, stable release. +Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. diff --git a/.changeset/pre.json b/.changeset/pre.json index 01f6274986..6b553ce46d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,19 +5,19 @@ "astro": "5.0.0-alpha.9", "@astrojs/prism": "3.1.0", "@astrojs/rss": "4.0.7", - "create-astro": "4.8.4-alpha.0", + "create-astro": "4.9.0", "@astrojs/db": "0.13.2-alpha.1", "@astrojs/alpinejs": "0.4.0", - "@astrojs/markdoc": "1.0.0-alpha.1", + "@astrojs/markdoc": "0.11.4", "@astrojs/mdx": "4.0.0-alpha.2", "@astrojs/partytown": "2.1.2", "@astrojs/preact": "3.5.3", "@astrojs/react": "3.6.2", "@astrojs/sitemap": "3.1.6", "@astrojs/solid-js": "4.4.1", - "@astrojs/svelte": "6.0.0-alpha.0", - "@astrojs/tailwind": "6.0.0-alpha.0", - "@astrojs/vue": "5.0.0-alpha.0", + "@astrojs/svelte": "5.7.0", + "@astrojs/tailwind": "5.1.0", + "@astrojs/vue": "4.5.0", "@astrojs/web-vitals": "2.0.1-alpha.0", "@astrojs/internal-helpers": "0.4.1", "@astrojs/markdown-remark": "6.0.0-alpha.1", diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index bb4b7cca36..fcae9af3d0 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.8.4-beta.0", + "version": "4.9.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index cf86fe754c..4f700ed530 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "1.0.0-beta.0", + "version": "0.11.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 8a194d9e3e..663309585e 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "6.0.0-beta.0", + "version": "5.7.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 545d34c883..65fd41b5b6 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "6.0.0-beta.0", + "version": "5.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 8b78c2a98e..c117711739 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.0-beta.0", + "version": "4.5.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts",