diff options
author | 2024-01-05 12:45:45 -0800 | |
---|---|---|
committer | 2024-01-06 02:15:45 +0530 | |
commit | 75084b49d0eb414400014c822c492c1e11cce790 (patch) | |
tree | 5702eac942027f8c4906d3703684fed00bf91a30 /packages/integrations/vue | |
parent | a1bb5fea552ce65585f49ecb6701733c48d117f9 (diff) | |
download | astro-75084b49d0eb414400014c822c492c1e11cce790.tar.gz astro-75084b49d0eb414400014c822c492c1e11cce790.tar.zst astro-75084b49d0eb414400014c822c492c1e11cce790.zip |
[ci] release (#9609)astro@4.1.1@astrojs/vue@4.0.8@astrojs/vercel@6.1.3@astrojs/solid-js@4.0.1
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.md | 8 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
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", |