From eb7f290a3c9466e0866895e64183901427f7c764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:56:56 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/astro-buttons-accept-one.md | 5 ----- packages/astro/CHANGELOG.md | 6 ++++++ packages/astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/astro-buttons-accept-one.md diff --git a/.changeset/astro-buttons-accept-one.md b/.changeset/astro-buttons-accept-one.md deleted file mode 100644 index 32a19550f64..00000000000 --- a/.changeset/astro-buttons-accept-one.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/astro': patch ---- - -Allow unstyled button components to accept a single React element passed as an array. Fixes a misleading "multiple children" error that could appear when a custom button child crossed a server/client boundary and arrived as a one-item array. diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3a8001d2a09..62b552550b7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @clerk/astro +## 3.2.5 + +### Patch Changes + +- Allow unstyled button components to accept a single React element passed as an array. Fixes a misleading "multiple children" error that could appear when a custom button child crossed a server/client boundary and arrived as a one-item array. ([#8561](https://github.com/clerk/javascript/pull/8561)) by [@manovotny](https://github.com/manovotny) + ## 3.2.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 127649bebaa..f4287acc928 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "3.2.4", + "version": "3.2.5", "description": "Clerk SDK for Astro", "keywords": [ "auth",