0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

fix: only bump packages that needs it

This commit is contained in:
Princesseuh 2024-09-17 12:13:10 +02:00
parent e6cf724ed0
commit 9481f8f9b3
No known key found for this signature in database
GPG key ID: 105BBD6D57F2B0C0
7 changed files with 14 additions and 12 deletions

View file

@ -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.

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "4.8.4-beta.0",
"version": "4.9.0",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",