summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-20 09:39:13 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-20 17:39:13 +0000
commit97342d218e0c2d616005af6f6f54308115b89ec1 (patch)
tree8deda9035455ce0e3f6f80c6d897e635d07163f5 /packages/integrations/vue
parent19169db1f1574d36cc284fd9a0319d9b1e92b49a (diff)
downloadastro-97342d218e0c2d616005af6f6f54308115b89ec1.tar.gz
astro-97342d218e0c2d616005af6f6f54308115b89ec1.tar.zst
astro-97342d218e0c2d616005af6f6f54308115b89ec1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 906d57e98..04bd2a20b 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.5
+
+### Patch Changes
+
+- [#9452](https://github.com/withastro/astro/pull/9452) [`e83b5095f`](https://github.com/withastro/astro/commit/e83b5095f164f48ba40fc715a805fc66a3e39dcf) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Upgrades vite to latest
+
## 4.0.4
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 5e0c56231..29b42ca8b 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",