summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-11 03:57:19 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-11 11:57:19 +0000
commitf47b85ce6fd11bf6a0e7db975069363f021be1ae (patch)
treeb7c727743d54e30508e55c758df87dfcb79c9a65 /packages/integrations/vue
parentd656797fced1f906a3a2ebdee74ae25588318fd4 (diff)
downloadastro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.gz
astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.zst
astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.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 16b28bec6..8377a7e84 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.3
+
+### Patch Changes
+
+- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta.
+
## 4.0.2
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 122679589..5435447d9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",