Skip to content

Commit ea6702e

Browse files
Version Packages
1 parent 6f0af66 commit ea6702e

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

.changeset/discount-allocations.md

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

.changeset/hip-seas-change.md

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

.changeset/tough-panthers-impress.md

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

packages/ui-extensions-react/CHANGELOG.md

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

3+
## 2026.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd), [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd), [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd)]:
8+
- @shopify/ui-extensions@2025.8.0
9+
310
## 2025.7.1
411

512
### Patch Changes

packages/ui-extensions-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2025.7.1",
3+
"version": "2026.0.0",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -66,7 +66,7 @@
6666
"@types/react": ">=18.2.67"
6767
},
6868
"peerDependencies": {
69-
"@shopify/ui-extensions": "2025.7.1",
69+
"@shopify/ui-extensions": "2025.8.0",
7070
"react": ">=18.0.0"
7171
},
7272
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@faker-js/faker": "^8.4.1",
8282
"@quilted/react-testing": "^0.5.31",
83-
"@shopify/ui-extensions": "2025.7.1",
83+
"@shopify/ui-extensions": "2025.8.0",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

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

3+
## 2025.8.0
4+
5+
### Minor Changes
6+
7+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - Added optional `discountAllocations` field to Cart Line Item API so that POS extensions can see the precise proportion of a discount applied to a particular line item. Only the `allocatedAmount` field is included for this purpose, matching the Storefront API structure. See https://shopify.dev/docs/api/storefront/latest/objects/DiscountAllocation.
8+
9+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - Adds pos.receipt-header.block.render extension target
10+
11+
- [#3477](https://github.com/Shopify/ui-extensions/pull/3477) [`f0984671a362c540724306dd21a02974a9c692dd`](https://github.com/Shopify/ui-extensions/commit/f0984671a362c540724306dd21a02974a9c692dd) Thanks [@chadcromwell](https://github.com/chadcromwell)! - Modified transaction data interface fields to include returnId and refundId to Return and Exchange TransactionData.
12+
313
## 2025.7.1
414

515
### 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": "2025.7.1",
3+
"version": "2025.8.0",
44
"scripts": {
55
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
66
"docs:admin:dev": "nodemon --watch src/surfaces/admin -e ts,tsx,json --exec 'yarn docs:admin'",

0 commit comments

Comments
 (0)