summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-02-24 05:49:05 -0800
committerGravatar GitHub <noreply@github.com> 2025-02-24 14:49:05 +0100
commit4cb33770d3f5c9c2ff658e2ba8067a72d9487564 (patch)
tree5e2a60ff4737889b2abf0dc226587488a644ce69 /packages/integrations/vue
parent467e88e48735883abc188db5d9f82d744f2a2fc6 (diff)
downloadastro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.gz
astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.zst
astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.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 528143438..e01cb1d0e 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 5.0.7
+
+### Patch Changes
+
+- [#13251](https://github.com/withastro/astro/pull/13251) [`3842ce5`](https://github.com/withastro/astro/commit/3842ce5ec9471d358042b3d9ef697cf06c7a91f6) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where the compiler could not be resolved automatically
+
## 5.0.6
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index de3a93e51..406cf18ed 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.6",
+ "version": "5.0.7",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",