summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-02 11:13:43 -0700
committerGravatar GitHub <noreply@github.com> 2023-11-02 14:13:43 -0400
commit3cb1098d45aa1eea60bc75949955356ce956f3d0 (patch)
tree11cc5d16c98ccabcd0b08f357b7fca77801c1ed1 /packages
parentab7e745cc9abd592aa631bffb35880221e7ac89c (diff)
downloadastro@3.4.3.tar.gz
astro@3.4.3.tar.zst
astro@3.4.3.zip
[ci] release (#8982)astro@3.4.3
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 85d0fc825..64cee3bb6 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 3.4.3
+
+### Patch Changes
+
+- [#8981](https://github.com/withastro/astro/pull/8981) [`ab7e745cc`](https://github.com/withastro/astro/commit/ab7e745cc9abd592aa631bffb35880221e7ac89c) Thanks [@matthewp](https://github.com/matthewp)! - Increase the scroll restoration throttle time
+
+- [#8940](https://github.com/withastro/astro/pull/8940) [`937522fb7`](https://github.com/withastro/astro/commit/937522fb70be522378268d04e6bb20d8dc401c0b) Thanks [@MarvinXu](https://github.com/MarvinXu)! - Omit nullish and falsy (non-zero) values when stringifying object-form `style` attributes in Astro files
+
## 3.4.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index db6fb53ad..684eed0cf 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",