diff options
author | 2023-12-04 12:45:24 -0800 | |
---|---|---|
committer | 2023-12-04 15:45:24 -0500 | |
commit | 4b9d657ff2fe7756848a1d489cbecb51b3b91e5a (patch) | |
tree | 03d53ccac1957ea74576b5efb3bb18bb55925468 /packages | |
parent | 0d194942f91723a5b88f906f408f38d9f6ff1002 (diff) | |
download | astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.gz astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.zst astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.zip |
[ci] release (beta) (#9296)astro@4.0.0-beta.7
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 62556d4c2..f9d791dfe 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 4.0.0-beta.7 + +### Patch Changes + +- [#9295](https://github.com/withastro/astro/pull/9295) [`3d2dbb0e5`](https://github.com/withastro/astro/commit/3d2dbb0e5d2bf67b38ff8533d4dd938c94433812) Thanks [@matthewp](https://github.com/matthewp)! - Remove aria-query package + + This is another CJS-only package that breaks usage. + ## 4.0.0-beta.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index fd026e4b4..f624d32f2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.0.0-beta.6", + "version": "4.0.0-beta.7", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", |