summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-01 06:23:32 -0700
committerGravatar GitHub <noreply@github.com> 2023-11-01 08:23:32 -0500
commit4a0fec969fac93c905b32952128572889d90a6ef (patch)
tree446c639a6e30dd0857d64ab27c099dd452ce7db4 /packages/integrations/vue
parent6169b6e56152b1ba944416d85551994788cfb887 (diff)
downloadastro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz
astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst
astro-4a0fec969fac93c905b32952128572889d90a6ef.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 f39b83863..4edbfccbd 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 3.0.3
+
+### Patch Changes
+
+- [#8930](https://github.com/withastro/astro/pull/8930) [`c77f55d9c`](https://github.com/withastro/astro/commit/c77f55d9c075569be018dc1fb5a42c932b9071c7) Thanks [@matthewp](https://github.com/matthewp)! - Fixes an issue where Astro slot names were being rendered as attributes in components. Astro slot names will no longer be sent as props to framework components.
+
## 3.0.2
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 38394dff0..836d4cb91 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",