From 0c6563305a2ea3dc0d0f3ddb26f7c75bdd3f29c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:00:22 +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 0a20024689..da22fa7f40 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/ui-extensions +## 2026.1.4 + +### Patch Changes + +- [#4417](https://github.com/Shopify/ui-extensions/pull/4417) [`fa71f95`](https://github.com/Shopify/ui-extensions/commit/fa71f95cd599f545cfec389ea390e9e09d196653) 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. + +- [#4482](https://github.com/Shopify/ui-extensions/pull/4482) [`dcca06f`](https://github.com/Shopify/ui-extensions/commit/dcca06f30945fb4878baf4c79d0ac527829570dc) Thanks [@justinhenricks](https://github.com/justinhenricks)! - Add `textAlign` prop to the checkout `Paragraph` component, supporting `'start'`, `'end'`, `'center'`, and `'auto'` values. + ## 2026.1.3 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index 067cbc206c..f4072cb690 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2026.1.3", + "version": "2026.1.4", "scripts": { "docs:admin": "node ./docs/surfaces/admin/build-docs.mjs", "docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",