diff --git a/.changeset/checkbox-rich-label.md b/.changeset/checkbox-rich-label.md deleted file mode 100644 index 8277b3a569..0000000000 --- a/.changeset/checkbox-rich-label.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/ui-extensions': patch ---- - -The `label` prop on the checkout and customer-account `s-checkbox` component now accepts a label as a slot in addition to a plain string, label slots can include only plain text and s-links. diff --git a/.changeset/paragraph-text-align.md b/.changeset/paragraph-text-align.md deleted file mode 100644 index 10c551b42b..0000000000 --- a/.changeset/paragraph-text-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/ui-extensions': patch ---- - -Add `textAlign` prop to the checkout `Paragraph` component, supporting `'start'`, `'end'`, `'center'`, and `'auto'` values. diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md index 1f253afbac..24f991704e 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/ui-extensions +## 2025.10.15 + +### Patch Changes + +- [#4418](https://github.com/Shopify/ui-extensions/pull/4418) [`a12d6b5`](https://github.com/Shopify/ui-extensions/commit/a12d6b5b8b6876f35c6cd9f13b3ec289f50675e2) Thanks [@justinhenricks](https://github.com/justinhenricks)! - The `label` prop on the checkout and customer-account `s-checkbox` component now accepts a label as a slot in addition to a plain string, label slots can include only plain text and s-links. + +- [#4480](https://github.com/Shopify/ui-extensions/pull/4480) [`c52ffe2`](https://github.com/Shopify/ui-extensions/commit/c52ffe2e6b32d70edde9a3354d47493c1522bcd2) Thanks [@justinhenricks](https://github.com/justinhenricks)! - Add `textAlign` prop to the checkout `Paragraph` component, supporting `'start'`, `'end'`, `'center'`, and `'auto'` values. + ## 2025.10.14 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index 344f005022..675036c9ca 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2025.10.14", + "version": "2025.10.15", "scripts": { "docs:admin": "node ./docs/surfaces/admin/build-docs.mjs", "docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",