Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"old-beds-cut",
"pos-intercept-api",
"pos-intercept-payment-validations",
"pos-remove-action-api-from-action-render"
"pos-payment-validations-tender-confirm-docs",
"pos-remove-action-api-from-action-render",
"pos-validation-target-grammar",
"tidy-buttons-auto"
]
}
7 changes: 7 additions & 0 deletions packages/ui-extensions-tester/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/ui-extensions-tester

## 2026.10.0-rc.6

### Patch Changes

- Updated dependencies [[`3001369`](https://github.com/Shopify/ui-extensions/commit/3001369d03fe3f12d8750ce73ad3e544392e6289), [`2ff93b3`](https://github.com/Shopify/ui-extensions/commit/2ff93b334fdd7332bd3cb938ab31b0b20f336236), [`bfe153f`](https://github.com/Shopify/ui-extensions/commit/bfe153f855cd64985ebad152c3a5fa5ae0f2fdc0)]:
- @shopify/ui-extensions@2026.10.0-rc.6

## 2026.10.0-rc.5

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-extensions-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-tester",
"version": "2026.10.0-rc.5",
"version": "2026.10.0-rc.6",
"main": "index.js",
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"dependencies": {
"@shopify/ui-extensions": "2026.10.0-rc.5"
"@shopify/ui-extensions": "2026.10.0-rc.6"
},
"peerDependencies": {
"preact": "^10.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/ui-extensions

## 2026.10.0-rc.6

### Minor Changes

- [#4634](https://github.com/Shopify/ui-extensions/pull/4634) [`2ff93b3`](https://github.com/Shopify/ui-extensions/commit/2ff93b334fdd7332bd3cb938ab31b0b20f336236) Thanks [@vctrchu](https://github.com/vctrchu)! - Add types for POS intercept `ValidationAdd.target` values (`$.cart`, `$.cart.lineItems['<uuid>']`, `$.payment`), narrowed per intercepted event.

### Patch Changes

- [#4632](https://github.com/Shopify/ui-extensions/pull/4632) [`3001369`](https://github.com/Shopify/ui-extensions/commit/3001369d03fe3f12d8750ce73ad3e544392e6289) Thanks [@aaronschubert0](https://github.com/aaronschubert0)! - Document `paymentvalidations` dispatch timing: fires when a tender is confirmed but not yet committed, once per tender attempt (split payments dispatch per tender).

- [#4625](https://github.com/Shopify/ui-extensions/pull/4625) [`bfe153f`](https://github.com/Shopify/ui-extensions/commit/bfe153f855cd64985ebad152c3a5fa5ae0f2fdc0) Thanks [@henryStelle](https://github.com/henryStelle)! - Allow POS `s-button` components to explicitly use the default `auto` variant.

## 2026.10.0-rc.5

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions",
"version": "2026.10.0-rc.5",
"version": "2026.10.0-rc.6",
"scripts": {
"docs:admin": "node ./docs/surfaces/admin/build-docs.mjs",
"docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",
Expand Down
Loading