summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/clever-tigers-dig.md5
-rw-r--r--.changeset/honest-loops-cheat.md5
-rw-r--r--.changeset/mighty-states-return.md18
-rw-r--r--.changeset/wet-bottles-invite.md5
4 files changed, 0 insertions, 33 deletions
diff --git a/.changeset/clever-tigers-dig.md b/.changeset/clever-tigers-dig.md
deleted file mode 100644
index 62429099a..000000000
--- a/.changeset/clever-tigers-dig.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a case where `astro:env` secrets used in actions would not be available
diff --git a/.changeset/honest-loops-cheat.md b/.changeset/honest-loops-cheat.md
deleted file mode 100644
index 99462d363..000000000
--- a/.changeset/honest-loops-cheat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused cookies to ignore custom decode function if has() had been called before
diff --git a/.changeset/mighty-states-return.md b/.changeset/mighty-states-return.md
deleted file mode 100644
index 47d2e993e..000000000
--- a/.changeset/mighty-states-return.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@astrojs/cloudflare': patch
-'@astrojs/alpinejs': patch
-'@astrojs/tailwind': patch
-'@astrojs/markdoc': patch
-'@astrojs/netlify': patch
-'@astrojs/preact': patch
-'@astrojs/svelte': patch
-'@astrojs/react': patch
-'@astrojs/solid-js': patch
-'@astrojs/mdx': patch
-'@astrojs/vue': patch
-'@astrojs/studio': patch
-'astro': patch
-'@astrojs/db': patch
----
-
-Updates the dependency `vite` to the latest.
diff --git a/.changeset/wet-bottles-invite.md b/.changeset/wet-bottles-invite.md
deleted file mode 100644
index 629e3d318..000000000
--- a/.changeset/wet-bottles-invite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request.