summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-05 16:47:22 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 18:47:22 -0600
commit895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5 (patch)
treed5ad060a3d6190d0790c3c140fe9c3bd4d7edb03 /packages/integrations/vue
parent6404d26a22417587cac272bc473ee1c8eb8c69a3 (diff)
downloadastro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.tar.gz
astro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.tar.zst
astro-895ebcb5bfeb2fe08ae939eaceeb0405cff91ca5.zip
[ci] release (#9332)astro@4.0.2@astrojs/vue@4.0.2
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 1cc63f36e..16b28bec6 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.2
+
+### Patch Changes
+
+- [#9333](https://github.com/withastro/astro/pull/9333) [`b832cd190`](https://github.com/withastro/astro/commit/b832cd190199d4269d25d5d6e6b7efb399a69070) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes issue with `appEntrypoint` when running `astro dev`
+
## 4.0.1
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 79dd727ad..9ed3417f6 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",