diff options
author | 2024-11-21 06:47:58 -0800 | |
---|---|---|
committer | 2024-11-21 09:47:58 -0500 | |
commit | 3bed8050b9a19bd56416d4a6b8cebfe819c97bc7 (patch) | |
tree | 382716c6fa36aadc5cfed91018a7aecff3d845e3 /packages/integrations/vue | |
parent | b9c05f45b2c9780d7b5518adb4a545cf69f075a6 (diff) | |
download | astro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.tar.gz astro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.tar.zst astro-3bed8050b9a19bd56416d4a6b8cebfe819c97bc7.zip |
[ci] release (#12490)astro@4.16.14@astrojs/vue@4.5.3@astrojs/svelte@6.0.2@astrojs/solid-js@4.4.4@astrojs/react@3.6.3@astrojs/preact@3.5.4
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 e27cfa885..daad7f51b 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.5.3 + +### Patch Changes + +- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**. + ## 4.5.2 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index ce658b6a8..56b04b1ae 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.2", + "version": "4.5.3", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |