summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/curly-icons-watch.md5
-rw-r--r--.changeset/curvy-owls-rest.md5
-rw-r--r--.changeset/fifty-weeks-bake.md20
-rw-r--r--.changeset/honest-snakes-peel.md5
-rw-r--r--.changeset/hungry-dancers-hug.md5
-rw-r--r--.changeset/large-shoes-hammer.md6
-rw-r--r--.changeset/serious-wolves-breathe.md5
-rw-r--r--.changeset/tidy-kiwis-lick.md5
-rw-r--r--.changeset/warm-turkeys-develop.md5
-rw-r--r--.changeset/wise-donuts-tickle.md5
10 files changed, 0 insertions, 66 deletions
diff --git a/.changeset/curly-icons-watch.md b/.changeset/curly-icons-watch.md
deleted file mode 100644
index 8c2561904..000000000
--- a/.changeset/curly-icons-watch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-The node adapter now logs uncaught errors encountered during rendering a page.
diff --git a/.changeset/curvy-owls-rest.md b/.changeset/curvy-owls-rest.md
deleted file mode 100644
index 41bd9a22e..000000000
--- a/.changeset/curvy-owls-rest.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Ensure cookies are attached when middleware changes the Response
diff --git a/.changeset/fifty-weeks-bake.md b/.changeset/fifty-weeks-bake.md
deleted file mode 100644
index 714be802e..000000000
--- a/.changeset/fifty-weeks-bake.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-'@astrojs/cloudflare': minor
----
-
-Add support for the following Node.js Runtime APIs, which are availabe in [Cloudflare](https://developers.cloudflare.com/workers/runtime-apis/nodejs) using the `node:` syntax.
-
-- assert
-- AsyncLocalStorage
-- Buffer
-- Diagnostics Channel
-- EventEmitter
-- path
-- process
-- Streams
-- StringDecoder
-- util
-
-```js
-import { Buffer } from 'node:buffer';
-```
diff --git a/.changeset/honest-snakes-peel.md b/.changeset/honest-snakes-peel.md
deleted file mode 100644
index c9cf064f6..000000000
--- a/.changeset/honest-snakes-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix relative images in Markdown breaking the build process in certain circumstances
diff --git a/.changeset/hungry-dancers-hug.md b/.changeset/hungry-dancers-hug.md
deleted file mode 100644
index 43b994ef0..000000000
--- a/.changeset/hungry-dancers-hug.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Do not throw an error for an empty collection directory.
diff --git a/.changeset/large-shoes-hammer.md b/.changeset/large-shoes-hammer.md
deleted file mode 100644
index 442b83ce2..000000000
--- a/.changeset/large-shoes-hammer.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/telemetry': patch
-'astro': patch
----
-
-Improve config info telemetry
diff --git a/.changeset/serious-wolves-breathe.md b/.changeset/serious-wolves-breathe.md
deleted file mode 100644
index cc1fcc420..000000000
--- a/.changeset/serious-wolves-breathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix alias plugin causing CSS ordering issue
diff --git a/.changeset/tidy-kiwis-lick.md b/.changeset/tidy-kiwis-lick.md
deleted file mode 100644
index 14a5284dd..000000000
--- a/.changeset/tidy-kiwis-lick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixed an issue where spaces and unicode characters in project path prevented middleware from running.
diff --git a/.changeset/warm-turkeys-develop.md b/.changeset/warm-turkeys-develop.md
deleted file mode 100644
index 844232254..000000000
--- a/.changeset/warm-turkeys-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent body scripts from re-executing on navigation
diff --git a/.changeset/wise-donuts-tickle.md b/.changeset/wise-donuts-tickle.md
deleted file mode 100644
index 38b1780ed..000000000
--- a/.changeset/wise-donuts-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Fix Astro HMR from a CSS dependency