diff options
author | 2022-08-04 09:21:38 -0700 | |
---|---|---|
committer | 2022-08-04 12:21:38 -0400 | |
commit | 32580d4fdc6ba8bb9a7e39e0b2c001ab29b3b940 (patch) | |
tree | b6f7475617e9e7b08348b02fe27caa6249318e05 /packages | |
parent | b913c8afb50cb42b9d550af44198800d197c8243 (diff) | |
download | astro-32580d4fdc6ba8bb9a7e39e0b2c001ab29b3b940.tar.gz astro-32580d4fdc6ba8bb9a7e39e0b2c001ab29b3b940.tar.zst astro-32580d4fdc6ba8bb9a7e39e0b2c001ab29b3b940.zip |
[ci] release (#4152)astro@1.0.0-rc.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index fad1d5de4..92ed06af5 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 1.0.0-rc.6 + +### Patch Changes + +- [#4149](https://github.com/withastro/astro/pull/4149) [`4d6475227`](https://github.com/withastro/astro/commit/4d6475227458f02361b62ff9603e79594bf7ec11) Thanks [@matthewp](https://github.com/matthewp)! - Fixes SSR CSS ordering to match static mode + ## 1.0.0-rc.5 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 0a40c473c..d5ee1cbcf 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", |