aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-26 15:33:19 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-26 17:33:19 -0600
commita407eb5ac2f6d0daf5235be6835404c6646c5a4c (patch)
tree59ed1a8015af1b19034219835a00ec7e629926f8 /packages
parent1885cea308a62b173a50967cf5a0b174b3c3f3f1 (diff)
downloadastro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.tar.gz
astro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.tar.zst
astro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.zip
[ci] release (#9837)astro@4.2.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md10
-rw-r--r--packages/astro/package.json2
2 files changed, 11 insertions, 1 deletions
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",