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",