From 12ed47c34f224b74f90f2efd312be9defec7c5a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:43:47 +0000 Subject: [PATCH] Version Packages --- .changeset/checkbox-rich-label.md | 5 ----- .changeset/paragraph-text-align.md | 5 ----- packages/ui-extensions/CHANGELOG.md | 8 ++++++++ packages/ui-extensions/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/checkbox-rich-label.md delete mode 100644 .changeset/paragraph-text-align.md 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",