summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-05 12:45:45 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-06 02:15:45 +0530
commit75084b49d0eb414400014c822c492c1e11cce790 (patch)
tree5702eac942027f8c4906d3703684fed00bf91a30 /packages/integrations/vue
parenta1bb5fea552ce65585f49ecb6701733c48d117f9 (diff)
downloadastro-75084b49d0eb414400014c822c492c1e11cce790.tar.gz
astro-75084b49d0eb414400014c822c492c1e11cce790.tar.zst
astro-75084b49d0eb414400014c822c492c1e11cce790.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.md8
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 5eff46211..3966b1ee1 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/vue
+## 4.0.8
+
+### Patch Changes
+
+- [#9620](https://github.com/withastro/astro/pull/9620) [`a1bb5fea552ce65585f49ecb6701733c48d117f9`](https://github.com/withastro/astro/commit/a1bb5fea552ce65585f49ecb6701733c48d117f9) Thanks [@bluwy](https://github.com/bluwy)! - Fixes `class` property hydration error
+
+- [#9490](https://github.com/withastro/astro/pull/9490) [`a1c31665cbc48bfdf4885112b427db48ecc48276`](https://github.com/withastro/astro/commit/a1c31665cbc48bfdf4885112b427db48ecc48276) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes a bug that caused styles referenced by `appEntrypoint` to be excluded from the build
+
## 4.0.7
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 73cd606a5..b4141a9fd 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.7",
+ "version": "4.0.8",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",