diff options
author | 2025-02-24 05:49:05 -0800 | |
---|---|---|
committer | 2025-02-24 14:49:05 +0100 | |
commit | 4cb33770d3f5c9c2ff658e2ba8067a72d9487564 (patch) | |
tree | 5e2a60ff4737889b2abf0dc226587488a644ce69 /packages/integrations/vue | |
parent | 467e88e48735883abc188db5d9f82d744f2a2fc6 (diff) | |
download | astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.gz astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.zst astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.zip |
[ci] release (#13244)create-astro@4.11.1astro@5.3.1@astrojs/vue@5.0.7@astrojs/vercel@8.0.8@astrojs/node@9.1.1@astrojs/netlify@6.2.1@astrojs/cloudflare@12.2.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.md | 6 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 528143438..e01cb1d0e 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.7 + +### Patch Changes + +- [#13251](https://github.com/withastro/astro/pull/13251) [`3842ce5`](https://github.com/withastro/astro/commit/3842ce5ec9471d358042b3d9ef697cf06c7a91f6) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where the compiler could not be resolved automatically + ## 5.0.6 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index de3a93e51..406cf18ed 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.6", + "version": "5.0.7", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |