diff --git a/.changeset/chat-s-component.md b/.changeset/chat-s-component.md deleted file mode 100644 index 7f9cd48dc0..0000000000 --- a/.changeset/chat-s-component.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/ui-extensions': minor ---- - -Release the `Chat` component (`s-chat`) to checkout UI extensions. diff --git a/.changeset/tidy-buttons-auto.md b/.changeset/tidy-buttons-auto.md deleted file mode 100644 index eb6e55d474..0000000000 --- a/.changeset/tidy-buttons-auto.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/ui-extensions': patch ---- - -Allow POS `s-button` components to explicitly use the default `auto` variant. diff --git a/packages/ui-extensions/CHANGELOG.md b/packages/ui-extensions/CHANGELOG.md index fec2dcdca6..8a02dab92d 100644 --- a/packages/ui-extensions/CHANGELOG.md +++ b/packages/ui-extensions/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopify/ui-extensions +## 2025.11.0 + +### Minor Changes + +- [#4529](https://github.com/Shopify/ui-extensions/pull/4529) [`9b15200`](https://github.com/Shopify/ui-extensions/commit/9b152006ddc4551400b469c5f480393b3d546f33) Thanks [@cpeddecord](https://github.com/cpeddecord)! - Release the `Chat` component (`s-chat`) to checkout UI extensions. + +### Patch Changes + +- [#4627](https://github.com/Shopify/ui-extensions/pull/4627) [`1707979`](https://github.com/Shopify/ui-extensions/commit/170797943f64d0b72d12b860fa69ff0c107ed96b) Thanks [@henryStelle](https://github.com/henryStelle)! - Allow POS `s-button` components to explicitly use the default `auto` variant. + ## 2025.10.16 ### Patch Changes diff --git a/packages/ui-extensions/package.json b/packages/ui-extensions/package.json index b794454afc..ace3b2bcd5 100644 --- a/packages/ui-extensions/package.json +++ b/packages/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/ui-extensions", - "version": "2025.10.16", + "version": "2025.11.0", "scripts": { "docs:admin": "node ./docs/surfaces/admin/build-docs.mjs", "docs:checkout": "bash ./docs/surfaces/checkout/build-docs.sh",