summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-23 02:22:50 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-23 17:22:50 +0800
commit42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch)
treeebb7fa75bdc31232cb203e7b240b79632f3d01ca /packages/integrations/vue
parente69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff)
downloadastro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.gz
astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.tar.zst
astro-42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a.zip
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.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.md9
-rw-r--r--packages/integrations/vue/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 5a5ee4f19..d0853e320 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/vue
+## 3.0.2
+
+### Patch Changes
+
+- [#8860](https://github.com/withastro/astro/pull/8860) [`65c7bd149`](https://github.com/withastro/astro/commit/65c7bd149cf9024f8026a73426d51c76be543cc4) Thanks [@bluwy](https://github.com/bluwy)! - Fix Vue component HMR when updating the script tag
+
+- Updated dependencies [[`5ea6ee0ed`](https://github.com/withastro/astro/commit/5ea6ee0ed494c792a4c94928a83c5c85b9b6ac32), [`5c888c10b`](https://github.com/withastro/astro/commit/5c888c10b712ca60a23e66b88af8051b54b42323), [`ad2bb9155`](https://github.com/withastro/astro/commit/ad2bb9155997380d0880b0c6c7b12f079a031d48), [`326e17893`](https://github.com/withastro/astro/commit/326e178933f7a22f4e897b763832619f168b53dd)]:
+ - astro@3.3.3
+
## 3.0.1
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 9f8765c35..758518deb 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -56,7 +56,7 @@
"vue": "^3.3.4"
},
"peerDependencies": {
- "astro": "workspace:^3.3.2",
+ "astro": "workspace:^3.3.3",
"vue": "^3.2.30"
},
"engines": {