diff options
author | 2025-01-02 05:29:02 -0800 | |
---|---|---|
committer | 2025-01-02 13:29:02 +0000 | |
commit | 161df286c3abdbf8c49e8e7de820ce0e36ab5c55 (patch) | |
tree | d48d0ddff917f21c547e360d74acd12046123963 /packages/integrations/vue | |
parent | 7fb21844dff893c90dc0a07fd13cefdba61d0a45 (diff) | |
download | astro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.tar.gz astro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.tar.zst astro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.zip |
[ci] release (#12801)astro@5.1.2@astrojs/vue@5.0.4@astrojs/underscore-redirects@0.5.0@astrojs/svelte@7.0.3@astrojs/rss@4.0.11@astrojs/partytown@2.1.3
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 9a6d5dc92..5fdd21c34 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.4 + +### Patch Changes + +- [#12776](https://github.com/withastro/astro/pull/12776) [`8809b85`](https://github.com/withastro/astro/commit/8809b85747c1af4a772a3649ce8a8b3bb0f31236) Thanks [@aminevg](https://github.com/aminevg)! - Fixes an issue where TypeScript couldn't infer the correct types of the `server.mjs` file + ## 5.0.3 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 349a6561d..49cdc3216 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.3", + "version": "5.0.4", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |