diff options
author | 2024-11-21 10:51:47 -0500 | |
---|---|---|
committer | 2024-11-21 10:51:47 -0500 | |
commit | 23dc937435e0dc89dee5e74e8870464160efb17c (patch) | |
tree | d7fe60385df341e28ab51e95c92aea2112bbbcb0 /packages/integrations/vue/CHANGELOG.md | |
parent | dc3d842e4c6f3b7e59da8a13447a1450013e10dc (diff) | |
download | astro-23dc937435e0dc89dee5e74e8870464160efb17c.tar.gz astro-23dc937435e0dc89dee5e74e8870464160efb17c.tar.zst astro-23dc937435e0dc89dee5e74e8870464160efb17c.zip |
Merge main into next (#12493)
* [ci] release (#12490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update solid version
* update lockfile
* fix vue changelog
---------
Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue/CHANGELOG.md')
-rw-r--r-- | packages/integrations/vue/CHANGELOG.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 9763a370e..71f28ed6c 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,11 +1,5 @@ # @astrojs/vue -## 5.0.0-beta.2 - -### 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**. - ## 5.0.0-beta.1 ### Patch Changes @@ -25,6 +19,12 @@ - Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0), [`89bab1e`](https://github.com/withastro/astro/commit/89bab1e70786123fbe933a9d7a1b80c9334dcc5f), [`d74617c`](https://github.com/withastro/astro/commit/d74617cbd3278feba05909ec83db2d73d57a153e), [`e90f559`](https://github.com/withastro/astro/commit/e90f5593d23043579611452a84b9e18ad2407ef9), [`2df49a6`](https://github.com/withastro/astro/commit/2df49a6fb4f6d92fe45f7429430abe63defeacd6), [`8a53517`](https://github.com/withastro/astro/commit/8a5351737d6a14fc55f1dafad8f3b04079e81af6)]: - astro@5.0.0-alpha.0 +## 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 |