diff options
author | 2023-11-27 07:34:52 -0800 | |
---|---|---|
committer | 2023-11-27 21:04:52 +0530 | |
commit | 2ef75fe752b4fbd63f98ca8ee294b135f6bec804 (patch) | |
tree | 53f9d5f402bf9fb278e624c292d503d493ef849c /packages | |
parent | ae29fad70b8f5d32baca00625e1e8ed94fee47f6 (diff) | |
download | astro-2ef75fe752b4fbd63f98ca8ee294b135f6bec804.tar.gz astro-2ef75fe752b4fbd63f98ca8ee294b135f6bec804.tar.zst astro-2ef75fe752b4fbd63f98ca8ee294b135f6bec804.zip |
[ci] release (#9180)astro@3.6.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/astro/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index a02b12312..08eb25405 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 3.6.1 + +### Patch Changes + +- [#9173](https://github.com/withastro/astro/pull/9173) [`04fdc1c61`](https://github.com/withastro/astro/commit/04fdc1c613171409ed1a2bd887326e26cdb8b5ef) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where having a middleware prevented the SSR app from being deployed on Netlify. + +- [#9186](https://github.com/withastro/astro/pull/9186) [`607542c7c`](https://github.com/withastro/astro/commit/607542c7cf9fe9813c06f1d96615d6c793262d22) Thanks [@martrapp](https://github.com/martrapp)! - Fixes a view transition issue on webKit browsers that prevented scrolling to #fragments + ## 3.6.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 95c8b1d88..f8097bb1d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "3.6.0", + "version": "3.6.1", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", |