Skip to content

Commit 83a8ef7

Browse files
Version Packages
1 parent 5eda2b2 commit 83a8ef7

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/checkbox-rich-label.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ui-extensions-tester/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @shopify/ui-extensions-tester
22

3+
## 2026.5.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f1b3896`](https://github.com/Shopify/ui-extensions/commit/f1b389621bda7a569e564df344f2074f7e9feb2a)]:
8+
- @shopify/ui-extensions@2026.5.0
9+
310
## 2026.4.2
411

512
### Patch Changes

packages/ui-extensions-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-tester",
3-
"version": "2026.4.2",
3+
"version": "2026.5.0",
44
"main": "index.js",
55
"module": "index.mjs",
66
"esnext": "index.esnext",
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"dependencies": {
58-
"@shopify/ui-extensions": "2026.4.2"
58+
"@shopify/ui-extensions": "2026.5.0"
5959
},
6060
"peerDependencies": {
6161
"preact": "^10.0.0"

packages/ui-extensions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/ui-extensions
22

3+
## 2026.5.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 2026.4.2
410

511
### Patch Changes

packages/ui-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2026.4.2",
3+
"version": "2026.5.0",
44
"scripts": {
55
"docs:admin": "node ./docs/surfaces/admin/build-docs.mjs",
66
"docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",

0 commit comments

Comments
 (0)