summaryrefslogtreecommitdiff
path: root/packages/integrations/solid/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-27 06:34:47 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 14:34:47 +0000
commit218267c0b318fb77736129f657c6c4da53abf64d (patch)
tree312e14f6cffffb6d056c3128e73f253bc4677561 /packages/integrations/solid/CHANGELOG.md
parent5bdc8cd094d834888b57b82162e7b0169d5c4907 (diff)
downloadastro-218267c0b318fb77736129f657c6c4da53abf64d.tar.gz
astro-218267c0b318fb77736129f657c6c4da53abf64d.tar.zst
astro-218267c0b318fb77736129f657c6c4da53abf64d.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/solid/CHANGELOG.md')
-rw-r--r--packages/integrations/solid/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index 3cca25757..edbc1f650 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,19 @@
# @astrojs/solid-js
+## 5.0.0-beta.1
+
+### Major Changes
+
+- [#12524](https://github.com/withastro/astro/pull/12524) [`9f44019`](https://github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1) Thanks [@bluwy](https://github.com/bluwy)! - Updates Vite dependency to v6 to match Astro v5
+
+### Minor Changes
+
+- [#12539](https://github.com/withastro/astro/pull/12539) [`827093e`](https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7) Thanks [@bluwy](https://github.com/bluwy)! - Drops node 21 support
+
+### Patch Changes
+
+- [#12524](https://github.com/withastro/astro/pull/12524) [`9f44019`](https://github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1) Thanks [@bluwy](https://github.com/bluwy)! - Updates vite-plugin-solid to handle Vite 6
+
## 4.4.4
### Patch Changes