summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-12 12:08:39 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-12 15:08:39 -0400
commit56e225b41a309bfe20dc41e2988b9883fe5cfb13 (patch)
treeaf0206fd2f958689edcbc8bfe654aeea2e321db3 /packages/integrations/vue
parent6e1d62fe222e45b763b2b60b377b07e431950d54 (diff)
downloadastro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.tar.gz
astro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.tar.zst
astro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.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 d896d668c..ab1f293db 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 1.0.2
+
+### Patch Changes
+
+- [#4706](https://github.com/withastro/astro/pull/4706) [`b0ee81d0a`](https://github.com/withastro/astro/commit/b0ee81d0a70d8301530c321b670ab784c9bc00a2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix Vue `script setup` with other renderers applied
+
## 1.0.1
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 9e4879c46..283f029f4 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",