summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/little-carrots-sleep.md7
-rw-r--r--.changeset/tame-hats-give.md5
-rw-r--r--.changeset/warm-students-melt.md5
-rw-r--r--.changeset/wise-months-serve.md7
4 files changed, 0 insertions, 24 deletions
diff --git a/.changeset/little-carrots-sleep.md b/.changeset/little-carrots-sleep.md
deleted file mode 100644
index f4e391540..000000000
--- a/.changeset/little-carrots-sleep.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes dev errors in hydrated components
-
-The errors would occur when there was state changes in hydrated components. This only occurs in dev but does result in the hydrated component not working. This fixes the underlying issue.
diff --git a/.changeset/tame-hats-give.md b/.changeset/tame-hats-give.md
deleted file mode 100644
index c4158a46b..000000000
--- a/.changeset/tame-hats-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix crash with unexpected file types in pages directory
diff --git a/.changeset/warm-students-melt.md b/.changeset/warm-students-melt.md
deleted file mode 100644
index 89580014b..000000000
--- a/.changeset/warm-students-melt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Bugfix: improve style and script injection for partial pages
diff --git a/.changeset/wise-months-serve.md b/.changeset/wise-months-serve.md
deleted file mode 100644
index 57b7569ea..000000000
--- a/.changeset/wise-months-serve.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes use of `PUBLIC_` to reference env vars
-
-Previously `PUBLIC_` worked in server-only components such as .astro components. However if you had a client-side component you had to use `VITE_`. This was a bug with our build that is now fixed. \ No newline at end of file