diff options
author | 2023-07-19 00:32:32 -0700 | |
---|---|---|
committer | 2023-07-19 09:32:32 +0200 | |
commit | de65ad25eae010b42ef55c127cc98d4cc3aa66db (patch) | |
tree | 441dafe2c9c5d3b7341d958b056641e357412d0e /.changeset | |
parent | 72bbfac976c2965a523eea88ff0543e64d848d80 (diff) | |
download | astro@2.8.5.tar.gz astro@2.8.5.tar.zst astro@2.8.5.zip |
[ci] release (#7699)astro@2.8.5@astrojs/netlify@2.5.0@astrojs/markdoc@0.4.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/great-days-judge.md | 8 | ||||
-rw-r--r-- | .changeset/happy-carrots-lick.md | 5 | ||||
-rw-r--r-- | .changeset/pink-deers-grab.md | 5 | ||||
-rw-r--r-- | .changeset/smart-hairs-lick.md | 6 | ||||
-rw-r--r-- | .changeset/stupid-trains-move.md | 5 |
5 files changed, 0 insertions, 29 deletions
diff --git a/.changeset/great-days-judge.md b/.changeset/great-days-judge.md deleted file mode 100644 index d098d3f43..000000000 --- a/.changeset/great-days-judge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@astrojs/netlify': minor ---- - -When a project uses the new `build.excludeMiddleware` Astro config option, the `@astrojs/netlify/functions` adapter will bundle your middleware to run in a [Netlify Edge Function](https://docs.netlify.com/edge-functions/overview/). - -See the [Netlify adapter documentation](https://docs.astro.build/en/guides/integrations-guide/netlify/#run-middleware-in-edge-functions) for more details. - diff --git a/.changeset/happy-carrots-lick.md b/.changeset/happy-carrots-lick.md deleted file mode 100644 index 7dcd38568..000000000 --- a/.changeset/happy-carrots-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `status` code for custom `404` and `500` pages in the dev server diff --git a/.changeset/pink-deers-grab.md b/.changeset/pink-deers-grab.md deleted file mode 100644 index 917105007..000000000 --- a/.changeset/pink-deers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix loading of `/404.astro` page when dynamic route returns 404 diff --git a/.changeset/smart-hairs-lick.md b/.changeset/smart-hairs-lick.md deleted file mode 100644 index 43a2017b6..000000000 --- a/.changeset/smart-hairs-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/markdoc': patch -'astro': patch ---- - -Fix Markdoc integration not being able to import `emitESMImage` from Astro diff --git a/.changeset/stupid-trains-move.md b/.changeset/stupid-trains-move.md deleted file mode 100644 index ceab16a58..000000000 --- a/.changeset/stupid-trains-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix route matching behavior when `getStaticPaths` result includes hyphenated params |