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