summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-09-17 12:13:10 +0200
committerGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-09-17 12:13:10 +0200
commit9481f8f9b3d64f853e8eeb3fb72b081b47f50ceb (patch)
tree5e365e6fbd3b25fe535a78abd1b782d21d7e9695
parente6cf724ed0be014ea78d7c11440824eb83e279f1 (diff)
downloadastro-9481f8f9b3d64f853e8eeb3fb72b081b47f50ceb.tar.gz
astro-9481f8f9b3d64f853e8eeb3fb72b081b47f50ceb.tar.zst
astro-9481f8f9b3d64f853e8eeb3fb72b081b47f50ceb.zip
fix: only bump packages that needs it
-rw-r--r--.changeset/eight-days-sort.md6
-rw-r--r--.changeset/pre.json10
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vue/package.json2
7 files changed, 14 insertions, 12 deletions
diff --git a/.changeset/eight-days-sort.md b/.changeset/eight-days-sort.md
index f45a32029..e712ec4ba 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 01f627498..6b553ce46 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 bb4b7cca3..fcae9af3d 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 cf86fe754..4f700ed53 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 8a194d9e3..663309585 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 545d34c88..65fd41b5b 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 8b78c2a98..c11771173 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",