summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-14 22:32:17 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-15 14:32:17 +0800
commit0968069aaf509cea67e2bc2b03b1265327d14451 (patch)
tree3b5ed670179e25feac40181214671723d25bbd9e /packages/integrations/vue
parent1a026afb427cd4b472c8f1174a08f10086f4fb89 (diff)
downloadastro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.gz
astro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.zst
astro-0968069aaf509cea67e2bc2b03b1265327d14451.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 5fdd21c34..700cc354b 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 5.0.5
+
+### Patch Changes
+
+- [#12887](https://github.com/withastro/astro/pull/12887) [`ea603ae`](https://github.com/withastro/astro/commit/ea603aec80531205d38fed11c525b3faa0271903) Thanks [@louisescher](https://github.com/louisescher)! - Adds a warning message when multiple JSX-based UI frameworks are being used without either the `include` or `exclude` property being set on the integration.
+
## 5.0.4
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 41e2b29e5..16fd6e7f9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.4",
+ "version": "5.0.5",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",