diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cuddly-suits-hunt.md | 5 | ||||
-rw-r--r-- | .changeset/itchy-buttons-wait.md | 5 | ||||
-rw-r--r-- | .changeset/long-buckets-end.md | 5 | ||||
-rw-r--r-- | .changeset/mighty-peas-reply.md | 5 | ||||
-rw-r--r-- | .changeset/sharp-flowers-ring.md | 5 | ||||
-rw-r--r-- | .changeset/slow-rabbits-care.md | 5 |
6 files changed, 0 insertions, 30 deletions
diff --git a/.changeset/cuddly-suits-hunt.md b/.changeset/cuddly-suits-hunt.md deleted file mode 100644 index 858c6529c..000000000 --- a/.changeset/cuddly-suits-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Adds a helpful error message that will be shown when an endpoint does not return a `Response`. diff --git a/.changeset/itchy-buttons-wait.md b/.changeset/itchy-buttons-wait.md deleted file mode 100644 index 7f34b586a..000000000 --- a/.changeset/itchy-buttons-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes an issue with generating JSON schemas when the schema is a function diff --git a/.changeset/long-buckets-end.md b/.changeset/long-buckets-end.md deleted file mode 100644 index efeee9af9..000000000 --- a/.changeset/long-buckets-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Fetch new app token when previous has expired diff --git a/.changeset/mighty-peas-reply.md b/.changeset/mighty-peas-reply.md deleted file mode 100644 index 408b43580..000000000 --- a/.changeset/mighty-peas-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Fix type error in db/seed.ts file before type generation is run. diff --git a/.changeset/sharp-flowers-ring.md b/.changeset/sharp-flowers-ring.md deleted file mode 100644 index c1a5891f3..000000000 --- a/.changeset/sharp-flowers-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/node": patch ---- - -Prevents crashes caused by rejections of offshoot promises. diff --git a/.changeset/slow-rabbits-care.md b/.changeset/slow-rabbits-care.md deleted file mode 100644 index c7e64bd33..000000000 --- a/.changeset/slow-rabbits-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes an issue where multiple rendering errors resulted in a crash of the SSR app server. |