summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-24 17:02:11 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-24 17:02:11 -0400
commit701a3bd6982279edbdfb09badb1f5aa200a76488 (patch)
treeb173e009dccbc9fb3a432ef77870f511e71f9489 /packages
parentf3e01f6c266816f1037d20aa93396d49c96a4b18 (diff)
downloadastro@1.0.0-beta.56.tar.gz
astro@1.0.0-beta.56.tar.zst
astro@1.0.0-beta.56.zip
[ci] release (#3707)astro@1.0.0-beta.56
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index a16f62bea..8ff78be21 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 1.0.0-beta.56
+
+### Patch Changes
+
+- [#3705](https://github.com/withastro/astro/pull/3705) [`b5e3403f`](https://github.com/withastro/astro/commit/b5e3403fa151710be4837f6ad265d836adb08025) Thanks [@matthewp](https://github.com/matthewp)! - Fixes build some times breaking in large sites
+
+* [#3702](https://github.com/withastro/astro/pull/3702) [`b11e3b38`](https://github.com/withastro/astro/commit/b11e3b38ebb59ceec3479cbf580276d3b3bd657c) Thanks [@matthewp](https://github.com/matthewp)! - Ensure import.meta.env.SSR is true in SSR mode
+
## 1.0.0-beta.55
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 256b299c6..1a35c6bb7 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.0.0-beta.55",
+ "version": "1.0.0-beta.56",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",