summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-29 14:39:04 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-29 14:39:04 -0500
commit6203b57974da75a3933ddfc119e4ab5180d71519 (patch)
tree027ca2dafe67507461580be9b9246451ddf617b4 /.changeset
parentc9bc700d41334f6306fd05045838251b056b970b (diff)
downloadastro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.gz
astro-6203b57974da75a3933ddfc119e4ab5180d71519.tar.zst
astro-6203b57974da75a3933ddfc119e4ab5180d71519.zip
Version Packages (#2047)astro@0.21.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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