Skip to content
Open
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: 0 additions & 5 deletions .changeset/document-pos-image-border-radius.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hide-tertiary-button-docs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-buttons-auto.md

This file was deleted.

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.7.2

### Patch Changes

- Updated dependencies [[`6a93b7e`](https://github.com/Shopify/ui-extensions/commit/6a93b7e07d32d46378ead54f659d23e15fcf7d85), [`ae2cd13`](https://github.com/Shopify/ui-extensions/commit/ae2cd13acee575bef8ed5e6049cdb59da433f427), [`44f1e52`](https://github.com/Shopify/ui-extensions/commit/44f1e5222a5abd008b8075f222513555e6fec31f)]:
- @shopify/ui-extensions@2026.7.2

## 2026.7.1

### Patch 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.7.1",
"version": "2026.7.2",
"main": "index.js",
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"license": "MIT",
"dependencies": {
"@shopify/ui-extensions": "2026.7.1"
"@shopify/ui-extensions": "2026.7.2"
},
"peerDependencies": {
"preact": "^10.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/ui-extensions

## 2026.7.2

### Patch Changes

- [#4638](https://github.com/Shopify/ui-extensions/pull/4638) [`6a93b7e`](https://github.com/Shopify/ui-extensions/commit/6a93b7e07d32d46378ead54f659d23e15fcf7d85) Thanks [@ajanth-u](https://github.com/ajanth-u)! - Document the `borderRadius` prop on the POS `s-image` component.

- [#4583](https://github.com/Shopify/ui-extensions/pull/4583) [`ae2cd13`](https://github.com/Shopify/ui-extensions/commit/ae2cd13acee575bef8ed5e6049cdb59da433f427) Thanks [@sylvhama](https://github.com/sylvhama)! - Hide the `tertiary` button variant from the generated `s-button` documentation while preserving the existing public type.

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

## 2026.7.1

### Patch 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.7.1",
"version": "2026.7.2",
"scripts": {
"docs:admin": "node ./docs/surfaces/admin/build-docs.mjs",
"docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",
Expand Down
Loading