summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-07 23:51:24 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-08 08:51:24 +0100
commit653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9 (patch)
treea425a5840f273a568db53ac4e2a4f994c08e8513 /packages/integrations/vue
parent14e586cc77570b08afae5eeef605e978fec287d8 (diff)
downloadastro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.tar.gz
astro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.tar.zst
astro-653ad939ce9f0ba12e2ce79a4cf9c154302b0bb9.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 4edbfccbd..fc54ae2ea 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 3.0.4
+
+### Patch Changes
+
+- [#8998](https://github.com/withastro/astro/pull/8998) [`14e586cc7`](https://github.com/withastro/astro/commit/14e586cc77570b08afae5eeef605e978fec287d8) Thanks [@minht11](https://github.com/minht11)! - Adds editor support for Vue non setup script blocks and Vue 3.3 generics.
+
## 3.0.3
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 2e0d0a2f6..b8fa62d38 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",