diff options
author | 2024-03-18 10:06:58 -0700 | |
---|---|---|
committer | 2024-03-18 22:36:58 +0530 | |
commit | 0ddc327ee85535b1a3b415ae49c664f9848b87f4 (patch) | |
tree | 40826461adc2a92a7e85ac7cddc534cadd023747 /.changeset | |
parent | 1fc9b6062aadebb0e559188a2f6110900b085a19 (diff) | |
download | astro-@astrojs/db@0.8.7.tar.gz astro-@astrojs/db@0.8.7.tar.zst astro-@astrojs/db@0.8.7.zip |
[ci] release (#10471)astro@4.5.6@astrojs/node@8.2.4@astrojs/db@0.8.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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. |