diff options
author | 2023-11-01 06:23:32 -0700 | |
---|---|---|
committer | 2023-11-01 08:23:32 -0500 | |
commit | 4a0fec969fac93c905b32952128572889d90a6ef (patch) | |
tree | 446c639a6e30dd0857d64ab27c099dd452ce7db4 /packages/integrations/vue | |
parent | 6169b6e56152b1ba944416d85551994788cfb887 (diff) | |
download | astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst astro-4a0fec969fac93c905b32952128572889d90a6ef.zip |
[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
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", |