summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-05 05:39:16 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 09:39:16 -0400
commit5f13e7e0dcf256fc5c5b0ac7ca10c02e44f728b3 (patch)
tree89683f087e91a8b5c03bf9033c08687f0f1308e2 /packages/integrations/vue
parent82586f32f467c4ddaf581af97e48bace8da2bb6a (diff)
downloadastro-@astrojs/vue@4.0.0.tar.gz
astro-@astrojs/vue@4.0.0.tar.zst
astro-@astrojs/vue@4.0.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 3199fdccb..dcb0c91e8 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.0
+
+### Patch Changes
+
+- [#9122](https://github.com/withastro/astro/pull/9122) [`1c48ed286`](https://github.com/withastro/astro/commit/1c48ed286538ab9e354eca4e4dcd7c6385c96721) Thanks [@bluwy](https://github.com/bluwy)! - Adds Vite 5 support. There are no breaking changes from Astro. Check the [Vite migration guide](https://vitejs.dev/guide/migration.html) for details of the breaking changes from Vite instead.
+
## 4.0.0-beta.0
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index f220d5bf9..463b98958 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.0-beta.0",
+ "version": "4.0.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",