From a407eb5ac2f6d0daf5235be6835404c6646c5a4c Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:33:19 -0800 Subject: [ci] release (#9837) Co-authored-by: github-actions[bot] --- packages/astro/CHANGELOG.md | 10 ++++++++++ packages/astro/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 1fb0bc738..605e3d0d9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 4.2.6 + +### Patch Changes + +- [#9825](https://github.com/withastro/astro/pull/9825) [`e4370e9e9dd862425eced25823c82e77d9516927`](https://github.com/withastro/astro/commit/e4370e9e9dd862425eced25823c82e77d9516927) Thanks [@tugrulates](https://github.com/tugrulates)! - Fixes false positive aria role errors on interactive elements + +- [#9828](https://github.com/withastro/astro/pull/9828) [`a3df9d83ca92abb5f08f576631019c1604204bd9`](https://github.com/withastro/astro/commit/a3df9d83ca92abb5f08f576631019c1604204bd9) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a case where shared modules among pages and middleware were transformed to a no-op after the build. + +- [#9834](https://github.com/withastro/astro/pull/9834) [`1885cea308a62b173a50967cf5a0b174b3c3f3f1`](https://github.com/withastro/astro/commit/1885cea308a62b173a50967cf5a0b174b3c3f3f1) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes third-party dev toolbar apps not loading correctly when using absolute paths on Windows + ## 4.2.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index f055df681..e8d64f9ff 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.2.5", + "version": "4.2.6", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", -- cgit v1.2.3