summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-04 09:21:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-04 12:21:38 -0400
commit32580d4fdc6ba8bb9a7e39e0b2c001ab29b3b940 (patch)
treeb6f7475617e9e7b08348b02fe27caa6249318e05 /packages
parentb913c8afb50cb42b9d550af44198800d197c8243 (diff)
downloadastro-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.md6
-rw-r--r--packages/astro/package.json2
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",