diff --git a/.changeset/add-purchase-type-and-recurring-cycle-limit.md b/.changeset/add-purchase-type-and-recurring-cycle-limit.md deleted file mode 100644 index 604b88d7c9..0000000000 --- a/.changeset/add-purchase-type-and-recurring-cycle-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/ui-extensions': patch ---- - -Add purchaseType and recurringCycleLimit subscribable fields to the DiscountsApi for discount function settings extensions. 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-tester/CHANGELOG.md b/packages/ui-extensions-tester/CHANGELOG.md index f3e6271dcf..b7318b302e 100644 --- a/packages/ui-extensions-tester/CHANGELOG.md +++ b/packages/ui-extensions-tester/CHANGELOG.md @@ -1,5 +1,12 @@ # @shopify/ui-extensions-tester +## 2026.4.3 + +### Patch Changes + +- Updated dependencies [[`e6646bb`](https://github.com/Shopify/ui-extensions/commit/e6646bb88f4bc0f8f213df052f7ba449fc3f567f), [`f1b3896`](https://github.com/Shopify/ui-extensions/commit/f1b389621bda7a569e564df344f2074f7e9feb2a), [`bdb667a`](https://github.com/Shopify/ui-extensions/commit/bdb667ad8b71bc2b406c8faaf57f1d49cc5327bd)]: + - @shopify/ui-extensions@2026.4.3 + ## 2026.4.2 ### Patch Changes diff --git a/packages/ui-extensions-tester/package.json b/packages/ui-extensions-tester/package.json index 675a5bdb95..43e649fd4d 100644 --- a/packages/ui-extensions-tester/package.json +++ b/packages/ui-extensions-tester/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions-tester", - "version": "2026.4.2", + "version": "2026.4.3", "main": "index.js", "module": "index.mjs", "esnext": "index.esnext", @@ -55,7 +55,7 @@ }, "license": "MIT", "dependencies": { - "@shopify/ui-extensions": "2026.4.2" + "@shopify/ui-extensions": "2026.4.3" }, "peerDependencies": { "preact": "^10.0.0" diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md index 8efa1381c1..d9c1fe8b45 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopify/ui-extensions +## 2026.4.3 + +### Patch Changes + +- [#4275](https://github.com/Shopify/ui-extensions/pull/4275) [`e6646bb`](https://github.com/Shopify/ui-extensions/commit/e6646bb88f4bc0f8f213df052f7ba449fc3f567f) Thanks [@owenhuang88](https://github.com/owenhuang88)! - Add purchaseType and recurringCycleLimit subscribable fields to the DiscountsApi for discount function settings extensions. + +- [#4395](https://github.com/Shopify/ui-extensions/pull/4395) [`f1b3896`](https://github.com/Shopify/ui-extensions/commit/f1b389621bda7a569e564df344f2074f7e9feb2a) 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. + +- [#4481](https://github.com/Shopify/ui-extensions/pull/4481) [`bdb667a`](https://github.com/Shopify/ui-extensions/commit/bdb667ad8b71bc2b406c8faaf57f1d49cc5327bd) Thanks [@justinhenricks](https://github.com/justinhenricks)! - Add `textAlign` prop to the checkout `Paragraph` component, supporting `'start'`, `'end'`, `'center'`, and `'auto'` values. + ## 2026.4.2 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index 3f749e609f..de5b9d6070 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2026.4.2", + "version": "2026.4.3", "scripts": { "docs:admin": "node ./docs/surfaces/admin/build-docs.mjs", "docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",