diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/preact/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/integrations/react/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/integrations/solid/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/CHANGELOG.md | 2 | ||||
-rw-r--r-- | packages/integrations/vue/CHANGELOG.md | 12 |
5 files changed, 10 insertions, 10 deletions
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 1673a8415..e99ca01e3 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,6 +1,6 @@ # @astrojs/preact -## 3.5.4-beta.0 +## 3.5.4 ### Patch Changes diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 777f6b75b..45f9ffaeb 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,6 +1,6 @@ # @astrojs/react -## 3.6.3-beta.0 +## 3.6.3 ### Patch Changes diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 845b016f1..3cca25757 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,6 +1,6 @@ # @astrojs/solid-js -## 4.4.4-beta.0 +## 4.4.4 ### Patch Changes diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index f609cdfe0..76b1bbff5 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,6 +1,6 @@ # @astrojs/svelte -## 6.0.2-beta.0 +## 6.0.2 ### Patch Changes 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 |