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:
parent
e6cf724ed0
commit
9481f8f9b3
7 changed files with 14 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "4.8.4-beta.0",
|
||||
"version": "4.9.0",
|
||||
"type": "module",
|
||||
"author": "withastro",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue