summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-23 02:03:28 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-23 11:03:28 +0200
commit64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625 (patch)
tree2c41311b2b76bd96edd74eb5db2af915d847009d /packages/integrations/vue
parent42388b24d6eb866a3129118d22b2f6c71071d0bd (diff)
downloadastro-@astrojs/mdx@4.2.5.tar.gz
astro-@astrojs/mdx@4.2.5.tar.zst
astro-@astrojs/mdx@4.2.5.zip
Co-authored-by: github-actions[bot] <41898282+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 50f42f4d2..44a807489 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 5.0.11
+
+### Patch Changes
+
+- [#13663](https://github.com/withastro/astro/pull/13663) [`a19a185`](https://github.com/withastro/astro/commit/a19a185efd75334f2f417b433fcfaa0017fe41ee) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Improves type-safety of renderers
+
## 5.0.10
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index e113443b4..a3d167eac 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.10",
+ "version": "5.0.11",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",